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

  /external/bluetooth/bluedroid/osi/src/
alarm.c 52 static const char *WAKE_LOCK_ID = "bluedroid_timer";
244 bt_os_callouts->release_wake_lock(WAKE_LOCK_ID);
251 int status = bt_os_callouts->acquire_wake_lock(WAKE_LOCK_ID);
281 bt_os_callouts->release_wake_lock(WAKE_LOCK_ID);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 54 #define WAKE_LOCK_ID "bluedroid_timer"
205 int rc = bt_os_callouts->release_wake_lock(WAKE_LOCK_ID);
221 int rc = bt_os_callouts->acquire_wake_lock(WAKE_LOCK_ID);
249 bt_os_callouts->release_wake_lock(WAKE_LOCK_ID);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 317 #define WAKE_LOCK_ID "brcm_nfca"
379 release_wake_lock(WAKE_LOCK_ID);
416 release_wake_lock(WAKE_LOCK_ID);
422 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 314 #define WAKE_LOCK_ID "brcm_nfca"
379 release_wake_lock(WAKE_LOCK_ID);
416 release_wake_lock(WAKE_LOCK_ID);
422 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 69 static const char *WAKE_LOCK_ID = "KeyEvents";
183 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
240 release_wake_lock(WAKE_LOCK_ID);
    [all...]

Completed in 305 milliseconds