Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java78 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraDeviceImpl
131 synchronized(mInterfaceLock) {
147 synchronized(mInterfaceLock) {
162 synchronized(mInterfaceLock) {
177 synchronized(mInterfaceLock) {
197 synchronized(mInterfaceLock) {
212 synchronized(mInterfaceLock) {
227 synchronized(mInterfaceLock) {
279 synchronized(mInterfaceLock) { in setRemoteDevice()
338 synchronized(mInterfaceLock) { in setRemoteFailure()
[all …]
DCameraCaptureSessionImpl.java301 synchronized (mDeviceImpl.mInterfaceLock) { in abortCaptures()
377 synchronized (mDeviceImpl.mInterfaceLock) { in close()
759 synchronized (mDeviceImpl.mInterfaceLock) { in onDrained()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp99 Mutex::Autolock il(mInterfaceLock); in initialize()
235 Mutex::Autolock il(mInterfaceLock); in disconnect()
530 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock); in dump()
665 if (gotInterfaceLock) mInterfaceLock.unlock(); in dump()
792 Mutex::Autolock il(mInterfaceLock); in submitRequestsHelper()
1070 Mutex::Autolock il(mInterfaceLock); in clearStreamingRequest()
1096 Mutex::Autolock il(mInterfaceLock); in waitUntilRequestReceived()
1104 Mutex::Autolock il(mInterfaceLock); in createInputStream()
1191 Mutex::Autolock il(mInterfaceLock); in createStream()
1311 Mutex::Autolock il(mInterfaceLock); in getStreamInfo()
[all …]
DCamera3Device.h209 Mutex mInterfaceLock; variable