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

/frameworks/native/libs/gui/
H A DStreamSplitter.cpp73 const sp<IGraphicBufferProducer>& outputQueue) {
74 if (outputQueue == NULL) {
75 ALOGE("addOutput: outputQueue must not be NULL");
82 sp<OutputListener> listener(new OutputListener(this, outputQueue));
83 outputQueue->asBinder()->linkToDeath(listener);
84 status_t status = outputQueue->connect(listener, NATIVE_WINDOW_API_CPU,
91 mOutputs.push_back(outputQueue);
72 addOutput( const sp<IGraphicBufferProducer>& outputQueue) argument

Completed in 68 milliseconds