Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.h156 std::atomic_flag mAutosuspendEnabled = ATOMIC_FLAG_INIT; variable
DSystemSuspend.cpp180 if (mAutosuspendEnabled.test_and_set()) { in enableAutosuspend()