Searched refs:NATIVE_WINDOW_API_DISCONNECT (Results 1 – 4 of 4) sorted by relevance
220 NATIVE_WINDOW_API_DISCONNECT = 14, /* private */ enumerator854 return window->perform(window, NATIVE_WINDOW_API_DISCONNECT, api); in native_window_api_disconnect()
75 case NATIVE_WINDOW_API_DISCONNECT: { in forwardPerform()
371 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()
1022 case NATIVE_WINDOW_API_DISCONNECT: in perform()