Home
last modified time | relevance | path

Searched refs:IsStreamCombinationSupported (Results 1 – 10 of 10) sorted by relevance

/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h76 virtual bool IsStreamCombinationSupported(
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.cpp186 bool EmulatedCameraDeviceHwlImpl::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::EmulatedCameraDeviceHwlImpl
188 return EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported()
DEmulatedSensor.h177 static bool IsStreamCombinationSupported(
184 static bool IsStreamCombinationSupported(
DEmulatedSensor.cpp279 bool EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::EmulatedSensor
291 return IsStreamCombinationSupported(logical_id, default_mode_config, in IsStreamCombinationSupported()
294 IsStreamCombinationSupported( in IsStreamCombinationSupported()
298 (IsStreamCombinationSupported(logical_id, input_stream_config, in IsStreamCombinationSupported()
301 IsStreamCombinationSupported( in IsStreamCombinationSupported()
306 bool EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::EmulatedSensor
DEmulatedCameraDeviceSessionHWLImpl.cpp244 if (!EmulatedSensor::IsStreamCombinationSupported( in ConfigurePipeline()
DEmulatedCameraProviderHWLImpl.cpp328 if (!EmulatedSensor::IsStreamCombinationSupported( in IsConcurrentStreamCombinationSupported()
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device.h82 bool IsStreamCombinationSupported(const StreamConfiguration& stream_config);
Dcamera_device.cc248 bool CameraDevice::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::google_camera_hal::CameraDevice
251 camera_device_hwl_->IsStreamCombinationSupported(stream_config); in IsStreamCombinationSupported()
/hardware/google/camera/common/hal/tests/
Dmock_device_hwl.h114 bool IsStreamCombinationSupported(const StreamConfiguration& /*stream_config*/) { in IsStreamCombinationSupported() function
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device.cc243 google_camera_device_->IsStreamCombinationSupported(stream_config); in isStreamCombinationSupported_3_7()