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.cpp4924 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 …]
DCamera3Device.h934 Mutex mRequestLock; variable