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

  /system/core/logd/
FlushCommand.h 40 unsigned int logMask = -1,
LogReader.cpp 70 unsigned int logMask = -1;
74 logMask = 0;
82 logMask |= 1 << val;
119 LogFindStart(unsigned logMask, pid_t pid, log_time &start, uint64_t &sequence) :
121 mLogMask(logMask),
149 } logFindStart(logMask, pid, start, sequence);
163 FlushCommand command(*this, nonBlock, tail, logMask, pid, sequence);
FlushCommand.cpp 28 unsigned int logMask,
34 mLogMask(logMask),
CommandListener.cpp 220 unsigned int logMask = -1;
222 logMask = 0;
229 logMask |= 1 << id;
235 mBuf.formatStatistics(&buf, uid, logMask);
LogTimes.h 50 unsigned long tail, unsigned int logMask, pid_t pid,
LogBuffer.h 64 void formatStatistics(char **strp, uid_t uid, unsigned int logMask);
LogStatistics.cpp 205 void LogStatistics::format(char **buf, uid_t uid, unsigned int logMask) {
220 if (!(logMask & (1 << id))) {
235 if (!(logMask & (1 << id))) {
251 if (!(logMask & (1 << id))) {
272 if (!(logMask & (1 << id))) {
452 if (enable && (logMask & (1 << LOG_ID_EVENTS))) {
LogTimes.cpp 28 unsigned int logMask, pid_t pid,
36 mLogMask(logMask),
LogBuffer.cpp 673 void LogBuffer::formatStatistics(char **strp, uid_t uid, unsigned int logMask) {
676 stats.format(strp, uid, logMask);
LogStatistics.h 335 void format(char **strp, uid_t uid, unsigned int logMask);

Completed in 1570 milliseconds