Searched refs:NATIVE_WINDOW_API_DISCONNECT (Results 1 – 6 of 6) sorted by relevance
65 EXPECT_CALL(*mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)).Times(AnyNumber());
673 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()
298 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT))319 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT))
75 case NATIVE_WINDOW_API_DISCONNECT: { in forwardPerform()
226 NATIVE_WINDOW_API_DISCONNECT = 14, /* private */ enumerator876 return window->perform(window, NATIVE_WINDOW_API_DISCONNECT, api); in native_window_api_disconnect()
1378 case NATIVE_WINDOW_API_DISCONNECT: in perform()