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 61 static const char* WAKE_LOCK_NAME;
SensorService.cpp 66 const char* SensorService::WAKE_LOCK_NAME = "SensorService";
545 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME);
551 release_wake_lock(WAKE_LOCK_NAME);
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 20 #define WAKE_LOCK_NAME "FLP"
517 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME);
521 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 314 milliseconds