Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.7/default/
DCameraProvider_2_7.h92 Return<void> getConcurrentStreamingCameraIds( in getConcurrentStreamingCameraIds() function
94 return impl.getConcurrentStreamingCameraIds(_hidl_cb); in getConcurrentStreamingCameraIds()
DExternalCameraProviderImpl_2_7.h82 Return<void> getConcurrentStreamingCameraIds(
DExternalCameraProviderImpl_2_7.cpp367 Return<void> ExternalCameraProviderImpl_2_7::getConcurrentStreamingCameraIds( in getConcurrentStreamingCameraIds() function in android::hardware::camera::provider::V2_7::implementation::ExternalCameraProviderImpl_2_7
/hardware/interfaces/camera/provider/2.6/
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
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1842 Return<void> ret = provider2_6->getConcurrentStreamingCameraIds( in getConcurrentDeviceCombinations()