Searched refs:onlyBlockOnNoData (Results 1 – 2 of 2) sorted by relevance
24 bool onlyBlockOnNoData = false);
77 StreamingRingBuffer::Read(void *buffer, size_t length, bool onlyBlockOnNoData) in Read() argument93 if (onlyBlockOnNoData && readSize > 0) in Read()