IGraphicBufferProducer_test.cpp | 132 async = QUEUE_BUFFER_INPUT_ASYNC; 143 async, 172 QueueBufferInputBuilder& setAsync(bool async) { 173 this->async = async; 188 int async; member in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder 198 status_t dequeueBuffer(bool async, uint32_t w, uint32_t h, uint32_t format, uint32_t usage, DequeueBufferResult* result) { 199 return mProducer->dequeueBuffer(&result->slot, &result->fence, async, w, h, format, usage);
|