Home
last modified time | relevance | path

Searched refs:isConcurrentStreamCombinationSupported (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/camera/provider/2.7/
H A DICameraProvider.hal25 * Adds support for the isConcurrentStreamCombinationSupported() with
32 * Identical to @2.6::isConcurrentStreamCombinationSupported except that
/aosp12/hardware/interfaces/camera/provider/2.6/
H A DICameraProvider.hal27 * isConcurrentStreamCombinationSupported()
104 * isConcurrentStreamCombinationSupported:
149 isConcurrentStreamCombinationSupported(vec<CameraIdAndStreamCombination> configs)
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_provider.h67 Return<void> isConcurrentStreamCombinationSupported(
H A Dhidl_camera_provider.cc277 Return<void> HidlCameraProvider::isConcurrentStreamCombinationSupported( in isConcurrentStreamCombinationSupported() function in android::hardware::camera::provider::V2_7::implementation::HidlCameraProvider
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp2120 ret = interface_2_6->isConcurrentStreamCombinationSupported( in isConcurrentSessionConfigurationSupported()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp3484 auto ret = mProvider2_6->isConcurrentStreamCombinationSupported( in TEST_P()