Searched refs:mRequestLock (Results 1 – 3 of 3) sorted by relevance
89 private final Object mRequestLock = new Object(); field in SystemMediaRoute2Provider167 synchronized (mRequestLock) { in requestCreateSession()331 synchronized (mRequestLock) { in updateSessionInfosIfNeeded()
4196 Mutex::Autolock l(mRequestLock); in setNotificationListener()4204 Mutex::Autolock l(mRequestLock); in configurationComplete()4218 Mutex::Autolock l(mRequestLock); in queueRequestList()4298 Mutex::Autolock l(mRequestLock); in setRepeatingRequests()4326 Mutex::Autolock l(mRequestLock); in clearRepeatingRequests()4343 Mutex::Autolock l(mRequestLock); in clear()4441 Mutex::Autolock l(mRequestLock); in checkAndStopRepeatingRequest()4773 Mutex::Autolock l(mRequestLock); in threadLoop()5163 Mutex::Autolock l(mRequestLock); in isStreamPending()5193 Mutex::Autolock l(mRequestLock); in isOutputSurfacePending()[all …]
1026 Mutex mRequestLock; variable