Home
last modified time | relevance | path

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

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