Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2585 Mutex::Autolock l(mRequestLock); in setNotificationListener()
2590 Mutex::Autolock l(mRequestLock); in configurationComplete()
2598 Mutex::Autolock l(mRequestLock); in queueRequestList()
2676 Mutex::Autolock l(mRequestLock); in setRepeatingRequests()
2702 Mutex::Autolock l(mRequestLock); in clearRepeatingRequests()
2714 Mutex::Autolock l(mRequestLock); in clear()
2960 Mutex::Autolock l(mRequestLock); in threadLoop()
3037 Mutex::Autolock l(mRequestLock); in threadLoop()
3064 Mutex::Autolock l(mRequestLock); in isStreamPending()
3108 Mutex::Autolock l(mRequestLock); in cleanUpFailedRequest()
[all …]
DCamera3Device.h535 Mutex mRequestLock; variable