HomeSort by relevance Sort by last modified time
    Searched refs:LogTimeEntry (Results 1 - 6 of 6) sorted by null

  /system/core/logd/
LogTimes.cpp 24 pthread_mutex_t LogTimeEntry::timesLock = PTHREAD_MUTEX_INITIALIZER;
26 const struct timespec LogTimeEntry::EPOCH = { 0, 1 };
28 LogTimeEntry::LogTimeEntry(LogReader &reader, SocketClient *client,
51 void LogTimeEntry::startReader_Locked(void) {
59 LogTimeEntry::threadStart, this)) {
73 void LogTimeEntry::threadStop(void *obj) {
74 LogTimeEntry *me = reinterpret_cast<LogTimeEntry *>(obj);
112 void *LogTimeEntry::threadStart(void *obj)
    [all...]
FlushCommand.cpp 45 // global LogTimeEntry::lock() is used to protect access,
47 // LogTimeEntry lifetime is managed when not protected.
49 LogTimeEntry *entry = NULL;
52 LogTimeEntry::lock();
59 LogTimeEntry::unlock();
69 // Create LogTimeEntry in notifyNewLog() ?
71 LogTimeEntry::unlock();
74 entry = new LogTimeEntry(mReader, client, mNonBlock, mTail, mLogMask, mPid, mStart);
82 LogTimeEntry::unlock();
LogReader.cpp 97 LogTimeEntry::lock();
98 LogTimeEntry::unlock();
105 start = LogTimeEntry::EPOCH;
120 , last(LogTimeEntry::EPOCH)
145 logbuf().flushTo(cli, LogTimeEntry::EPOCH,
166 LogTimeEntry::lock();
169 LogTimeEntry *entry = (*it);
177 LogTimeEntry::unlock();
FlushCommand.h 42 log_time start = LogTimeEntry::EPOCH);
LogTimes.h 28 class LogTimeEntry {
47 LogTimeEntry(LogReader &reader, SocketClient *client, bool nonBlock,
72 // Called after LogTimeEntry removed from list, lock implicitly held
108 typedef android::List<LogTimeEntry *> LastLogTimes;
LogBuffer.cpp 181 LogTimeEntry::lock();
185 LogTimeEntry *entry = (*t);
206 LogTimeEntry::unlock();
236 LogTimeEntry *oldest = NULL;
238 LogTimeEntry::lock();
243 LogTimeEntry *entry = (*t);
280 LogTimeEntry::unlock();
401 LogTimeEntry::unlock();

Completed in 200 milliseconds