Searched refs:SOURCE_SCRATCH (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 74 mSource[SOURCE_SCRATCH] = bqProducer; 105 mSource[SOURCE_SCRATCH]->connect(nullptr, NATIVE_WINDOW_API_EGL, false, &output); 109 mSource[SOURCE_SCRATCH]->disconnect(NATIVE_WINDOW_API_EGL); in ~VirtualDisplaySurface() 240 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot); in onFrameCommitted() 465 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot); in queueBuffer() 466 result = mSource[SOURCE_SCRATCH]->queueBuffer(sslot, input, &scratchQBO); in queueBuffer() 480 mFbProducerSlot = mapSource2ProducerSlot(SOURCE_SCRATCH, item.mSlot); in queueBuffer() 644 if (source == SOURCE_SCRATCH) { in mapSource2ProducerSlot() 655 return type == CompositionType::Mixed ? SOURCE_SCRATCH : SOURCE_SINK; in fbSourceForCompositionType()
|
D | VirtualDisplaySurface.h | 99 SOURCE_SCRATCH = 1, enumerator 102 ftl_last = SOURCE_SCRATCH,
|