Searched refs:GetZoomRatioMapperHwl (Results 1 – 5 of 5) sorted by relevance
103 std::unique_ptr<ZoomRatioMapperHwl> GetZoomRatioMapperHwl() override;198 MOCK_METHOD0(GetZoomRatioMapperHwl, std::unique_ptr<ZoomRatioMapperHwl>());
281 FakeCameraDeviceSessionHwl::GetZoomRatioMapperHwl() { in GetZoomRatioMapperHwl() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
166 virtual std::unique_ptr<ZoomRatioMapperHwl> GetZoomRatioMapperHwl() = 0;
172 std::unique_ptr<google_camera_hal::ZoomRatioMapperHwl> GetZoomRatioMapperHwl() in GetZoomRatioMapperHwl() function
509 params.zoom_ratio_mapper_hwl = device_session_hwl_->GetZoomRatioMapperHwl(); in InitializeZoomRatioMapper()