Searched refs:mRequestLock (Results 1 – 3 of 3) sorted by relevance
60 private final Object mRequestLock = new Object(); field in LocationProviderProxy156 synchronized (mRequestLock) { in initializeService()172 synchronized (mRequestLock) { in setRequest()
4924 Mutex::Autolock l(mRequestLock); in setNotificationListener()4931 Mutex::Autolock l(mRequestLock); in configurationComplete()4944 Mutex::Autolock l(mRequestLock); in queueRequestList()5024 Mutex::Autolock l(mRequestLock); in setRepeatingRequests()5051 Mutex::Autolock l(mRequestLock); in clearRepeatingRequests()5068 Mutex::Autolock l(mRequestLock); in clear()5163 Mutex::Autolock l(mRequestLock); in checkAndStopRepeatingRequest()5505 Mutex::Autolock l(mRequestLock); in threadLoop()5803 Mutex::Autolock l(mRequestLock); in isStreamPending()5833 Mutex::Autolock l(mRequestLock); in isOutputSurfacePending()[all …]
934 Mutex mRequestLock; variable