HomeSort by relevance Sort by last modified time
    Searched refs:UidEntry (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
BinderCallsStats.java 47 private final SparseArray<UidEntry> mUidEntries = new SparseArray<>();
82 UidEntry uidEntry = mUidEntries.get(s.mCallingUId);
83 if (uidEntry == null) {
84 uidEntry = new UidEntry(s.mCallingUId);
85 mUidEntries.put(s.mCallingUId, uidEntry);
90 CallStat callStat = uidEntry.mCallStats.get(s.mCallStat);
94 uidEntry.mCallStats.put(callStat, callStat);
100 uidEntry.time += duration
    [all...]
  /system/core/logd/
LogStatistics.h 278 struct UidEntry : public EntryBaseDropped {
282 explicit UidEntry(const LogBufferElement* element)
670 friend UidEntry;
684 typedef LogHashtable<uid_t, UidEntry> uidTable_t;
754 LogFindWorst<UidEntry> sort(uid_t uid, pid_t pid, size_t len, log_id id) {
755 return LogFindWorst<UidEntry>(uidTable[id].sort(uid, pid, len));
LogStatistics.cpp 300 std::string UidEntry::formatHeader(const std::string& name, log_id_t id) const {
335 std::string UidEntry::format(const LogStatistics& stat, log_id_t id) const {
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 233 milliseconds