Searched refs:hasBuffer (Results 1 – 3 of 3) sorted by relevance
289 bool hasBuffer = msg->findBuffer("buffer", &buffer); in onInputBufferFetched() local292 CHECK(msg->findInt32("err", &streamErr) || !hasBuffer); in onInputBufferFetched()
958 bool hasBuffer = msg->findBuffer("buffer", &buffer); in onInputBufferFetched() local963 CHECK(msg->findInt32("err", &streamErr) || !hasBuffer); in onInputBufferFetched()
434 bool hasBuffer = reply.readBool(); in getLastQueuedBuffer() local436 if (hasBuffer) { in getLastQueuedBuffer()