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()
4915 Mutex::Autolock l(mRequestLock); in setNotificationListener()4922 Mutex::Autolock l(mRequestLock); in configurationComplete()4935 Mutex::Autolock l(mRequestLock); in queueRequestList()5015 Mutex::Autolock l(mRequestLock); in setRepeatingRequests()5042 Mutex::Autolock l(mRequestLock); in clearRepeatingRequests()5059 Mutex::Autolock l(mRequestLock); in clear()5154 Mutex::Autolock l(mRequestLock); in checkAndStopRepeatingRequest()5493 Mutex::Autolock l(mRequestLock); in threadLoop()5791 Mutex::Autolock l(mRequestLock); in isStreamPending()5821 Mutex::Autolock l(mRequestLock); in isOutputSurfacePending()[all …]
934 Mutex mRequestLock; variable