Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraCaptureSessionImpl.java142 synchronized (mDeviceImpl.mInterfaceLock) { in prepare()
150 synchronized (mDeviceImpl.mInterfaceLock) { in prepare()
158 synchronized (mDeviceImpl.mInterfaceLock) { in tearDown()
167 synchronized (mDeviceImpl.mInterfaceLock) { in finalizeOutputConfigurations()
178 synchronized (mDeviceImpl.mInterfaceLock) { in capture()
203 synchronized (mDeviceImpl.mInterfaceLock) { in captureSingleRequest()
234 synchronized (mDeviceImpl.mInterfaceLock) { in captureBurst()
260 synchronized (mDeviceImpl.mInterfaceLock) { in captureBurstRequests()
302 synchronized (mDeviceImpl.mInterfaceLock) { in setRepeatingRequest()
327 synchronized (mDeviceImpl.mInterfaceLock) { in setSingleRepeatingRequest()
[all …]
DCameraDeviceImpl.java82 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraDeviceImpl
143 synchronized(mInterfaceLock) {
159 synchronized(mInterfaceLock) {
174 synchronized(mInterfaceLock) {
189 synchronized(mInterfaceLock) {
209 synchronized(mInterfaceLock) {
224 synchronized(mInterfaceLock) {
239 synchronized(mInterfaceLock) {
291 synchronized(mInterfaceLock) { in setRemoteDevice()
350 synchronized(mInterfaceLock) { in setRemoteFailure()
[all …]
DCameraOfflineSessionImpl.java68 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraOfflineSessionImpl
142 synchronized(mInterfaceLock) { in onDeviceError()
179 synchronized(mInterfaceLock) { in onDeviceIdle()
222 synchronized(mInterfaceLock) { in onCaptureStarted()
292 synchronized(mInterfaceLock) { in onResultReceived()
563 synchronized(mInterfaceLock) { in checkAndFireSequenceComplete()
678 synchronized(mInterfaceLock) { in notifyFailedSwitch()
700 synchronized(mInterfaceLock) { in setRemoteSession()
745 synchronized (mInterfaceLock) { in disconnect()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp111 Mutex::Autolock il(mInterfaceLock); in initialize()
373 Mutex::Autolock il(mInterfaceLock); in disconnectImpl()
427 Mutex::Autolock il(mInterfaceLock); in disconnectImpl()
682 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock); in dump()
816 if (gotInterfaceLock) mInterfaceLock.unlock(); in dump()
956 Mutex::Autolock il(mInterfaceLock); in submitRequestsHelper()
1217 Mutex::Autolock il(mInterfaceLock); in clearStreamingRequest()
1243 Mutex::Autolock il(mInterfaceLock); in waitUntilRequestReceived()
1251 Mutex::Autolock il(mInterfaceLock); in createInputStream()
1343 Mutex::Autolock il(mInterfaceLock); in createStream()
[all …]
DCamera3OfflineSession.cpp132 std::lock_guard<std::mutex> il(mInterfaceLock); in dump()
143 std::lock_guard<std::mutex> il(mInterfaceLock); in disconnectImpl()
DCamera3OfflineSession.h284 std::mutex mInterfaceLock; variable
DCamera3Device.h287 Mutex mInterfaceLock; variable