HomeSort by relevance Sort by last modified time
    Searched refs:wake_lock_count (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 404 volatile static int wake_lock_count; local
414 BT_TRACE_1( TRACE_LAYER_HCI, TRACE_TYPE_DEBUG, ">>> STOP GKI_timer_update(), wake_lock_count:%d", --wake_lock_count);
430 BT_TRACE_1( TRACE_LAYER_HCI, TRACE_TYPE_DEBUG, ">>> START GKI_timer_update(), wake_lock_count:%d", ++wake_lock_count );
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 404 static volatile int wake_lock_count; local
414 BT_TRACE_1( TRACE_LAYER_HCI, TRACE_TYPE_DEBUG, ">>> STOP GKI_timer_update(), wake_lock_count:%d", --wake_lock_count);
430 BT_TRACE_1( TRACE_LAYER_HCI, TRACE_TYPE_DEBUG, ">>> START GKI_timer_update(), wake_lock_count:%d", ++wake_lock_count );
    [all...]

Completed in 77 milliseconds