Searched refs:getDeviceCompositionChanges (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 57 MOCK_METHOD(status_t, getDeviceCompositionChanges,
|
D | DisplayTest.cpp | 585 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/ |
D | HWComposer.h | 148 virtual status_t getDeviceCompositionChanges( 351 status_t getDeviceCompositionChanges(
|
D | HWComposer.cpp | 453 status_t HWComposer::getDeviceCompositionChanges( in getDeviceCompositionChanges() function in android::impl::HWComposer
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 257 if (status_t result = hwc.getDeviceCompositionChanges(*halDisplayId, requiresClientComposition, in chooseCompositionStrategy()
|