Home
last modified time | relevance | path

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

/system/core/logd/
DLogReader.cpp109 bool nonBlock = false; in onDataAvailable() local
116 nonBlock = true; in onDataAvailable()
132 if (nonBlock && (sequence != log_time::EPOCH) && timeout) { in onDataAvailable()
195 FlushCommand command(*this, nonBlock, tail, logMask, pid, sequence, timeout); in onDataAvailable()
DFlushCommand.cpp29 FlushCommand::FlushCommand(LogReader& reader, bool nonBlock, unsigned long tail, in FlushCommand() argument
33 mNonBlock(nonBlock), in FlushCommand()
DFlushCommand.h38 explicit FlushCommand(LogReader& mReader, bool nonBlock = false,
DLogTimes.cpp31 bool nonBlock, unsigned long tail, in LogTimeEntry() argument
47 mNonBlock(nonBlock), in LogTimeEntry()
DLogTimes.h53 LogTimeEntry(LogReader& reader, SocketClient* client, bool nonBlock,