Home
last modified time | relevance | path

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

12

/aosp12/hardware/interfaces/camera/device/3.6/
H A Dtypes.hal26 * ICameraDeviceSession#switchToOffline method.
41 * switchToOffline call.
50 * ICameraDeviceSession#switchToOffline method.
59 * switchToOffline call.
61 * that was configured right before calling switchToOffline.
83 * ICameraDeviceSession#switchToOffline method.
90 * switchToOffline call returns.
H A DICameraOfflineSession.hal24 * Obtained via ICameraDeviceSession::switchToOffline(), this interface contains
29 * to the parent ICameraDeviceSession before calling switchToOffline, and is
32 * not have access to the camera device's image sensor. During switchToOffline
41 * generated after the return of ICameraDeviceSession::switchToOffline, and
H A DICameraDeviceSession.hal75 * switchToOffline:
89 * the image sensor before the switchToOffline call returns. Before
90 * switchToOffline returns, camera HAL must have completed all requests not
100 * After switchToOffline returns, the ICameraDeviceSession must be back to
130 switchToOffline(vec<int32_t> streamsToKeep) generates (Status status,
/aosp12/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
H A DExternalCameraDeviceSession.h80 Return<void> switchToOffline(
91 Status switchToOffline(const hidl_vec<int32_t>& offlineStreams,
190 virtual Return<void> switchToOffline( in switchToOffline() function
193 return mParent->switchToOffline(streamsToKeep, _hidl_cb); in switchToOffline()
/aosp12/hardware/interfaces/camera/device/3.6/default/
H A DExternalCameraDeviceSession.cpp82 Return<void> ExternalCameraDeviceSession::switchToOffline( in switchToOffline() function in android::hardware::camera::device::V3_6::implementation::ExternalCameraDeviceSession
90 Status st = switchToOffline(streamsToKeep, &msgs, &results, &info, &session); in switchToOffline()
179 Status ExternalCameraDeviceSession::switchToOffline(const hidl_vec<int32_t>& offlineStreams, in switchToOffline() function in android::hardware::camera::device::V3_6::implementation::ExternalCameraDeviceSession
213 auto remainingReqs = mOutputThread->switchToOffline(); in switchToOffline()
/aosp12/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.java295 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.java931 public CameraOfflineSession switchToOffline( in switchToOffline() method in CameraDeviceImpl
999 ICameraOfflineSession remoteOfflineSession = mRemoteDevice.switchToOffline( in switchToOffline()
/aosp12/frameworks/av/camera/aidl/android/hardware/camera2/
H A DICameraDeviceUser.aidl195 ICameraOfflineSession switchToOffline(in ICameraDeviceCallbacks callbacks, in switchToOffline() method
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCompositeStream.h54 void switchToOffline();
H A DCompositeStream.cpp212 void CompositeStream::switchToOffline() { in switchToOffline() function in android::camera3::CompositeStream
H A DCameraOfflineSessionClient.cpp63 mCompositeStreamMap.valueAt(i)->switchToOffline(); in initialize()
H A DCameraDeviceClient.h167 virtual binder::Status switchToOffline(
H A DCameraDeviceClient.cpp1649 binder::Status CameraDeviceClient::switchToOffline( in switchToOffline() function in android::CameraDeviceClient
1723 auto ret = mDevice->switchToOffline(offlineStreamIds, &offlineSession); in switchToOffline()
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java929 public CameraOfflineSession switchToOffline(@NonNull Collection<Surface> offlineSurfaces, in switchToOffline() method in CameraCaptureSession
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_device_session.h82 Return<void> switchToOffline(const hidl_vec<int32_t>& streamsToKeep,
H A Dhidl_camera_device_session.cc824 Return<void> HidlCameraDeviceSession::switchToOffline( in switchToOffline() function in android::hardware::camera::device::V3_7::implementation::HidlCameraDeviceSession
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h228 status_t switchToOffline(const std::vector<int32_t>& streamsToKeep,
409 status_t switchToOffline(
912 status_t switchToOffline(
H A DCamera3Device.cpp4045 status_t Camera3Device::HalInterface::switchToOffline( in switchToOffline() function in android::Camera3Device::HalInterface
4068 auto err = mHidlSession_3_6->switchToOffline(streamsToKeep, resultCallback); in switchToOffline()
5313 status_t Camera3Device::RequestThread::switchToOffline( in switchToOffline() function in android::Camera3Device::RequestThread
5341 return mInterface->switchToOffline( in switchToOffline()
6374 status_t Camera3Device::switchToOffline( in switchToOffline() function in android::Camera3Device
6423 status_t ret = mRequestThread->switchToOffline( in switchToOffline()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h404 virtual status_t switchToOffline(
/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraDeviceSession.h132 std::list<std::shared_ptr<HalRequest>> switchToOffline();
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp1721 ExternalCameraDeviceSession::OutputThread::switchToOffline() { in switchToOffline() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession::OutputThread
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp5442 TEST_P(CameraHidlTest, switchToOffline) { in TEST_P() argument
5569 returnStatus = session->switchToOffline(offlineStreamIds, in TEST_P()

12