Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/android/
H A Dsurface_control.h66 ASurfaceControl* ASurfaceControl_create(ASurfaceControl* parent, const char* debug_name)
/aosp12/frameworks/libs/native_bridge_support/libandroid/
H A Dstubs_arm.cc268 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_create);
587 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_create); in init_stub_library()
H A Dstubs_arm64.cc268 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_create);
587 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_create); in init_stub_library()
/aosp12/frameworks/base/native/android/
H A Dlibandroid.map.txt226 ASurfaceControl_create; # introduced=29
H A Dsurface_control.cpp109 ASurfaceControl* ASurfaceControl_create(ASurfaceControl* parent, const char* debug_name) { in ASurfaceControl_create() function