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

/system/core/logd/
H A DFlushCommand.h39 bool nonBlock = false,
H A DFlushCommand.cpp30 bool nonBlock,
37 mNonBlock(nonBlock),
29 FlushCommand(LogReader &reader, bool nonBlock, unsigned long tail, unsigned int logMask, pid_t pid, uint64_t start, uint64_t timeout) argument
H A DLogReader.cpp109 bool nonBlock = false; local
116 nonBlock = true;
174 if (nonBlock) {
182 FlushCommand command(*this, nonBlock, tail, logMask, pid, sequence, timeout);
H A DLogTimes.h52 LogTimeEntry(LogReader &reader, SocketClient *client, bool nonBlock,
H A DLogTimes.cpp28 bool nonBlock, unsigned long tail,
44 mNonBlock(nonBlock),
27 LogTimeEntry(LogReader &reader, SocketClient *client, bool nonBlock, unsigned long tail, unsigned int logMask, pid_t pid, uint64_t start, uint64_t timeout) argument

Completed in 42 milliseconds