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 107 LastLogTimes& mTimes;
109 explicit LogBuffer(LastLogTimes* times);
LogReader.cpp 207 LastLogTimes& times = mLogbuf.mTimes;
209 LastLogTimes::iterator it = times.begin();
LogTimes.h 141 typedef std::list<LogTimeEntry*> LastLogTimes;
LogTimes.cpp 91 LastLogTimes& times = reader.logbuf().mTimes;
93 LastLogTimes::iterator it = times.begin();
LogBuffer.cpp 100 LastLogTimes::iterator times = mTimes.begin();
112 LogBuffer::LogBuffer(LastLogTimes* times)
394 LastLogTimes::iterator times = mTimes.begin();
668 LastLogTimes::iterator times = mTimes.begin();
    [all...]
main.cpp 466 LastLogTimes* times = new LastLogTimes();

Completed in 69 milliseconds