Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/android/
H A Dsurface_control.h88 void ASurfaceControl_release(ASurfaceControl* surface_control) __INTRODUCED_IN(29);
/aosp12/frameworks/libs/native_bridge_support/libandroid/
H A Dstubs_arm.cc271 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_release);
590 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_release); in init_stub_library()
H A Dstubs_arm64.cc271 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_release);
590 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_release); in init_stub_library()
/aosp12/frameworks/base/native/android/
H A Dlibandroid.map.txt229 ASurfaceControl_release; # introduced=29
H A Dsurface_control.cpp137 void ASurfaceControl_release(ASurfaceControl* aSurfaceControl) { in ASurfaceControl_release() function