Home
last modified time | relevance | path

Searched refs:LastLogTimes (Results 1 – 7 of 7) sorted by relevance

/system/core/logd/
DFlushCommand.cpp40 LastLogTimes& times = mReader.logbuf().mTimes; in runSocketCommand()
43 LastLogTimes::iterator it = times.begin(); in runSocketCommand()
DLogBuffer.h108 LastLogTimes& mTimes;
110 explicit LogBuffer(LastLogTimes* times);
DLogReader.cpp214 LastLogTimes& times = mLogbuf.mTimes; in doSocketDelete()
216 LastLogTimes::iterator it = times.begin(); in doSocketDelete()
DLogTimes.cpp90 LastLogTimes& times = reader.logbuf().mTimes; in threadStop()
92 LastLogTimes::iterator it = times.begin(); in threadStop()
DLogTimes.h149 typedef std::list<LogTimeEntry*> LastLogTimes; typedef
Dmain.cpp484 LastLogTimes* times = new LastLogTimes(); in main()
DLogBuffer.cpp106 LastLogTimes::iterator times = mTimes.begin(); in init()
118 LogBuffer::LogBuffer(LastLogTimes* times) in LogBuffer()
410 LastLogTimes::iterator times = mTimes.begin(); in log()
711 LastLogTimes::iterator times = mTimes.begin(); in prune()
1053 LastLogTimes::iterator times = mTimes.begin(); in clear()