Searched refs:mInterfaceLock (Results 1 – 7 of 7) sorted by relevance
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 …]
42 private final Object mInterfaceLock = new Object(); field in CameraInjectionSessionImpl52 synchronized (mInterfaceLock) { in close()76 synchronized (mInterfaceLock) { in binderDied()110 synchronized (mInterfaceLock) { in setRemoteInjectionSession()159 synchronized (mInterfaceLock) { in onInjectionError()
319 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 …]
109 final Object mInterfaceLock; field in CameraAdvancedExtensionSessionImpl244 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 …]
125 final Object mInterfaceLock; field in CameraExtensionSessionImpl291 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 …]
68 final Object mInterfaceLock = new Object(); // access from this class and Session only! field in CameraOfflineSessionImpl142 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()
19111 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mInterfaceLock:Ljava/lang/Object;