Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h57 MOCK_METHOD(status_t, getDeviceCompositionChanges,
DDisplayTest.cpp585 getDeviceCompositionChanges(HalDisplayId(DEFAULT_DISPLAY_ID), false, _, _, _, _)) in TEST_F()
609 getDeviceCompositionChanges(HalDisplayId(DEFAULT_DISPLAY_ID), true, _, _, _, _)) in TEST_F()
662 getDeviceCompositionChanges(HalDisplayId(DEFAULT_DISPLAY_ID), true, _, _, _, _)) in TEST_F()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h148 virtual status_t getDeviceCompositionChanges(
351 status_t getDeviceCompositionChanges(
DHWComposer.cpp453 status_t HWComposer::getDeviceCompositionChanges( in getDeviceCompositionChanges() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp257 if (status_t result = hwc.getDeviceCompositionChanges(*halDisplayId, requiresClientComposition, in chooseCompositionStrategy()