Home
last modified time | relevance | path

Searched refs:getConcurrentStreamingCameraIds (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/camera/provider/2.6/
H A DICameraProvider.hal26 * @2.6::adds support for the getConcurrentStreamingCameraIds() and
33 * getConcurrentStreamingCameraIds
76 * getConcurrentStreamingCameraIds(): If only the mandatory combinations can
101 getConcurrentStreamingCameraIds() generates (Status status, vec<vec<string>> cameraIds);
126 * ids that is not a subset of the camera ids advertised by getConcurrentStreamingCameraIds of
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_provider.h64 Return<void> getConcurrentStreamingCameraIds(
H A Dhidl_camera_provider.cc247 Return<void> HidlCameraProvider::getConcurrentStreamingCameraIds( in getConcurrentStreamingCameraIds() function in android::hardware::camera::provider::V2_7::implementation::HidlCameraProvider
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1760 interface2_6->getConcurrentStreamingCameraIds([&status, this]( in getConcurrentCameraIdsInternalLocked()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp1785 Return<void> ret = provider2_6->getConcurrentStreamingCameraIds( in getConcurrentDeviceCombinations()