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()
174 if (nonBlock) { in onDataAvailable()
182 FlushCommand command(*this, nonBlock, tail, logMask, pid, sequence, timeout); in onDataAvailable()
DFlushCommand.cpp30 bool nonBlock, in FlushCommand() argument
37 mNonBlock(nonBlock), in FlushCommand()
DFlushCommand.h39 bool nonBlock = false,
DLogTimes.cpp28 bool nonBlock, unsigned long tail, in LogTimeEntry() argument
44 mNonBlock(nonBlock), in LogTimeEntry()
DLogTimes.h52 LogTimeEntry(LogReader &reader, SocketClient *client, bool nonBlock,