Searched refs:NATIVE_WINDOW_API_CONNECT (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 219 NATIVE_WINDOW_API_CONNECT = 13, /* private */ enumerator 842 return window->perform(window, NATIVE_WINDOW_API_CONNECT, api); in native_window_api_connect()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/mock/ |
D | NativeWindow.cpp | 48 case NATIVE_WINDOW_API_CONNECT: { in forwardPerform()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayTransactionTest.cpp | 367 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)) in makeFakeExistingDisplayInjector() 388 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)) in setupNativeWindowSurfaceCreationCallExpectations() 1217 EXPECT_CALL(*mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in getBestColorMode() 2157 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in TEST_F() 2202 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in TEST_F()
|
D | CompositionTest.cpp | 284 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in setupPreconditions()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 1019 case NATIVE_WINDOW_API_CONNECT: in perform() 1959 int err = static_cast<ANativeWindow*>(surface)->perform(surface, NATIVE_WINDOW_API_CONNECT, in attachAndQueueBufferWithDataspace()
|