Home
last modified time | relevance | path

Searched refs:NATIVE_WINDOW_API_CONNECT (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/nativewindow/include/system/
Dwindow.h219 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/
DNativeWindow.cpp48 case NATIVE_WINDOW_API_CONNECT: { in forwardPerform()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp367 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()
DCompositionTest.cpp284 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in setupPreconditions()
/frameworks/native/libs/gui/
DSurface.cpp1019 case NATIVE_WINDOW_API_CONNECT: in perform()
1959 int err = static_cast<ANativeWindow*>(surface)->perform(surface, NATIVE_WINDOW_API_CONNECT, in attachAndQueueBufferWithDataspace()