Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
Dmethodstatistics_tests.cpp28 constexpr CodeType HELLO_CODE = 10; variable
39 {HELLO_CODE, HELLO_NAME}, in TEST()
43 ASSERT_EQ(std::string(HELLO_NAME), methodStatistics.getMethodForCode(HELLO_CODE)); in TEST()
51 {HELLO_CODE, HELLO_NAME}, in TEST()
58 methodStatistics.event(HELLO_CODE, event); in TEST()
63 const auto helloStats = methodStatistics.getStatistics(HELLO_CODE); in TEST()
66 ASSERT_EQ(n, methodStatistics.getMethodCount(HELLO_CODE)); in TEST()