Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.h103 std::unique_ptr<ZoomRatioMapperHwl> GetZoomRatioMapperHwl() override;
198 MOCK_METHOD0(GetZoomRatioMapperHwl, std::unique_ptr<ZoomRatioMapperHwl>());
Dmock_device_session_hwl.cc281 FakeCameraDeviceSessionHwl::GetZoomRatioMapperHwl() { in GetZoomRatioMapperHwl() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_session_hwl.h166 virtual std::unique_ptr<ZoomRatioMapperHwl> GetZoomRatioMapperHwl() = 0;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.h172 std::unique_ptr<google_camera_hal::ZoomRatioMapperHwl> GetZoomRatioMapperHwl() in GetZoomRatioMapperHwl() function
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc509 params.zoom_ratio_mapper_hwl = device_session_hwl_->GetZoomRatioMapperHwl(); in InitializeZoomRatioMapper()