Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp120 auto callbackLock = std::unique_lock(mWakelockCallbackLock); in notifyWakelock() local
126 callbackLock.unlock(); in notifyWakelock()
141 auto callbackLock = std::unique_lock(mCallbackLock); in notifyWakeup() local
143 callbackLock.unlock(); in notifyWakeup()
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc433 std::lock_guard<std::mutex> callbackLock(mCallbackMutex); in onTransactionResult() local