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

/frameworks/native/libs/gui/
H A DBufferQueue.cpp65 sp<IGraphicBufferConsumer>* outConsumer,
69 LOG_ALWAYS_FATAL_IF(outConsumer == NULL,
70 "BufferQueue: outConsumer must not be NULL");
85 *outConsumer = consumer;
64 createBufferQueue(sp<IGraphicBufferProducer>* outProducer, sp<IGraphicBufferConsumer>* outConsumer, const sp<IGraphicBufferAlloc>& allocator) argument

Completed in 43 milliseconds