Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/
DICameraDevice.aidl388 boolean isStreamCombinationWithSettingsSupported(in StreamConfiguration streams); in isStreamCombinationWithSettingsSupported() method
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/
DICameraDevice.aidl47 …boolean isStreamCombinationWithSettingsSupported(in android.hardware.camera.device.StreamConfigura… in isStreamCombinationWithSettingsSupported() method
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/
DICameraDevice.aidl47 …boolean isStreamCombinationWithSettingsSupported(in android.hardware.camera.device.StreamConfigura… in isStreamCombinationWithSettingsSupported() method
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device.h92 ScopedAStatus isStreamCombinationWithSettingsSupported(
Daidl_camera_device.cc205 ScopedAStatus AidlCameraDevice::isStreamCombinationWithSettingsSupported( in isStreamCombinationWithSettingsSupported() function in android::hardware::camera::device::implementation::AidlCameraDevice
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp1914 ret = device->isStreamCombinationWithSettingsSupported(config, in verifyStreamCombination()