Searched refs:getMethodForCode (Results 1 – 5 of 5) sorted by relevance
43 ASSERT_EQ(std::string(HELLO_NAME), methodStatistics.getMethodForCode(HELLO_CODE)); in TEST()44 ASSERT_EQ(std::string(WORLD_NAME), methodStatistics.getMethodForCode(WORLD_CODE)); in TEST()46 ASSERT_EQ(std::to_string(UNKNOWN_CODE), methodStatistics.getMethodForCode(UNKNOWN_CODE)); in TEST()
74 std::string getMethodForCode(const Code& code) const { in getMethodForCode() function110 ss << int(code) << " " << getMethodForCode(code) << in dump()
1338 const std::string methodName = getIAudioPolicyServiceStatistics().getMethodForCode(code); in onTransact()
1785 const std::string methodName = getIEffectStatistics().getMethodForCode(code); in onTransact()
4628 const std::string methodName = getIAudioFlingerStatistics().getMethodForCode(code); in onTransactWrapper()