Searched refs:NATIVE_WINDOW_API_CONNECT (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | FakeDisplayInjector.h | 63 EXPECT_CALL(*mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT));
|
D | SurfaceFlinger_DisplayTransactionCommitTest.cpp | 671 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in TEST_F() 716 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in TEST_F()
|
D | DisplayTransactionTestHelpers.h | 299 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)) 320 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT))
|
D | CompositionTest.cpp | 293 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in setupPreconditions()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/mock/ |
D | NativeWindow.cpp | 48 case NATIVE_WINDOW_API_CONNECT: { in forwardPerform()
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 223 NATIVE_WINDOW_API_CONNECT = 13, /* private */ enumerator 861 return window->perform(window, NATIVE_WINDOW_API_CONNECT, api); in native_window_api_connect()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 1420 case NATIVE_WINDOW_API_CONNECT: in perform() 2565 int err = static_cast<ANativeWindow*>(surface)->perform(surface, NATIVE_WINDOW_API_CONNECT, in attachAndQueueBufferWithDataspace()
|