Home
last modified time | relevance | path

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

/hardware/google/pixel/powerstats/
DPowerStats.cpp272 uint32_t entityId = result.powerEntityId; in DumpResidencyDataDiffToFd() local
273 const char *entityName = entityNames.at(entityId).c_str(); in DumpResidencyDataDiffToFd()
276 auto prevEntityResultIt = prevResultsMap.find(entityId); in DumpResidencyDataDiffToFd()
281 const char *stateName = stateNames.at(entityId).at(stateId).c_str(); in DumpResidencyDataDiffToFd()
/hardware/interfaces/power/stats/aidl/vts/
DVtsHalPowerStatsTargetTest.cpp133 auto entityId = (*it).id; in excludeSkippedEntities() local
138 if ((*resultsIt).id == entityId) { in excludeSkippedEntities()