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

  /system/core/logd/
FlushCommand.cpp 43 // client tracking and log region locks LastLogTimes list of
52 LastLogTimes& times = mReader.logbuf().mTimes;
55 LastLogTimes::iterator it = times.begin();
LogBuffer.h 108 LastLogTimes& mTimes;
110 explicit LogBuffer(LastLogTimes* times);
LogTimes.h 144 typedef std::list<LogTimeEntry*> LastLogTimes;
LogReader.cpp 214 LastLogTimes& times = mLogbuf.mTimes;
216 LastLogTimes::iterator it = times.begin();
LogTimes.cpp 91 LastLogTimes& times = reader.logbuf().mTimes;
93 LastLogTimes::iterator it = times.begin();
LogBuffer.cpp 106 LastLogTimes::iterator times = mTimes.begin();
118 LogBuffer::LogBuffer(LastLogTimes* times)
402 LastLogTimes::iterator times = mTimes.begin();
703 LastLogTimes::iterator times = mTimes.begin();
    [all...]
main.cpp 484 LastLogTimes* times = new LastLogTimes();

Completed in 919 milliseconds