Searched refs:mapProducer2SourceSlot (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 243 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot); in onFrameCommitted() 251 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot); in onFrameCommitted() 463 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot); in queueBuffer() 508 … return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence); in cancelBuffer() 516 mapProducer2SourceSlot(source, pslot), fence); in cancelBuffer() 621 mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot), in refreshOutputBuffer() 652 int VirtualDisplaySurface::mapProducer2SourceSlot(Source source, int pslot) { in mapProducer2SourceSlot() function in android::VirtualDisplaySurface
|
D | VirtualDisplaySurface.h | 149 static int mapProducer2SourceSlot(Source source, int pslot);
|