Searched refs:log_mask_t (Results 1 – 8 of 8) sorted by relevance
31 typedef unsigned int log_mask_t; typedef44 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()
30 log_mask_t mLogMask;33 explicit FlushCommand(LogReader& reader, log_mask_t logMask) in FlushCommand()
33 void notifyNewLog(log_mask_t logMask);
141 reader->notifyNewLog(static_cast<log_mask_t>(1 << logId)); in onDataAvailable()
39 void LogReader::notifyNewLog(log_mask_t logMask) { in notifyNewLog()
31 bool nonBlock, unsigned long tail, log_mask_t logMask, in LogTimeEntry()
337 log_mask_t notify = 0; in logPrint()
822 reader->notifyNewLog(static_cast<log_mask_t>(1 << LOG_ID_KERNEL)); in log()