Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dwakelock.cc51 static const char* WAKE_LOCK_ID = "bluetooth_timer"; variable
122 wakelock_os_callouts->acquire_wake_lock(WAKE_LOCK_ID)); in wakelock_acquire_callout()
136 long lock_name_len = strlen(WAKE_LOCK_ID); in wakelock_acquire_native()
137 locked_id_len = write(wake_lock_fd, WAKE_LOCK_ID, lock_name_len); in wakelock_acquire_native()
167 wakelock_os_callouts->release_wake_lock(WAKE_LOCK_ID)); in wakelock_release_callout()
176 ssize_t wrote_name_len = write(wake_unlock_fd, WAKE_LOCK_ID, locked_id_len); in wakelock_release_native()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc281 #define WAKE_LOCK_ID "brcm_nfca" macro
343 release_wake_lock(WAKE_LOCK_ID); in GKI_shutdown()
381 release_wake_lock(WAKE_LOCK_ID); in gki_system_tick_start_stop_cback()
385 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID); in gki_system_tick_start_stop_cback()