Home
last modified time | relevance | path

Searched refs:isWatching (Results 1 – 3 of 3) sorted by relevance

/system/core/logd/
DLogTimes.cpp183 && (me->isWatching(element->getLogId()))) { in FilterFirstPass()
217 if (!me->isWatching(element->getLogId())) { in FilterSecondPass()
DLogTimes.h104 bool isWatching(log_id_t id) { return (mLogMask & (1<<id)) != 0; } in isWatching() function
DLogBuffer.cpp329 if (entry->owned_Locked() && entry->isWatching(id) in prune()