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

  /frameworks/native/services/sensorservice/
SensorService.h 117 static const char* WAKE_LOCK_NAME;
SensorService.cpp 67 const char* SensorService::WAKE_LOCK_NAME = "SensorService_wakelock";
630 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME);
636 release_wake_lock(WAKE_LOCK_NAME);
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 20 #define WAKE_LOCK_NAME "FLP"
579 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME);
583 release_wake_lock(WAKE_LOCK_NAME);
com_android_server_location_GpsLocationProvider.cpp 75 #define WAKE_LOCK_NAME "GPS"
134 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME);
139 release_wake_lock(WAKE_LOCK_NAME);
    [all...]

Completed in 151 milliseconds