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.java76 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraDeviceImpl
126 synchronized(mInterfaceLock) {
142 synchronized(mInterfaceLock) {
157 synchronized(mInterfaceLock) {
172 synchronized(mInterfaceLock) {
192 synchronized(mInterfaceLock) {
207 synchronized(mInterfaceLock) {
222 synchronized(mInterfaceLock) {
266 synchronized(mInterfaceLock) { in setRemoteDevice()
310 synchronized(mInterfaceLock) { in setRemoteFailure()
[all …]
DCameraCaptureSessionImpl.java690 synchronized (mDeviceImpl.mInterfaceLock) { in onDrained()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp95 Mutex::Autolock il(mInterfaceLock); in initialize()
234 Mutex::Autolock il(mInterfaceLock); in disconnect()
423 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock); in dump()
491 if (gotInterfaceLock) mInterfaceLock.unlock(); in dump()
576 Mutex::Autolock il(mInterfaceLock); in submitRequestsHelper()
668 Mutex::Autolock il(mInterfaceLock); in clearStreamingRequest()
694 Mutex::Autolock il(mInterfaceLock); in waitUntilRequestReceived()
702 Mutex::Autolock il(mInterfaceLock); in createInputStream()
773 Mutex::Autolock il(mInterfaceLock); in createZslStream()
849 Mutex::Autolock il(mInterfaceLock); in createStream()
[all …]
DCamera3Device.h174 Mutex mInterfaceLock; variable