Home
last modified time | relevance | path

Searched refs:notifyNewLog (Results 1 – 5 of 5) sorted by relevance

/system/core/logd/
DLogReader.h33 void notifyNewLog(log_mask_t logMask);
DLogListener.cpp141 reader->notifyNewLog(static_cast<log_mask_t>(1 << logId)); in onDataAvailable()
DLogReader.cpp39 void LogReader::notifyNewLog(log_mask_t logMask) { in notifyNewLog() function in LogReader
DLogAudit.cpp421 reader->notifyNewLog(notify); in logPrint()
DLogKlog.cpp822 reader->notifyNewLog(static_cast<log_mask_t>(1 << LOG_ID_KERNEL)); in log()