Home
last modified time | relevance | path

Searched refs:ASurfaceControl_create (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/android/
Dsurface_control.h74 ASurfaceControl* _Nullable ASurfaceControl_create(ASurfaceControl* _Nonnull parent,
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc298 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_create);
665 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_create); in init_stub_library()
Dstubs_arm.cc298 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_create);
665 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_create); in init_stub_library()
Dstubs_arm64.cc298 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_create);
665 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_create); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt251 ASurfaceControl_create; # introduced=29
Dsurface_control.cpp107 ASurfaceControl* ASurfaceControl_create(ASurfaceControl* parent, const char* debug_name) { in ASurfaceControl_create() function