HomeSort by relevance Sort by last modified time
    Searched full:acquire_wake_lock (Results 1 - 24 of 24) sorted by null

  /hardware/libhardware_legacy/power/
power.c 85 acquire_wake_lock(int lock, const char* id) function
89 // ALOGI("acquire_wake_lock lock=%d id='%s'\n", lock, id);
  /hardware/libhardware_legacy/include/hardware_legacy/
power.h 33 int acquire_wake_lock(int lock, const char* id);
  /system/extras/tests/cpueater/
daemonize.c 101 acquire_wake_lock(PARTIAL_WAKE_LOCK, lockid);
  /frameworks/native/include/powermanager/
IPowerManager.h 34 ACQUIRE_WAKE_LOCK = IBinder::FIRST_CALL_TRANSACTION,
  /system/nativepower/daemon/
BnPowerManager.cc 28 case IPowerManager::ACQUIRE_WAKE_LOCK: {
  /frameworks/native/services/powermanager/
IPowerManager.cpp 50 return remote()->transact(ACQUIRE_WAKE_LOCK, data, &reply,
  /system/extras/tests/sdcard/
testcase.cpp 53 acquire_wake_lock(PARTIAL_WAKE_LOCK, mAppName);
  /system/vold/
MoveTask.cpp 174 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock);
TrimTask.cpp 115 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock);
cryptfs.c     [all...]
  /frameworks/base/services/core/jni/
com_android_server_power_PowerManagerService.cpp 117 acquire_wake_lock(PARTIAL_WAKE_LOCK, name.c_str());
com_android_server_location_FlpHardwareProvider.cpp 593 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME);
com_android_server_location_GnssLocationProvider.cpp 249 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME);
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 441 // 3) explicit wake locks: use acquire_wake_lock to manage suspend
456 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
550 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 293 acquire_wake_lock(PARTIAL_WAKE_LOCK, smdWakelockStr);
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 292 acquire_wake_lock (PARTIAL_WAKE_LOCK, sA2dpWakeLock);
  /system/bt/osi/src/
wakelock.c 117 return wakelock_os_callouts->acquire_wake_lock(WAKE_LOCK_ID);
  /hardware/libhardware/include/hardware/
bluetooth.h 432 acquire_wake_lock_callout acquire_wake_lock; member in struct:__anon31968
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 317 extern int acquire_wake_lock(int lock, const char* id);
423 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 190 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 423 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp     [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 710 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME);
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 750 milliseconds