Searched defs:nonBlock (Results 1 - 3 of 3) sorted by relevance

/system/core/logd/
H A DFlushCommand.cpp26 bool nonBlock,
32 , mNonBlock(nonBlock)
25 FlushCommand(LogReader &reader, bool nonBlock, unsigned long tail, unsigned int logMask, pid_t pid, log_time start) argument
H A DLogTimes.cpp29 bool nonBlock, unsigned long tail,
45 , mNonBlock(nonBlock)
28 LogTimeEntry(LogReader &reader, SocketClient *client, bool nonBlock, unsigned long tail, unsigned int logMask, pid_t pid, log_time start) argument
H A DLogReader.cpp93 bool nonBlock = false; local
100 nonBlock = true;
150 if (nonBlock) {
159 FlushCommand command(*this, nonBlock, tail, logMask, pid, start);

Completed in 89 milliseconds