Searched refs:NATIVE_WINDOW_API_CONNECT (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/libs/nativewindow/include/system/ |
H A 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()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/mock/ |
H A D | NativeWindow.cpp | 48 case NATIVE_WINDOW_API_CONNECT: { in forwardPerform()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | DisplayTransactionTest.cpp | 138 EXPECT_CALL(*mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)); in injectDefaultInternalDisplay()
|
H A D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 658 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in TEST_F() 703 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in TEST_F()
|
H A D | DisplayTransactionTestHelpers.h | 297 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)) 318 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT))
|
H A D | CompositionTest.cpp | 282 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)).Times(1); in setupPreconditions()
|
/aosp12/hardware/libhardware/tests/hwc/ |
H A D | cnativewindow.c | 324 case NATIVE_WINDOW_API_CONNECT: in cnw_perform()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | Surface.cpp | 1402 case NATIVE_WINDOW_API_CONNECT: in perform() 2545 int err = static_cast<ANativeWindow*>(surface)->perform(surface, NATIVE_WINDOW_API_CONNECT, in attachAndQueueBufferWithDataspace()
|