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

  /external/bluetooth/bluedroid/test/suite/support/
hal.c 27 static int release_wake_lock(const char *lock_name);
35 release_wake_lock,
102 static int release_wake_lock(const char *lock_name) { function
  /external/bluetooth/bluedroid/osi/src/
alarm.c 244 bt_os_callouts->release_wake_lock(WAKE_LOCK_ID);
281 bt_os_callouts->release_wake_lock(WAKE_LOCK_ID);
  /external/bluetooth/bluedroid/osi/test/
alarm_test.cpp 75 static int release_wake_lock(const char *) { function
85 release_wake_lock,
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 317 extern int release_wake_lock(const char* id);
378 GKI_TRACE_0("GKI_shutdown : release_wake_lock(brcm_btld)");
379 release_wake_lock(WAKE_LOCK_ID);
416 release_wake_lock(WAKE_LOCK_ID);
    [all...]
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 533 static int release_wake_lock(const char *lock_name) { function
541 release_wake_lock,
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 205 int rc = bt_os_callouts->release_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 378 GKI_TRACE_0("GKI_shutdown : release_wake_lock(brcm_btld)");
379 release_wake_lock(WAKE_LOCK_ID);
416 release_wake_lock(WAKE_LOCK_ID);
    [all...]

Completed in 764 milliseconds