Searched refs:outputQueue (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gui/ |
D | StreamSplitter.cpp | 76 const sp<IGraphicBufferProducer>& outputQueue) { in addOutput() argument 77 if (outputQueue == nullptr) { in addOutput() 85 sp<OutputListener> listener(new OutputListener(this, outputQueue)); in addOutput() 86 IInterface::asBinder(outputQueue)->linkToDeath(listener); in addOutput() 87 status_t status = outputQueue->connect(listener, NATIVE_WINDOW_API_CPU, in addOutput() 94 mOutputs.push_back(outputQueue); in addOutput()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamSplitter.cpp | 162 status_t Camera3StreamSplitter::addOutput(size_t surfaceId, const sp<Surface>& outputQueue) { in addOutput() argument 165 status_t res = addOutputLocked(surfaceId, outputQueue); in addOutput() 179 status_t Camera3StreamSplitter::addOutputLocked(size_t surfaceId, const sp<Surface>& outputQueue) { in addOutputLocked() argument 181 if (outputQueue == nullptr) { in addOutputLocked() 191 status_t res = native_window_set_buffers_dimensions(outputQueue.get(), in addOutputLocked() 197 res = native_window_set_buffers_format(outputQueue.get(), in addOutputLocked() 205 sp<IGraphicBufferProducer> gbp = outputQueue->getIGraphicBufferProducer(); in addOutputLocked() 209 res = outputQueue->connect(NATIVE_WINDOW_API_CAMERA, listener); in addOutputLocked() 217 res = static_cast<ANativeWindow*>(outputQueue.get())->query( in addOutputLocked() 218 outputQueue.get(), in addOutputLocked() [all …]
|
D | Camera3StreamSplitter.h | 69 status_t addOutput(size_t surfaceId, const sp<Surface>& outputQueue); 204 status_t addOutputLocked(size_t surfaceId, const sp<Surface>& outputQueue);
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/ |
D | ServerMain.java | 124 BlockingQueue<String> outputQueue = new ArrayBlockingQueue<>(10); in forkAndStartServer() local 126 outputQueue::offer); in forkAndStartServer() 147 String line = outputQueue.poll(5, TimeUnit.SECONDS); in forkAndStartServer()
|
/frameworks/native/libs/gui/include/gui/ |
D | StreamSplitter.h | 64 status_t addOutput(const sp<IGraphicBufferProducer>& outputQueue);
|