Searched refs:wake_lock_count (Results 1 – 3 of 3) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 403 volatile static int wake_lock_count; in gki_system_tick_start_stop_cback() local 413 …LAYER_HCI, TRACE_TYPE_DEBUG, ">>> STOP GKI_timer_update(), wake_lock_count:%d", --wake_lock_count); in gki_system_tick_start_stop_cback() 429 …YER_HCI, TRACE_TYPE_DEBUG, ">>> START GKI_timer_update(), wake_lock_count:%d", ++wake_lock_count ); in gki_system_tick_start_stop_cback()
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 403 volatile static int wake_lock_count; in gki_system_tick_start_stop_cback() local 413 …LAYER_HCI, TRACE_TYPE_DEBUG, ">>> STOP GKI_timer_update(), wake_lock_count:%d", --wake_lock_count); in gki_system_tick_start_stop_cback() 429 …YER_HCI, TRACE_TYPE_DEBUG, ">>> START GKI_timer_update(), wake_lock_count:%d", ++wake_lock_count ); in gki_system_tick_start_stop_cback()
|
/external/bluetooth/bluedroid/gki/ulinux/ |
D | gki_ulinux.c | 548 static int wake_lock_count; in gki_system_tick_start_stop_cback() local 566 GKI_TIMER_TRACE(">>> STOP GKI_timer_update(), wake_lock_count:%d", --wake_lock_count); in gki_system_tick_start_stop_cback() 588 GKI_TIMER_TRACE(">>> START GKI_timer_update(), wake_lock_count:%d", ++wake_lock_count ); in gki_system_tick_start_stop_cback()
|