Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DFakeDisplayInjector.h65 EXPECT_CALL(*mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)).Times(AnyNumber());
DSurfaceFlinger_DisplayTransactionCommitTest.cpp673 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)).Times(1); in TEST_F()
718 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)).Times(1); in TEST_F()
DDisplayTransactionTestHelpers.h298 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT))
319 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT))
/frameworks/native/services/surfaceflinger/CompositionEngine/mock/
DNativeWindow.cpp75 case NATIVE_WINDOW_API_DISCONNECT: { in forwardPerform()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h226 NATIVE_WINDOW_API_DISCONNECT = 14, /* private */ enumerator
876 return window->perform(window, NATIVE_WINDOW_API_DISCONNECT, api); in native_window_api_disconnect()
/frameworks/native/libs/gui/
DSurface.cpp1378 case NATIVE_WINDOW_API_DISCONNECT: in perform()