Searched refs:stateId (Results 1 – 1 of 1) sorted by relevance
58 for (uint32_t stateId = MPLL_CLK_3000; stateId != NUM_MPLL_CLK_FREQ; stateId++) { in getResults() local59 stateResidencyData[stateId] = PowerEntityStateResidencyData{ in getResults()60 .powerEntityStateId = stateId, in getResults()61 .totalTimeInStateMs = pwrStatsCount.mpllCumulativeDur[stateId], in getResults()62 .totalStateEntryCount = pwrStatsCount.mpll_cumulative_cnts[stateId], in getResults()63 .lastEntryTimestampMs = pwrStatsCount.mpllTimeStamp[stateId]}; in getResults()82 for (uint32_t stateId = MPLL_CLK_3000; stateId <= NUM_MPLL_CLK_FREQ; stateId++) { in getStateSpaces() local83 states[stateId] = PowerEntityStateInfo{ in getStateSpaces()84 .powerEntityStateId = stateId, in getStateSpaces()85 .powerEntityStateName = static_cast<std::string>(mStateNames[stateId])}; in getStateSpaces()