Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
DAudioPowerUsage.cpp57 static std::map<std::string, int32_t> typeTable = { in typeFromString() local
83 auto it = typeTable.find(type_string); in typeFromString()
84 if (it == typeTable.end()) { in typeFromString()