Home
last modified time | relevance | path

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

/system/core/logd/
DLogReader.cpp123 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()
DLogTimes.h53 LogTimeEntry(LogReader& reader, SocketClient* client, bool nonBlock,
DLogTimes.cpp31 bool nonBlock, unsigned long tail, log_mask_t logMask, in LogTimeEntry() argument
42 mNonBlock(nonBlock), in LogTimeEntry()