Searched defs:outConsumer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueue.cpp57 sp<IGraphicBufferConsumer>* outConsumer,
61 LOG_ALWAYS_FATAL_IF(outConsumer == NULL,
62 "BufferQueue: outConsumer must not be NULL");
77 *outConsumer = consumer;
56 createBufferQueue(sp<IGraphicBufferProducer>* outProducer, sp<IGraphicBufferConsumer>* outConsumer, const sp<IGraphicBufferAlloc>& allocator) argument

Completed in 31 milliseconds