Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java143 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 …]
H A DCameraInjectionSessionImpl.java42 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()
H A DCameraDeviceImpl.java319 synchronized(mInterfaceLock) { in setRemoteDevice()
380 synchronized(mInterfaceLock) { in setRemoteFailure()
452 synchronized(mInterfaceLock) { in configureStreamsChecked()
690 synchronized(mInterfaceLock) { in createCaptureSessionInternal()
782 synchronized(mInterfaceLock) { in isSessionConfigurationSupported()
793 synchronized(mInterfaceLock) { in setSessionListener()
812 synchronized(mInterfaceLock) { in createCaptureRequest()
843 synchronized(mInterfaceLock) { in createCaptureRequest()
868 synchronized(mInterfaceLock) { in createReprocessCaptureRequest()
887 synchronized(mInterfaceLock) { in prepare()
[all …]
H A DCameraAdvancedExtensionSessionImpl.java109 final Object mInterfaceLock; field in CameraAdvancedExtensionSessionImpl
244 mInterfaceLock = cameraDevice.mInterfaceLock; in CameraAdvancedExtensionSessionImpl()
381 synchronized (mInterfaceLock) { in getDevice()
388 synchronized (mInterfaceLock) { in getRealtimeStillCaptureLatency()
412 synchronized (mInterfaceLock) { in setRepeatingRequest()
445 synchronized (mInterfaceLock) { in capture()
509 synchronized (mInterfaceLock) { in stopRepeating()
528 synchronized (mInterfaceLock) { in close()
555 synchronized (mInterfaceLock) { in commitStats()
566 synchronized (mInterfaceLock) { in release()
[all …]
H A DCameraExtensionSessionImpl.java125 final Object mInterfaceLock; field in CameraExtensionSessionImpl
291 mInterfaceLock = cameraDevice.mInterfaceLock; in CameraExtensionSessionImpl()
530 synchronized (mInterfaceLock) { in getDevice()
537 synchronized (mInterfaceLock) { in getRealtimeStillCaptureLatency()
562 synchronized (mInterfaceLock) { in setRepeatingRequest()
768 synchronized (mInterfaceLock) { in stopRepeating()
780 synchronized (mInterfaceLock) { in close()
827 synchronized (mInterfaceLock) { in commitStats()
863 synchronized (mInterfaceLock) { in release()
948 synchronized (mInterfaceLock) { in notifyConfigurationFailure()
[all …]
H A DCameraOfflineSessionImpl.java68 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19111 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mInterfaceLock:Ljava/lang/Object;