Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/
Dsound_trigger_hw_iaxxx.c69 #define WAKE_LOCK_NAME "sthal_wake_lock" macro
2139 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME); in transitions_thread_loop()
2148 release_wake_lock(WAKE_LOCK_NAME); in transitions_thread_loop()
2171 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME); in monitor_thread_loop()
2188 release_wake_lock(WAKE_LOCK_NAME); in monitor_thread_loop()