Searched refs:fillBuffer (Results 1 – 4 of 4) sorted by relevance
650 if ((pos < limit || fillBuffer(1)) && buffer[pos] == '>') { in objectValue()690 private boolean fillBuffer(int minimum) throws IOException { in fillBuffer() method in JsonReader710 while (pos < limit || fillBuffer(1)) { in nextNonWhitespace()720 if (pos == limit && !fillBuffer(1)) { in nextNonWhitespace()776 while (pos < limit || fillBuffer(1)) { in skipToEndOfLine()786 for (; pos + toFind.length() < limit || fillBuffer(toFind.length()); pos++) { in skipTo()839 } while (fillBuffer(1)); in nextString()889 if (fillBuffer(i + 1)) { in nextLiteral()905 if (!fillBuffer(1)) { in nextLiteral()941 if (pos == limit && !fillBuffer(1)) { in readEscapeCharacter()[all …]
137 err = mOMXNode->fillBuffer(outBufferId, omxOutBufShared, fenceFd); in fuzzIOMXQcomVpx()
135 err = node->fillBuffer(outBufferId[i], omxOutBuf, fenceFd); in fuzzIOMXQcomEnc()
169 return mOMXNode->fillBuffer(buffer, omxBuf, fenceFd); in omxUtilsFillBuffer()