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

/system/core/toolbox/
H A Dpowerd.c181 const char wakelockstring[] = "powerd"; local
339 write(acquire_partial_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1);
341 write(acquire_full_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1);
343 write(release_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1);
346 write(acquire_partial_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1);
350 write(release_wake_lock_fd, wakelockstring, sizeo
[all...]

Completed in 90 milliseconds