Home
last modified time | relevance | path

Searched refs:mInterfaceLock (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraCaptureSessionImpl.java163 synchronized (mDeviceImpl.mInterfaceLock) { in capture()
188 synchronized (mDeviceImpl.mInterfaceLock) { in captureSingleRequest()
219 synchronized (mDeviceImpl.mInterfaceLock) { in captureBurst()
245 synchronized (mDeviceImpl.mInterfaceLock) { in captureBurstRequests()
287 synchronized (mDeviceImpl.mInterfaceLock) { in setRepeatingRequest()
312 synchronized (mDeviceImpl.mInterfaceLock) { in setSingleRepeatingRequest()
340 synchronized (mDeviceImpl.mInterfaceLock) { in setRepeatingBurst()
367 synchronized (mDeviceImpl.mInterfaceLock) { in setRepeatingBurstRequests()
401 synchronized (mDeviceImpl.mInterfaceLock) { in stopRepeating()
414 synchronized (mDeviceImpl.mInterfaceLock) { in abortCaptures()
[all …]
DCameraDeviceImpl.java82 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraDeviceImpl
137 synchronized(mInterfaceLock) {
153 synchronized(mInterfaceLock) {
168 synchronized(mInterfaceLock) {
183 synchronized(mInterfaceLock) {
203 synchronized(mInterfaceLock) {
218 synchronized(mInterfaceLock) {
233 synchronized(mInterfaceLock) {
285 synchronized(mInterfaceLock) { in setRemoteDevice()
344 synchronized(mInterfaceLock) { in setRemoteFailure()
[all …]
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp106 Mutex::Autolock il(mInterfaceLock); in initialize()
339 Mutex::Autolock il(mInterfaceLock); in disconnectImpl()
658 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock); in dump()
792 if (gotInterfaceLock) mInterfaceLock.unlock(); in dump()
937 Mutex::Autolock il(mInterfaceLock); in submitRequestsHelper()
1563 Mutex::Autolock il(mInterfaceLock); in clearStreamingRequest()
1589 Mutex::Autolock il(mInterfaceLock); in waitUntilRequestReceived()
1597 Mutex::Autolock il(mInterfaceLock); in createInputStream()
1739 Mutex::Autolock il(mInterfaceLock); in createStream()
1878 Mutex::Autolock il(mInterfaceLock); in getStreamInfo()
[all …]
DCamera3Device.h250 Mutex mInterfaceLock; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23484 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mInterfaceLock:Ljava/lang/Object;