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

  /system/core/logd/
LogStatistics.h 216 struct TidEntry : public EntryBaseDropped {
221 TidEntry(pid_t t):
226 TidEntry(LogBufferElement *e):
231 TidEntry(const TidEntry &c):
236 ~TidEntry() { free(name); }
307 typedef LogHashtable<pid_t, TidEntry> tidTable_t;
LogStatistics.cpp 399 std::unique_ptr<const TidEntry *[]> sorted = tidTable.sort(maximum_sorted_entries);
402 const TidEntry *entry = sorted[index];

Completed in 124 milliseconds