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