Searched refs:WAKE_LOCK_ID (Results 1 – 1 of 1) sorted by relevance
51 static const char* WAKE_LOCK_ID = "bluetooth_timer"; variable121 wakelock_os_callouts->acquire_wake_lock(WAKE_LOCK_ID)); in wakelock_acquire_callout()135 long lock_name_len = strlen(WAKE_LOCK_ID); in wakelock_acquire_native()136 locked_id_len = write(wake_lock_fd, WAKE_LOCK_ID, lock_name_len); in wakelock_acquire_native()164 wakelock_os_callouts->release_wake_lock(WAKE_LOCK_ID)); in wakelock_release_callout()173 ssize_t wrote_name_len = write(wake_unlock_fd, WAKE_LOCK_ID, locked_id_len); in wakelock_release_native()