Searched refs:release_wake_lock_fd (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dpowerd.c171 int release_wake_lock_fd; local
292 release_wake_lock_fd = open(android_release_wake_lock_dev, O_RDWR);
343 write(release_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1);
350 write(release_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1);
385 write(release_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1);
399 write(release_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1);
402 write(release_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1);

Completed in 499 milliseconds