Searched refs:mInterfaceLock (Results 1 – 5 of 5) sorted by relevance
163 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 …]
82 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraDeviceImpl137 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 …]
109 Mutex::Autolock il(mInterfaceLock); in initialize()347 Mutex::Autolock il(mInterfaceLock); in disconnectImpl()401 Mutex::Autolock il(mInterfaceLock); in disconnectImpl()664 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock); in dump()798 if (gotInterfaceLock) mInterfaceLock.unlock(); in dump()943 Mutex::Autolock il(mInterfaceLock); in submitRequestsHelper()1569 Mutex::Autolock il(mInterfaceLock); in clearStreamingRequest()1595 Mutex::Autolock il(mInterfaceLock); in waitUntilRequestReceived()1603 Mutex::Autolock il(mInterfaceLock); in createInputStream()1745 Mutex::Autolock il(mInterfaceLock); in createStream()[all …]
250 Mutex mInterfaceLock; variable
21998 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mInterfaceLock:Ljava/lang/Object;