Searched refs:mInterfaceLock (Results 1 – 4 of 4) sorted by relevance
78 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraDeviceImpl131 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 …]
301 synchronized (mDeviceImpl.mInterfaceLock) { in abortCaptures()377 synchronized (mDeviceImpl.mInterfaceLock) { in close()759 synchronized (mDeviceImpl.mInterfaceLock) { in onDrained()
99 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 …]
209 Mutex mInterfaceLock; variable