Home
last modified time | relevance | path

Searched refs:switchToOffline (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DICameraDeviceUserWrapper.java254 public ICameraOfflineSession switchToOffline(ICameraDeviceCallbacks cbs, in switchToOffline() method in ICameraDeviceUserWrapper
257 return mRemoteDevice.switchToOffline(cbs, offlineOutputIds); in switchToOffline()
H A DCameraCaptureSessionImpl.java465 public CameraOfflineSession switchToOffline(Collection<Surface> offlineOutputs, in switchToOffline() method in CameraCaptureSessionImpl
470 return mDeviceImpl.switchToOffline(offlineOutputs, executor, listener); in switchToOffline()
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java321 public CameraOfflineSession switchToOffline(Collection<Surface> offlineOutputs, in switchToOffline() method in CameraConstrainedHighSpeedCaptureSessionImpl
H A DCameraOfflineSessionImpl.java904 public CameraOfflineSession switchToOffline(Collection<Surface> offlineOutputs, in switchToOffline() method in CameraOfflineSessionImpl
H A DCameraDeviceImpl.java947 public CameraOfflineSession switchToOffline( in switchToOffline() method in CameraDeviceImpl
1015 ICameraOfflineSession remoteOfflineSession = mRemoteDevice.switchToOffline( in switchToOffline()
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java964 public CameraOfflineSession switchToOffline(@NonNull Collection<Surface> offlineSurfaces, in switchToOffline() method in CameraCaptureSession
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt18417 …method @Nullable public android.hardware.camera2.CameraOfflineSession switchToOffline(@NonNull jav…