Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
Dmethodstatistics_tests.cpp43 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()
/frameworks/av/media/utils/include/mediautils/
DMethodStatistics.h74 std::string getMethodForCode(const Code& code) const { in getMethodForCode() function
110 ss << int(code) << " " << getMethodForCode(code) << in dump()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1338 const std::string methodName = getIAudioPolicyServiceStatistics().getMethodForCode(code); in onTransact()
/frameworks/av/services/audioflinger/
DEffects.cpp1785 const std::string methodName = getIEffectStatistics().getMethodForCode(code); in onTransact()
DAudioFlinger.cpp4628 const std::string methodName = getIAudioFlingerStatistics().getMethodForCode(code); in onTransactWrapper()