Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/android/
H A Dsurface_control.h77 void ASurfaceControl_acquire(ASurfaceControl* surface_control) __INTRODUCED_IN(31);
/aosp12/frameworks/libs/native_bridge_support/libandroid/
H A Dstubs_arm.cc267 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_acquire);
586 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_acquire); in init_stub_library()
H A Dstubs_arm64.cc267 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_acquire);
586 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_acquire); in init_stub_library()
/aosp12/frameworks/base/native/android/
H A Dlibandroid.map.txt228 ASurfaceControl_acquire; # introduced=31
H A Dsurface_control.cpp131 void ASurfaceControl_acquire(ASurfaceControl* aSurfaceControl) { in ASurfaceControl_acquire() function