Searched refs:mRequestLock (Results 1 – 2 of 2) sorted by relevance
2331 Mutex::Autolock l(mRequestLock); in setNotifyCallback()2336 Mutex::Autolock l(mRequestLock); in configurationComplete()2344 Mutex::Autolock l(mRequestLock); in queueRequestList()2422 Mutex::Autolock l(mRequestLock); in setRepeatingRequests()2448 Mutex::Autolock l(mRequestLock); in clearRepeatingRequests()2460 Mutex::Autolock l(mRequestLock); in clear()2623 Mutex::Autolock l(mRequestLock); in threadLoop()2649 Mutex::Autolock l(mRequestLock); in threadLoop()2770 Mutex::Autolock l(mRequestLock); in waitForNextRequest()2791 res = mRequestSignal.waitRelative(mRequestLock, kRequestTimeout); in waitForNextRequest()
481 Mutex mRequestLock; variable