Home
last modified time | relevance | path

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

/hardware/google/pixel/powerstats/include/
DPowerStatsAidl.h82 void getChannelNames(std::unordered_map<int32_t, std::string> *channelNames);
/hardware/google/pixel/powerstats/
DPowerStatsAidl.cpp214 void PowerStats::getChannelNames(std::unordered_map<int32_t, std::string> *channelNames) { in getChannelNames() function in aidl::android::hardware::power::stats::PowerStats
230 getChannelNames(&channelNames); in dumpEnergyMeter()