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 251 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot);
264 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot);
484 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot);
528 return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence);
536 mapProducer2SourceSlot(source, pslot), fence);
638 mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot),
669 int VirtualDisplaySurface::mapProducer2SourceSlot(Source source, int pslot) {
VirtualDisplaySurface.h 149 static int mapProducer2SourceSlot(Source source, int pslot);

Completed in 37 milliseconds