HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE_SINK (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 63 mSource[SOURCE_SINK] = sink;
229 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot);
234 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
250 mSource[SOURCE_SINK]->cancelBuffer(sslot, outFence);
272 return mSource[SOURCE_SINK]->requestBuffer(pslot, outBuf);
283 return mSource[SOURCE_SINK]->setBufferCount(bufferCount);
290 bool async = (source == SOURCE_SINK);
334 return mSource[SOURCE_SINK]->dequeueBuffer(pslot, fence, async, w, h, format, usage);
346 if (source == SOURCE_SINK) {
384 if (source == SOURCE_SINK) {
    [all...]
VirtualDisplaySurface.h 93 enum Source {SOURCE_SINK = 0, SOURCE_SCRATCH = 1};

Completed in 65 milliseconds