Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.h122 std::condition_variable mCounterCondVar; variable
DSystemSuspend.cpp230 mCounterCondVar.notify_one(); in decSuspendCounter()
251 mCounterCondVar.wait(counterLock, [this] { return mSuspendCounter == 0; }); in initAutosuspend()