Searched refs:logbuf (Results 1 – 10 of 10) sorted by relevance
/system/core/logd/ |
D | LogAudit.cpp | 42 logbuf(buf), in LogAudit() 148 logbuf->lock(); in logPrint() 149 uid = logbuf->pidToUid(pid); in logPrint() 150 logbuf->unlock(); in logPrint() 170 rc = logbuf->log(LOG_ID_EVENTS, now, uid, pid, tid, in logPrint() 193 logbuf->lock(); in logPrint() 194 comm = commfree = logbuf->pidToName(pid); in logPrint() 195 logbuf->unlock(); in logPrint() 220 rc = logbuf->log(LOG_ID_MAIN, now, uid, pid, tid, newstr, in logPrint()
|
D | LogReader.h | 28 LogReader(LogBuffer *logbuf); 31 LogBuffer &logbuf(void) const { return mLogbuf; } in logbuf() function
|
D | LogTimes.cpp | 84 LastLogTimes × = reader.logbuf().mTimes; in threadStop() 123 LogBuffer &logbuf = me->mReader.logbuf(); in threadStart() local 137 logbuf.flushTo(client, start, privileged, FilterFirstPass, me); in threadStart() 140 start = logbuf.flushTo(client, start, privileged, FilterSecondPass, me); in threadStart()
|
D | LogReader.cpp | 27 LogReader::LogReader(LogBuffer *logbuf) : in LogReader() argument 29 mLogbuf(*logbuf) { in LogReader() 151 logbuf().flushTo(cli, sequence, FlushCommand::hasReadLogs(cli), in onDataAvailable()
|
D | LogListener.cpp | 33 logbuf(buf), in LogListener() 101 if (logbuf->log((log_id_t)header->id, header->realtime, in onDataAvailable()
|
D | LogListener.h | 24 LogBuffer *logbuf; variable
|
D | LogAudit.h | 24 LogBuffer *logbuf; variable
|
D | LogKlog.h | 27 LogBuffer *logbuf; variable
|
D | FlushCommand.cpp | 50 LastLogTimes × = mReader.logbuf().mTimes; in runSocketCommand()
|
D | LogKlog.cpp | 177 logbuf(buf), in LogKlog() 459 const uid_t uid = pid ? logbuf->pidToUid(pid) : 0; in log() 637 rc = logbuf->log(LOG_ID_KERNEL, now, uid, pid, tid, newstr, in log()
|