Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dsurface_control.h68 ASurfaceControl* ASurfaceControl_create(ASurfaceControl* parent, const char* debug_name)
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc252 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_create);
542 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_create); in init_stub_library()
Dstubs_arm64.cc252 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_create);
542 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_create); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt215 ASurfaceControl_create; # introduced=29
Dsurface_control.cpp150 ASurfaceControl* ASurfaceControl_create(ASurfaceControl* parent, const char* debug_name) { in ASurfaceControl_create() function