Home
last modified time | relevance | path

Searched refs:mRequestLock (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DLocationProviderProxy.java60 private final Object mRequestLock = new Object(); field in LocationProviderProxy
156 synchronized (mRequestLock) { in initializeService()
172 synchronized (mRequestLock) { in setRequest()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp4915 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 …]
DCamera3Device.h934 Mutex mRequestLock; variable