Searched refs:outputQueue (Results 1 – 2 of 2) sorted by relevance
74 const sp<IGraphicBufferProducer>& outputQueue) { in addOutput() argument75 if (outputQueue == NULL) { in addOutput()83 sp<OutputListener> listener(new OutputListener(this, outputQueue)); in addOutput()84 IInterface::asBinder(outputQueue)->linkToDeath(listener); in addOutput()85 status_t status = outputQueue->connect(listener, NATIVE_WINDOW_API_CPU, in addOutput()92 mOutputs.push_back(outputQueue); in addOutput()
64 status_t addOutput(const sp<IGraphicBufferProducer>& outputQueue);