Searched refs:mapProducer2SourceSlot (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | VirtualDisplaySurface.cpp | 256 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot); in onFrameCommitted() 264 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot); in onFrameCommitted() 488 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot); in queueBuffer() 533 … return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence); in cancelBuffer() 541 mapProducer2SourceSlot(source, pslot), fence); in cancelBuffer() 648 mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot), in refreshOutputBuffer() 681 int VirtualDisplaySurface::mapProducer2SourceSlot(Source source, int pslot) { in mapProducer2SourceSlot() function in android::VirtualDisplaySurface
|
H A D | VirtualDisplaySurface.h | 148 static int mapProducer2SourceSlot(Source, int pslot);
|