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()
1007 bool hasBuffer = msg->findBuffer("buffer", &buffer); in onInputBufferFetched() local1012 CHECK(msg->findInt32("err", &streamErr) || !hasBuffer); in onInputBufferFetched()
470 bool hasBuffer = reply.readBool(); in getLastQueuedBuffer() local472 if (hasBuffer) { in getLastQueuedBuffer()