Home
last modified time | relevance | path

Searched refs:NATIVE_WINDOW_API_DISCONNECT (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/nativewindow/include/system/
Dwindow.h220 NATIVE_WINDOW_API_DISCONNECT = 14, /* private */ enumerator
854 return window->perform(window, NATIVE_WINDOW_API_DISCONNECT, api); in native_window_api_disconnect()
/frameworks/native/services/surfaceflinger/CompositionEngine/mock/
DNativeWindow.cpp75 case NATIVE_WINDOW_API_DISCONNECT: { in forwardPerform()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp371 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)) in makeFakeExistingDisplayInjector()
392 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)) in setupNativeWindowSurfaceCreationCallExpectations()
1219 EXPECT_CALL(*mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)).Times(1); in getBestColorMode()
2159 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)).Times(1); in TEST_F()
2204 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)).Times(1); in TEST_F()
/frameworks/native/libs/gui/
DSurface.cpp1022 case NATIVE_WINDOW_API_DISCONNECT: in perform()