Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java119 private SimpleEntry<Integer, InputConfiguration> mConfiguredInput = field in CameraDeviceImpl
480 InputConfiguration currentInputConfig = mConfiguredInput.getValue(); in configureStreamsChecked()
484 mRemoteDevice.deleteStream(mConfiguredInput.getKey()); in configureStreamsChecked()
485 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>( in configureStreamsChecked()
492 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>( in configureStreamsChecked()
975 mConfiguredInput, mConfiguredOutputs, mFrameNumberTracker, mCaptureCallbackMap, in switchToOffline()
981 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>(REQUEST_ID_NONE, null); in switchToOffline()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21981 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mConfiguredInput:Ljava/util/AbstractMap$SimpleEnt…