Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.6/
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.
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
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,
/hardware/interfaces/camera/device/3.6/default/
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()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device_session.h82 Return<void> switchToOffline(const hidl_vec<int32_t>& streamsToKeep,
Dhidl_camera_device_session.cc818 Return<void> HidlCameraDeviceSession::switchToOffline( in switchToOffline() function in android::hardware::camera::device::V3_7::implementation::HidlCameraDeviceSession
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h132 std::list<std::shared_ptr<HalRequest>> switchToOffline();
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1721 ExternalCameraDeviceSession::OutputThread::switchToOffline() { in switchToOffline() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession::OutputThread
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp5443 TEST_P(CameraHidlTest, switchToOffline) { in TEST_P() argument
5570 returnStatus = session->switchToOffline(offlineStreamIds, in TEST_P()