Searched refs:mapProducer2SourceSlot (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 253 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot); in onFrameCommitted() 261 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot); in onFrameCommitted() 473 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot); in queueBuffer() 518 … return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence); in cancelBuffer() 526 mapProducer2SourceSlot(source, pslot), fence); in cancelBuffer() 633 mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot), in refreshOutputBuffer() 664 int VirtualDisplaySurface::mapProducer2SourceSlot(Source source, int pslot) { in mapProducer2SourceSlot() function in android::VirtualDisplaySurface
|
D | VirtualDisplaySurface.h | 152 static int mapProducer2SourceSlot(Source source, int pslot);
|