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

  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 221 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot);
229 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot);
430 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot);
473 return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence);
481 mapProducer2SourceSlot(source, pslot), fence);
543 mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot),
574 int VirtualDisplaySurface::mapProducer2SourceSlot(Source source, int pslot) {
VirtualDisplaySurface.h 136 static int mapProducer2SourceSlot(Source source, int pslot);

Completed in 41 milliseconds