Home
last modified time | relevance | path

Searched refs:setBufferSlotsToClear (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWC2.h59 MOCK_METHOD2(setBufferSlotsToClear, Error(const std::vector<uint32_t>&, uint32_t));
DOutputLayerTest.cpp1404 EXPECT_CALL(mHwcLayer, setBufferSlotsToClear(slotsToClear, /*activeBufferSlot*/ 1)); in TEST_F()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h326 [[nodiscard]] virtual hal::Error setBufferSlotsToClear(
378 hal::Error setBufferSlotsToClear(const std::vector<uint32_t>& slotsToClear,
DHWC2.cpp754 Error Layer::setBufferSlotsToClear(const std::vector<uint32_t>& slotsToClear, in setBufferSlotsToClear() function in android::HWC2::impl::Layer
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp657 state.hwc->hwcLayer->setBufferSlotsToClear(slotsToClear, state.hwc->activeBufferSlot); in uncacheBuffers()