Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/tests/
DDrmMetrics_test.cpp322 DrmFrameworkMetrics expectedMetricsProto; in TEST_F() local
323 ASSERT_TRUE(TextFormat::MergeFromString(expectedMetrics, &expectedMetricsProto)); in TEST_F()
328 ASSERT_TRUE(differ.Compare(expectedMetricsProto, metricsProto)) in TEST_F()
368 DrmFrameworkMetrics expectedMetricsProto; in TEST_F() local
369 ASSERT_TRUE(TextFormat::MergeFromString(expectedMetrics, &expectedMetricsProto)); in TEST_F()
374 ASSERT_TRUE(differ.Compare(expectedMetricsProto, metricsProto)) in TEST_F()
410 DrmFrameworkMetrics expectedMetricsProto; in TEST_F() local
411 ASSERT_TRUE(TextFormat::MergeFromString(expectedMetrics, &expectedMetricsProto)); in TEST_F()
416 ASSERT_TRUE(differ.Compare(expectedMetricsProto, metricsProto)) in TEST_F()