Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp3424 Mutex::Autolock l(mRequestLock); in setNotificationListener()
3429 Mutex::Autolock l(mRequestLock); in configurationComplete()
3439 Mutex::Autolock l(mRequestLock); in queueRequestList()
3518 Mutex::Autolock l(mRequestLock); in setRepeatingRequests()
3544 Mutex::Autolock l(mRequestLock); in clearRepeatingRequests()
3560 Mutex::Autolock l(mRequestLock); in clear()
3651 Mutex::Autolock l(mRequestLock); in checkAndStopRepeatingRequest()
3875 Mutex::Autolock l(mRequestLock); in threadLoop()
4042 Mutex::Autolock l(mRequestLock); in isStreamPending()
4107 Mutex::Autolock l(mRequestLock); in cleanUpFailedRequests()
[all …]
DCamera3Device.h785 Mutex mRequestLock; variable