Home
last modified time | relevance | path

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

/system/core/logd/
DFlushCommand.h39 static bool hasReadLogs(SocketClient* client);
DFlushCommand.cpp75 bool FlushCommand::hasReadLogs(SocketClient* client) { in hasReadLogs() function in FlushCommand
DLogReader.cpp199 logbuf().flushTo(cli, sequence, nullptr, FlushCommand::hasReadLogs(cli), in onDataAvailable()
DLogTimes.cpp77 bool privileged = FlushCommand::hasReadLogs(client); in threadStart()