Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/sv/1.0/default/
DSurroundViewService.cpp31 std::vector<hidl_string> cameraIds = {kCameraIds[0], kCameraIds[1], in getCameraIds() local
33 _hidl_cb(cameraIds); in getCameraIds()
/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp357 hidl_vec<hidl_string> cameraIds; in TEST_P() local
358 mSurroundViewService->getCameraIds([&cameraIds]( in TEST_P()
360 cameraIds = camIds; in TEST_P()
400 cameraIds[0], in TEST_P()
429 hidl_vec<hidl_string> cameraIds; in TEST_P() local
430 mSurroundViewService->getCameraIds([&cameraIds]( in TEST_P()
432 cameraIds = camIds; in TEST_P()
439 for (auto cameraId : cameraIds) { in TEST_P()
1037 hidl_vec<hidl_string> cameraIds; in TEST_P() local
1038 mSurroundViewService->getCameraIds([&cameraIds]( in TEST_P()
[all …]
/hardware/interfaces/automotive/sv/1.0/
DISurroundViewService.hal36 * @result cameraIds List of camera ids that matching the Id of EVS Cameras used by service.
38 getCameraIds() generates (vec<string> cameraIds);
/hardware/interfaces/camera/provider/2.6/
DICameraProvider.hal97 * @return cameraIds a list of camera id combinations that support
101 getConcurrentStreamingCameraIds() generates (Status status, vec<vec<string>> cameraIds);