Home
last modified time | relevance | path

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

/system/core/logd/
DFlushCommand.cpp56 LastLogTimes &times = mReader.logbuf().mTimes; in runSocketCommand()
59 LastLogTimes::iterator it = times.begin(); in runSocketCommand()
DLogBuffer.h104 LastLogTimes &mTimes;
106 LogBuffer(LastLogTimes *times);
DLogReader.cpp193 LastLogTimes &times = mLogbuf.mTimes; in doSocketDelete()
195 LastLogTimes::iterator it = times.begin(); in doSocketDelete()
DLogTimes.cpp87 LastLogTimes &times = reader.logbuf().mTimes; in threadStop()
89 LastLogTimes::iterator it = times.begin(); in threadStop()
DLogTimes.h120 typedef std::list<LogTimeEntry *> LastLogTimes; typedef
DLogBuffer.cpp182 LastLogTimes::iterator times = mTimes.begin(); in init()
194 LogBuffer::LogBuffer(LastLogTimes *times): in LogBuffer()
254 LastLogTimes::iterator times = mTimes.begin(); in log()
495 LastLogTimes::iterator times = mTimes.begin(); in prune()
858 LastLogTimes::iterator times = mTimes.begin(); in clear()
Dmain.cpp449 LastLogTimes *times = new LastLogTimes(); in main()