Searched refs:activeBegin (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/cputimeinstate/ |
D | cputimeinstate.cpp | 439 auto activeBegin = ret.active.begin() + offset; in getUidConcurrentTimes() local 440 auto activeEnd = nextOffset < gNCpus ? activeBegin + CPUS_PER_ENTRY : ret.active.end(); in getUidConcurrentTimes() 443 std::transform(activeBegin, activeEnd, std::begin(vals[cpu].active), activeBegin, in getUidConcurrentTimes() 492 std::vector<uint64_t>::iterator activeBegin, activeEnd, policyBegin, policyEnd; in getUidsUpdatedConcurrentTimes() local 508 activeBegin = ret[key.uid].active.begin(); in getUidsUpdatedConcurrentTimes() 509 activeEnd = nextOffset < gNCpus ? activeBegin + CPUS_PER_ENTRY : ret[key.uid].active.end(); in getUidsUpdatedConcurrentTimes() 512 std::transform(activeBegin, activeEnd, std::begin(vals[cpu].active), activeBegin, in getUidsUpdatedConcurrentTimes()
|