Home
last modified time | relevance | path

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

/system/core/logd/
DFlushCommand.h47 static bool hasReadLogs(SocketClient *client);
DFlushCommand.cpp96 bool FlushCommand::hasReadLogs(SocketClient *client) { in hasReadLogs() function in FlushCommand
DLogReader.cpp169 logbuf().flushTo(cli, sequence, FlushCommand::hasReadLogs(cli), in onDataAvailable()
DLogTimes.cpp128 bool privileged = FlushCommand::hasReadLogs(client); in threadStart()