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 61 mSource[SOURCE_SINK] = sink;
227 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot);
231 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
261 return mSource[SOURCE_SINK]->setBufferCount(bufferCount);
267 bool async = (source == SOURCE_SINK);
315 if (source == SOURCE_SINK) {
353 if (source == SOURCE_SINK) {
431 return mSource[SOURCE_SINK]->query(what, value);
438 status_t result = mSource[SOURCE_SINK]->connect(token, api, producerControlledByApp, &qbo);
447 return mSource[SOURCE_SINK]->disconnect(api)
    [all...]
VirtualDisplaySurface.h 90 enum Source {SOURCE_SINK = 0, SOURCE_SCRATCH = 1};

Completed in 698 milliseconds