Home
last modified time | relevance | path

Searched refs:log_mask_t (Results 1 – 8 of 8) sorted by relevance

/system/core/logd/
DLogTimes.h31 typedef unsigned int log_mask_t; typedef
44 const log_mask_t mLogMask;
54 unsigned long tail, log_mask_t logMask, pid_t pid,
95 bool isWatchingMultiple(log_mask_t logMask) const { in isWatchingMultiple()
DFlushCommand.h30 log_mask_t mLogMask;
33 explicit FlushCommand(LogReader& reader, log_mask_t logMask) in FlushCommand()
DLogReader.h33 void notifyNewLog(log_mask_t logMask);
DLogListener.cpp141 reader->notifyNewLog(static_cast<log_mask_t>(1 << logId)); in onDataAvailable()
DLogReader.cpp39 void LogReader::notifyNewLog(log_mask_t logMask) { in notifyNewLog()
DLogTimes.cpp31 bool nonBlock, unsigned long tail, log_mask_t logMask, in LogTimeEntry()
DLogAudit.cpp337 log_mask_t notify = 0; in logPrint()
DLogKlog.cpp822 reader->notifyNewLog(static_cast<log_mask_t>(1 << LOG_ID_KERNEL)); in log()