Searched refs:parentUid (Results 1 – 4 of 4) sorted by relevance
193 final int parentUid = testUids[1]; in testUpdateProcStateCpuTimes() local195 addIsolatedUid(parentUid, childUid); in testUpdateProcStateCpuTimes()209 + (testUids[i] == parentUid ? isolatedUidCpuTimes[j] : 0); in testUpdateProcStateCpuTimes()216 + (testUids[i] == parentUid ? isolatedUidCpuTimes[j] : 0); in testUpdateProcStateCpuTimes()305 private void addIsolatedUid(int parentUid, int childUid) { in addIsolatedUid() argument306 final BatteryStatsImpl.Uid u = mBatteryStatsImpl.getUidStatsLocked(parentUid); in addIsolatedUid()
121 void assignIsolatedUid(int isolatedUid, int parentUid);122 void removeIsolatedUid(int isolatedUid, int parentUid);
269 void UidMap::assignIsolatedUid(int isolatedUid, int parentUid) { in assignIsolatedUid() argument272 mIsolatedUidMap[isolatedUid] = parentUid; in assignIsolatedUid()275 void UidMap::removeIsolatedUid(int isolatedUid, int parentUid) { in removeIsolatedUid() argument
4140 int parentUid = mapUid(uid); in noteUidProcessStateLocked() local4141 if (uid != parentUid) { in noteUidProcessStateLocked()