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.c 46 static const char *WAKE_LOCK_ID = "bluetooth_timer";
117 return wakelock_os_callouts->acquire_wake_lock(WAKE_LOCK_ID);
131 long lock_name_len = strlen(WAKE_LOCK_ID);
132 locked_id_len = write(wake_lock_fd, WAKE_LOCK_ID, lock_name_len);
161 return wakelock_os_callouts->release_wake_lock(WAKE_LOCK_ID);
170 ssize_t wrote_name_len = write(wake_unlock_fd, WAKE_LOCK_ID, locked_id_len);
297 metrics_wake_event(WAKE_EVENT_ACQUIRED, NULL, WAKE_LOCK_ID, now_ms);
341 metrics_wake_event(WAKE_EVENT_RELEASED, NULL, WAKE_LOCK_ID, now_ms);
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 318 #define WAKE_LOCK_ID "brcm_nfca"
380 release_wake_lock(WAKE_LOCK_ID);
417 release_wake_lock(WAKE_LOCK_ID);
423 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 315 #define WAKE_LOCK_ID "brcm_nfca"
380 release_wake_lock(WAKE_LOCK_ID);
417 release_wake_lock(WAKE_LOCK_ID);
423 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";
190 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
247 release_wake_lock(WAKE_LOCK_ID);
    [all...]

Completed in 1900 milliseconds