Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_session_hwl.h43 const StreamConfiguration& request_config) = 0;
66 const StreamConfiguration& request_config,
/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.h44 const StreamConfiguration& request_config) override;
48 const StreamConfiguration& request_config,
136 const StreamConfiguration& request_config,
Dmock_device_session_hwl.cc63 const StreamConfiguration& request_config, in ConfigurePipeline() argument
80 for (auto& stream : request_config.streams) { in ConfigurePipeline()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp128 const StreamConfiguration& request_config, in ConfigurePipeline() argument
144 request_config, *stream_coniguration_map_, sensor_chars_)) { in ConfigurePipeline()
164 emulated_pipeline.streams.reserve(request_config.streams.size()); in ConfigurePipeline()
165 for (const auto& stream : request_config.streams) { in ConfigurePipeline()
DEmulatedCameraDeviceSessionHWLImpl.h68 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()