Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/test/mm/
DMmMetricsReporterTest.cpp90 EXPECT_EQ(getVendorAtomIntValue(v), golden_result) << "value mismatch at offset " << i; in TEST()
131 EXPECT_EQ(getVendorAtomIntValue(v), golden_result) << "value mismatch at offset " << i; in TEST()
DVendorAtomIntValueUtil.h27 static int64_t getVendorAtomIntValue(const VendorAtomValue &v) { in getVendorAtomIntValue() function