Home
last modified time | relevance | path

Searched refs:request_config (Results 1 – 8 of 8) sorted by relevance

/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_session_hwl.h47 const StreamConfiguration& request_config) = 0;
70 const StreamConfiguration& request_config,
/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.h45 const StreamConfiguration& request_config) override;
49 const StreamConfiguration& request_config,
139 const StreamConfiguration& request_config,
Dmock_device_session_hwl.cc62 const StreamConfiguration& request_config, in ConfigurePipeline() argument
79 for (auto& stream : request_config.streams) { in ConfigurePipeline()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp245 const StreamConfiguration& request_config, in ConfigurePipeline() argument
261 physical_camera_id, request_config, *stream_configuration_map_, in ConfigurePipeline()
284 emulated_pipeline.streams.reserve(request_config.streams.size()); in ConfigurePipeline()
285 for (const auto& stream : request_config.streams) { in ConfigurePipeline()
DEmulatedCameraDeviceSessionHWLImpl.h100 const StreamConfiguration& request_config,
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h415 bool AllowSeamless(hwc2_config_t request_config);
Dhwc_display.cpp1237 bool HWCDisplay::AllowSeamless(hwc2_config_t request_config) { in AllowSeamless() argument
1244 return (error == HWC2::Error::None && IsSameGroup(current_config, request_config)); in AllowSeamless()
/hardware/qcom/sm7250/display/composer/
Dhwc_display.h550 bool AllowSeamless(hwc2_config_t request_config);