Searched defs:logbuf (Results 1 - 7 of 7) sorted by relevance

/system/core/logd/
H A DLogListener.h34 LogBufferInterface* logbuf; member in class:LogListener
H A DLogReader.h32 explicit LogReader(LogBuffer* logbuf);
35 LogBuffer& logbuf(void) const { function in class:LogReader
H A DLogAudit.h29 LogBuffer* logbuf; member in class:LogAudit
40 return logbuf->isMonotonic();
H A DLogKlog.h27 LogBuffer* logbuf; member in class:LogKlog
48 return logbuf->isMonotonic();
H A DLogTimes.cpp90 LastLogTimes& times = reader.logbuf().mTimes;
129 LogBuffer& logbuf = me->mReader.logbuf(); local
155 logbuf.flushTo(client, start, nullptr, privileged, security,
159 start = logbuf.flushTo(client, start, me->mLastTid, privileged,
H A DLogReader.cpp33 LogReader::LogReader(LogBuffer* logbuf) argument
34 : SocketListener(getLogSocket(), true), mLogbuf(*logbuf) {
184 logbuf().isMonotonic() && android::isMonotonic(start));
186 logbuf().flushTo(cli, sequence, nullptr, FlushCommand::hasReadLogs(cli),
/system/core/liblog/
H A Dlocal_logger.c131 } logbuf = { variable in typeref:struct:LogBuffer
132 .head = { &logbuf.head, &logbuf.head }, .listLock = PTHREAD_RWLOCK_INITIALIZER,
249 log = &logbuf;
263 LogBufferFree(&logbuf);
336 return LogBufferLog(&logbuf, element);
359 return transp->context.node = &logbuf.head;
365 for (node = list_head(&logbuf.head); node != &logbuf.head; node = node->next) {
387 pthread_rwlock_rdlock(&logbuf
[all...]

Completed in 112 milliseconds