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 …]
106 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 …]
250 Mutex mInterfaceLock; variable
23484 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mInterfaceLock:Ljava/lang/Object;