Home
last modified time | relevance | path

Searched refs:ASurfaceControl_createFromWindow (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/jni/
DViewRootImplTestJni.cpp49 ASurfaceControl_createFromWindow(window, "ViewRootImplTestLayer"); in nativeCreateASurfaceControlFromSurface()
/frameworks/base/tests/graphics/HwAccelerationTest/jni/
Dnative-lib.cpp26 surfaceControl = ASurfaceControl_createFromWindow(parent, "PenLayer"); in MyWrapper()
/frameworks/native/include/android/
Dsurface_control.h65 ASurfaceControl* _Nullable ASurfaceControl_createFromWindow(ANativeWindow* _Nonnull parent,
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc299 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_createFromWindow);
666 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_createFromWindow); in init_stub_library()
Dstubs_arm.cc299 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_createFromWindow);
666 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_createFromWindow); in init_stub_library()
Dstubs_arm64.cc299 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_createFromWindow);
666 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_createFromWindow); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt252 ASurfaceControl_createFromWindow; # introduced=29
Dsurface_control.cpp75 ASurfaceControl* ASurfaceControl_createFromWindow(ANativeWindow* window, const char* debug_name) { in ASurfaceControl_createFromWindow() function