Searched refs:poolIdx (Results 1 – 5 of 5) sorted by relevance
211 + cur.eventTag.poolIdx + " " + cur.eventTag.uid + ":" in readHistoryDelta()311 tag.poolIdx = index & ~BatteryStatsHistory.TAG_FIRST_OCCURRENCE_FLAG; in readHistoryTag()312 if (tag.poolIdx < BatteryStatsHistory.HISTORY_TAG_INDEX_LIMIT) { in readHistoryTag()313 mHistoryTags.put(tag.poolIdx, tag); in readHistoryTag()315 tag.poolIdx = BatteryStats.HistoryTag.HISTORY_TAG_POOL_OVERFLOW; in readHistoryTag()327 outTag.poolIdx = index; in readHistoryTag()
728 tag.poolIdx = idx; in readSummaryFromParcel()1698 Slog.i(TAG, "WRITE DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in writeHistoryDelta()1707 Slog.i(TAG, "WRITE DELTA: wakeReasonTag=#" + cur.wakeReasonTag.poolIdx in writeHistoryDelta()1735 + cur.eventTag.poolIdx + " " + cur.eventTag.uid + ":" in writeHistoryDelta()1841 tag.poolIdx = idx; in writeHistoryTag()1851 tag.poolIdx = HistoryTag.HISTORY_TAG_POOL_OVERFLOW; in writeHistoryTag()
415 if (item.eventTag.poolIdx != BatteryStats.HistoryTag.HISTORY_TAG_POOL_OVERFLOW) { in largeTagPool()417 assertThat(checkinDump).contains("+Eal=" + item.eventTag.poolIdx); in largeTagPool()425 if (item.wakelockTag.poolIdx != BatteryStats.HistoryTag.HISTORY_TAG_POOL_OVERFLOW) { in largeTagPool()427 assertThat(checkinDump).contains("w=" + item.wakelockTag.poolIdx); in largeTagPool()435 if (item.wakeReasonTag.poolIdx in largeTagPool()438 assertThat(checkinDump).contains("wr=" + item.wakeReasonTag.poolIdx); in largeTagPool()
1663 public int poolIdx; field in BatteryStats.HistoryTag1668 poolIdx = o.poolIdx; in setTo()1674 poolIdx = -1; in setTo()1685 poolIdx = -1; in readFromParcel()2345 uids.put(uid, poolIdx); in updateState()6798 sb.append(wakelockTag.poolIdx); in printBitDescriptions()6821 sb.append(wakelockTag.poolIdx); in printBitDescriptions()7082 item.append(rec.wakeReasonTag.poolIdx); in printNextItem()7118 item.append(rec.eventTag.poolIdx); in printNextItem()7571 rec.eventTag.uid, rec.eventTag.poolIdx); in dumpHistory()[all …]
34968 Landroid/os/BatteryStats$HistoryTag;->poolIdx:I