Searched defs:LogTimeEntry (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogTimes.cpp28 pthread_mutex_t LogTimeEntry::timesLock = PTHREAD_MUTEX_INITIALIZER;
30 LogTimeEntry::LogTimeEntry(LogReader& reader, SocketClient* client, function in class:LogTimeEntry
55 void LogTimeEntry::startReader_Locked(void) {
62 if (!pthread_create(&mThread, &attr, LogTimeEntry::threadStart,
77 void LogTimeEntry::threadStop(void* obj) {
78 LogTimeEntry* me = reinterpret_cast<LogTimeEntry*>(obj);
116 void* LogTimeEntry::threadStart(void* obj) {
119 LogTimeEntry* m
[all...]
H A DLogTimes.h34 class LogTimeEntry { class
55 LogTimeEntry(LogReader& reader, SocketClient* client, bool nonBlock,
90 // These called after LogTimeEntry removed from list, lock implicitly held
149 typedef std::list<LogTimeEntry*> LastLogTimes;

Completed in 29 milliseconds