Home
last modified time | relevance | path

Searched refs:mConfiguredInput (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java120 private SimpleEntry<Integer, InputConfiguration> mConfiguredInput = field in CameraDeviceImpl
483 InputConfiguration currentInputConfig = mConfiguredInput.getValue(); in configureStreamsChecked()
487 mRemoteDevice.deleteStream(mConfiguredInput.getKey()); in configureStreamsChecked()
488 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>( in configureStreamsChecked()
495 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>( in configureStreamsChecked()
991 mConfiguredInput, mConfiguredOutputs, mFrameNumberTracker, mCaptureCallbackMap, in switchToOffline()
997 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>(REQUEST_ID_NONE, null); in switchToOffline()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19103 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mConfiguredInput:Ljava/util/AbstractMap$SimpleEnt…