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

  /system/core/logd/
LogStatistics.cpp 183 for(pidTable_t::const_iterator it = pidTable.begin(); it != pidTable.end(); ++it) {
575 pidTable_t &writablePidTable = const_cast<pidTable_t &>(pidTable);
LogStatistics.h 424 typedef LogHashtable<pid_t, PidEntry> pidTable_t;
425 pidTable_t pidTable;

Completed in 316 milliseconds