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