Home
last modified time | relevance | path

Searched refs:WAKE_LOCK_ID (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc47 static const char* WAKE_LOCK_ID = "bluetooth_timer"; variable
117 wakelock_os_callouts->acquire_wake_lock(WAKE_LOCK_ID)); in wakelock_acquire_callout()
131 long lock_name_len = strlen(WAKE_LOCK_ID); in wakelock_acquire_native()
132 locked_id_len = write(wake_lock_fd, WAKE_LOCK_ID, lock_name_len); in wakelock_acquire_native()
160 wakelock_os_callouts->release_wake_lock(WAKE_LOCK_ID)); in wakelock_release_callout()
169 ssize_t wrote_name_len = write(wake_unlock_fd, WAKE_LOCK_ID, locked_id_len); in wakelock_release_native()