Home
last modified time | relevance | path

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

/system/logging/logd/
DLogReaderList.cpp21 void LogReaderList::NotifyNewLog(LogMask log_mask) const { in NotifyNewLog() function in LogReaderList
DLogReaderList.h29 void NotifyNewLog(LogMask log_mask) const REQUIRES(logd_lock);
DSerializedLogBuffer.cpp160 reader_list_->NotifyNewLog(1 << log_id); in Log()
DSimpleLogBuffer.cpp110 reader_list_->NotifyNewLog(1 << log_id); in LogInternal()