Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dsurface_control.h86 void ASurfaceControl_acquire(ASurfaceControl* _Nonnull surface_control) __INTRODUCED_IN(31);
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc297 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_acquire);
664 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_acquire); in init_stub_library()
Dstubs_arm.cc297 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_acquire);
664 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_acquire); in init_stub_library()
Dstubs_arm64.cc297 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_acquire);
664 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_acquire); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt253 ASurfaceControl_acquire; # introduced=31
Dsurface_control.cpp129 void ASurfaceControl_acquire(ASurfaceControl* aSurfaceControl) { in ASurfaceControl_acquire() function