Home
last modified time | relevance | path

Searched refs:IsWatching (Results 1 – 4 of 4) sorted by relevance

/system/core/logd/
DLogReaderThread.h55 bool IsWatching(log_id_t id) const { return flush_to_state_->log_mask() & (1 << id); } in IsWatching() function
DSimpleLogBuffer.cpp238 if (reader_thread->IsWatching(id)) { in Clear()
281 if (!reader_thread->IsWatching(id)) { in Prune()
DSerializedLogBuffer.cpp142 if (!reader_thread->IsWatching(log_id)) { in Prune()
291 if (reader_thread->IsWatching(id)) { in Clear()
DChattyLogBuffer.cpp340 if (!reader_thread->IsWatching(id)) { in Prune()