Searched refs:nonBlock (Results 1 – 3 of 3) sorted by relevance
/system/core/logd/ |
D | LogReader.cpp | 123 bool nonBlock = false; in onDataAvailable() local 130 nonBlock = true; in onDataAvailable() 146 if (nonBlock && (sequence != log_time::EPOCH) && timeout) { in onDataAvailable() 212 cli->getUid(), cli->getGid(), cli->getPid(), nonBlock ? 'n' : 'b', tail, in onDataAvailable() 221 *this, cli, nonBlock, tail, logMask, pid, sequence, timeout); in onDataAvailable()
|
D | LogTimes.h | 53 LogTimeEntry(LogReader& reader, SocketClient* client, bool nonBlock,
|
D | LogTimes.cpp | 31 bool nonBlock, unsigned long tail, log_mask_t logMask, in LogTimeEntry() argument 42 mNonBlock(nonBlock), in LogTimeEntry()
|