/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraCaptureSessionImpl.java | 143 synchronized (mDeviceImpl.mInterfaceLock) { in prepare() 151 synchronized (mDeviceImpl.mInterfaceLock) { in prepare() 159 synchronized (mDeviceImpl.mInterfaceLock) { in tearDown() 168 synchronized (mDeviceImpl.mInterfaceLock) { in finalizeOutputConfigurations() 179 synchronized (mDeviceImpl.mInterfaceLock) { in capture() 204 synchronized (mDeviceImpl.mInterfaceLock) { in captureSingleRequest() 235 synchronized (mDeviceImpl.mInterfaceLock) { in captureBurst() 261 synchronized (mDeviceImpl.mInterfaceLock) { in captureBurstRequests() 303 synchronized (mDeviceImpl.mInterfaceLock) { in setRepeatingRequest() 328 synchronized (mDeviceImpl.mInterfaceLock) { in setSingleRepeatingRequest() [all …]
|
D | CameraInjectionSessionImpl.java | 42 private final Object mInterfaceLock = new Object(); field in CameraInjectionSessionImpl 52 synchronized (mInterfaceLock) { in close() 76 synchronized (mInterfaceLock) { in binderDied() 110 synchronized (mInterfaceLock) { in setRemoteInjectionSession() 159 synchronized (mInterfaceLock) { in onInjectionError()
|
D | CameraDeviceImpl.java | 113 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraDeviceImpl 187 synchronized(mInterfaceLock) { 203 synchronized(mInterfaceLock) { 218 synchronized(mInterfaceLock) { 233 synchronized(mInterfaceLock) { 253 synchronized(mInterfaceLock) { 268 synchronized(mInterfaceLock) { 283 synchronized(mInterfaceLock) { 409 synchronized(mInterfaceLock) { in setRemoteDevice() 470 synchronized(mInterfaceLock) { in setRemoteFailure() [all …]
|
D | CameraDeviceSetupImpl.java | 48 private final Object mInterfaceLock = new Object(); field in CameraDeviceSetupImpl 62 synchronized (mInterfaceLock) { in createCaptureRequest() 95 synchronized (mInterfaceLock) { in isSessionConfigurationSupported() 123 synchronized (mInterfaceLock) { in getSessionCharacteristics()
|
D | CameraAdvancedExtensionSessionImpl.java | 119 final Object mInterfaceLock; field in CameraAdvancedExtensionSessionImpl 308 mInterfaceLock = cameraDevice.mInterfaceLock; in CameraAdvancedExtensionSessionImpl() 489 synchronized (mInterfaceLock) { in getDevice() 496 synchronized (mInterfaceLock) { in getRealtimeStillCaptureLatency() 520 synchronized (mInterfaceLock) { in setRepeatingRequest() 553 synchronized (mInterfaceLock) { in capture() 617 synchronized (mInterfaceLock) { in stopRepeating() 636 synchronized (mInterfaceLock) { in close() 663 synchronized (mInterfaceLock) { in commitStats() 674 synchronized (mInterfaceLock) { in release() [all …]
|
D | CameraOfflineSessionImpl.java | 68 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraOfflineSessionImpl 142 synchronized(mInterfaceLock) { in onDeviceError() 180 synchronized(mInterfaceLock) { in onDeviceIdle() 223 synchronized(mInterfaceLock) { in onCaptureStarted() 293 synchronized(mInterfaceLock) { in onResultReceived() 565 synchronized(mInterfaceLock) { in checkAndFireSequenceComplete() 680 synchronized(mInterfaceLock) { in notifyFailedSwitch() 702 synchronized(mInterfaceLock) { in setRemoteSession() 747 synchronized (mInterfaceLock) { in disconnect()
|
D | CameraExtensionSessionImpl.java | 129 final Object mInterfaceLock; field in CameraExtensionSessionImpl 315 mInterfaceLock = cameraDevice.mInterfaceLock; in CameraExtensionSessionImpl() 565 synchronized (mInterfaceLock) { in getDevice() 572 synchronized (mInterfaceLock) { in getRealtimeStillCaptureLatency() 597 synchronized (mInterfaceLock) { in setRepeatingRequest() 803 synchronized (mInterfaceLock) { in stopRepeating() 815 synchronized (mInterfaceLock) { in close() 862 synchronized (mInterfaceLock) { in commitStats() 898 synchronized (mInterfaceLock) { in release() 983 synchronized (mInterfaceLock) { in notifyConfigurationFailure() [all …]
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 273 Mutex::Autolock il(mInterfaceLock); in disconnectImpl() 519 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock); in dump() 657 if (gotInterfaceLock) mInterfaceLock.unlock(); in dump() 813 Mutex::Autolock il(mInterfaceLock); in submitRequestsHelper() 907 Mutex::Autolock il(mInterfaceLock); in clearStreamingRequest() 933 Mutex::Autolock il(mInterfaceLock); in waitUntilRequestReceived() 941 Mutex::Autolock il(mInterfaceLock); in createInputStream() 1054 Mutex::Autolock il(mInterfaceLock); in createStream() 1222 Mutex::Autolock il(mInterfaceLock); in getStreamInfo() 1264 Mutex::Autolock il(mInterfaceLock); in setStreamTransform() [all …]
|
D | Camera3OfflineSession.cpp | 95 std::lock_guard<std::mutex> il(mInterfaceLock); in dump() 106 std::lock_guard<std::mutex> il(mInterfaceLock); in disconnectImpl()
|
D | Camera3OfflineSession.h | 248 std::mutex mInterfaceLock; variable
|
D | Camera3Device.h | 392 Mutex mInterfaceLock; variable
|
/frameworks/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3Device.cpp | 186 Mutex::Autolock il(mInterfaceLock); in initialize() 480 Mutex::Autolock il(mInterfaceLock); in switchToOffline()
|
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3Device.cpp | 148 Mutex::Autolock il(mInterfaceLock); in initialize() 502 Mutex::Autolock il(mInterfaceLock); in switchToOffline()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 19111 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mInterfaceLock:Ljava/lang/Object;
|