Searched refs:LogTimeEntry (Results 1 – 5 of 5) sorted by relevance
/system/core/logd/ |
D | LogTimes.cpp | 24 pthread_mutex_t LogTimeEntry::timesLock = PTHREAD_MUTEX_INITIALIZER; 26 LogTimeEntry::LogTimeEntry(LogReader &reader, SocketClient *client, in LogTimeEntry() function in LogTimeEntry 49 void LogTimeEntry::startReader_Locked(void) { in startReader_Locked() 57 LogTimeEntry::threadStart, this)) { in startReader_Locked() 71 void LogTimeEntry::threadStop(void *obj) { in threadStop() 72 LogTimeEntry *me = reinterpret_cast<LogTimeEntry *>(obj); in threadStop() 110 void *LogTimeEntry::threadStart(void *obj) { in threadStart() 113 LogTimeEntry *me = reinterpret_cast<LogTimeEntry *>(obj); in threadStart() 165 int LogTimeEntry::FilterFirstPass(const LogBufferElement *element, void *obj) { in FilterFirstPass() 166 LogTimeEntry *me = reinterpret_cast<LogTimeEntry *>(obj); in FilterFirstPass() [all …]
|
D | FlushCommand.cpp | 49 LogTimeEntry *entry = NULL; in runSocketCommand() 52 LogTimeEntry::lock(); in runSocketCommand() 59 LogTimeEntry::unlock(); in runSocketCommand() 71 LogTimeEntry::unlock(); in runSocketCommand() 74 entry = new LogTimeEntry(mReader, client, mNonBlock, mTail, mLogMask, mPid, mStart); in runSocketCommand() 82 LogTimeEntry::unlock(); in runSocketCommand()
|
D | LogReader.cpp | 101 LogTimeEntry::lock(); in onDataAvailable() 102 LogTimeEntry::unlock(); in onDataAvailable() 170 LogTimeEntry::lock(); in doSocketDelete() 173 LogTimeEntry *entry = (*it); in doSocketDelete() 181 LogTimeEntry::unlock(); in doSocketDelete()
|
D | LogTimes.h | 29 class LogTimeEntry { 49 LogTimeEntry(LogReader &reader, SocketClient *client, bool nonBlock, 110 typedef android::List<LogTimeEntry *> LastLogTimes;
|
D | LogBuffer.cpp | 185 LogTimeEntry::lock(); in log() 189 LogTimeEntry *entry = (*t); in log() 210 LogTimeEntry::unlock(); in log() 321 LogTimeEntry *oldest = NULL; in prune() 323 LogTimeEntry::lock(); in prune() 328 LogTimeEntry *entry = (*t); in prune() 361 LogTimeEntry::unlock(); in prune() 572 LogTimeEntry::unlock(); in prune()
|