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

  /system/bt/osi/src/
wakelock.cc 51 static const char* WAKE_LOCK_ID = "bluetooth_timer";
122 wakelock_os_callouts->acquire_wake_lock(WAKE_LOCK_ID));
136 long lock_name_len = strlen(WAKE_LOCK_ID);
137 locked_id_len = write(wake_lock_fd, WAKE_LOCK_ID, lock_name_len);
167 wakelock_os_callouts->release_wake_lock(WAKE_LOCK_ID));
176 ssize_t wrote_name_len = write(wake_unlock_fd, WAKE_LOCK_ID, locked_id_len);
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 294 #define WAKE_LOCK_ID "brcm_nfca"
353 release_wake_lock(WAKE_LOCK_ID);
390 release_wake_lock(WAKE_LOCK_ID);
394 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 48 static const char WAKE_LOCK_ID[] = "KeyEvents";
456 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
494 release_wake_lock(WAKE_LOCK_ID);
543 release_wake_lock(WAKE_LOCK_ID);
550 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
789 release_wake_lock(WAKE_LOCK_ID);
  /frameworks/native/services/inputflinger/
EventHub.cpp 69 static const char *WAKE_LOCK_ID = "KeyEvents";
210 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
267 release_wake_lock(WAKE_LOCK_ID);
    [all...]
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 310 #define WAKE_LOCK_ID "brcm_nfca"
    [all...]

Completed in 155 milliseconds