Home
last modified time | relevance | path

Searched refs:streamsToKeep (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/3.6/
DICameraDeviceSession.hal80 * The streamsToKeep argument contains list of streams IDs where application
117 * in streamsToKeep argument. Note that the camera HAL must report
120 * streamsToKeep argument support offline mode, then the camera HAL
130 switchToOffline(vec<int32_t> streamsToKeep) generates (Status status,
Dtypes.hal58 * one of stream ID listed in streamsToKeep argument of the
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraDeviceSession.cpp83 const hidl_vec<int32_t>& streamsToKeep, in switchToOffline() argument
90 Status st = switchToOffline(streamsToKeep, &msgs, &results, &info, &session); in switchToOffline()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device_session.h82 Return<void> switchToOffline(const hidl_vec<int32_t>& streamsToKeep,