Home
last modified time | relevance | path

Searched refs:isWakeLockAcquired (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorService.h371 bool isWakeLockAcquired();
DSensorService.cpp1117 bool SensorService::isWakeLockAcquired() { in isWakeLockAcquired() function in android::SensorService
1126 bool wakeLockAcquired = mService->isWakeLockAcquired(); in threadLoop()