Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp100 EXPECT_CALL(mHwComposer, disconnectDisplay(DEFAULT_DISPLAY_ID)).Times(1); in TEST_F()
105 EXPECT_CALL(mHwComposer, disconnectDisplay(DEFAULT_DISPLAY_ID)).Times(0); in TEST_F()
DMockHWComposer.h51 MOCK_METHOD1(disconnectDisplay, void(DisplayId));
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp63 hwc.disconnectDisplay(*mId); in disconnect()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h94 virtual void disconnectDisplay(DisplayId displayId) = 0;
232 void disconnectDisplay(DisplayId displayId) override;
DHWComposer.cpp670 void HWComposer::disconnectDisplay(DisplayId displayId) { in disconnectDisplay() function in android::impl::HWComposer