// Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary // source code may only be used and distributed under the Widevine License // Agreement. // // Format mediadrm framework protobuf metrics #include #include "metrics.pb.h" namespace mediadrm_metrics { void FormatDrmFrameworkMetrics( const android::drm_metrics::DrmFrameworkMetrics& metrics, std::string& result); };