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

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

Completed in 585 milliseconds