Searched refs:WAKE_LOCK_ID (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/osi/src/
H A Dalarm.c52 static const char *WAKE_LOCK_ID = "bluedroid_timer"; variable
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/
H A Dgki_ulinux.c54 #define WAKE_LOCK_ID "bluedroid_timer" macro
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);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c317 #define WAKE_LOCK_ID "brcm_nfca" macro
379 release_wake_lock(WAKE_LOCK_ID);
416 release_wake_lock(WAKE_LOCK_ID);
422 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c314 #define WAKE_LOCK_ID "brcm_nfca" macro
379 release_wake_lock(WAKE_LOCK_ID);
416 release_wake_lock(WAKE_LOCK_ID);
422 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);

Completed in 137 milliseconds