Home
last modified time | relevance | path

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

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