Home
last modified time | relevance | path

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

/system/chre/host/common/
Dst_hal_lpma_handler.cc68 mCondVarPredicate = true; in enable()
148 mCondVar.wait(lock, [this] { return mCondVarPredicate; }); in waitOnStHalRequestAndProcess()
149 mCondVarPredicate = false; in waitOnStHalRequestAndProcess()
204 mCondVarPredicate = true; in onStHalServiceDeath()
/system/chre/host/common/include/chre_host/
Dst_hal_lpma_handler.h121 bool mCondVarPredicate; variable