Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/camera/device/3.7/
H A DICameraDevice.hal34 * isStreamCombinationSupported_3_7:
41 isStreamCombinationSupported_3_7(StreamConfiguration streams)
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_device.cc228 return isStreamCombinationSupported_3_7(streams3_7, _hidl_cb); in isStreamCombinationSupported()
231 Return<void> HidlCameraDevice::isStreamCombinationSupported_3_7( in isStreamCombinationSupported_3_7() function in android::hardware::camera::device::V3_7::implementation::HidlCameraDevice
H A Dhidl_camera_device.h79 Return<void> isStreamCombinationSupported_3_7(
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp2578 ret = interface_3_7->isStreamCombinationSupported_3_7(configuration, halCb); in isSessionConfigurationSupported()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp6899 ret = cameraDevice3_7->isStreamCombinationSupported_3_7( in configureStreams3_7()
7616 auto ret = cameraDevice3_7->isStreamCombinationSupported_3_7( in verifyStreamCombination()