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>());
282 FakeCameraDeviceSessionHwl::GetZoomRatioMapperHwl() { in GetZoomRatioMapperHwl() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
173 virtual std::unique_ptr<ZoomRatioMapperHwl> GetZoomRatioMapperHwl() = 0;
173 std::unique_ptr<google_camera_hal::ZoomRatioMapperHwl> GetZoomRatioMapperHwl() in GetZoomRatioMapperHwl() function
516 params.zoom_ratio_mapper_hwl = device_session_hwl_->GetZoomRatioMapperHwl(); in InitializeZoomRatioMapper()