Home
last modified time | relevance | path

Searched refs:disconnectDisplay (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h70 MOCK_METHOD1(disconnectDisplay, void(HalDisplayId));
DDisplayTest.cpp353 EXPECT_CALL(mHwComposer, disconnectDisplay(HalDisplayId(DEFAULT_DISPLAY_ID))).Times(1); in TEST_F()
357 EXPECT_CALL(mHwComposer, disconnectDisplay(HalDisplayId(DEFAULT_DISPLAY_ID))).Times(0); in TEST_F()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h172 virtual void disconnectDisplay(HalDisplayId) = 0;
375 void disconnectDisplay(HalDisplayId) override;
DHWComposer.cpp692 void HWComposer::disconnectDisplay(HalDisplayId displayId) { in disconnectDisplay() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp97 getCompositionEngine().getHwComposer().disconnectDisplay(*id); in disconnect()
/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp101 mHwc.disconnectDisplay(info->id); in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3594 getHwComposer().disconnectDisplay(displayId); in configureLocked()