Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/jni/
DViewRootImplTestJni.cpp56 ASurfaceControl_release(surfaceControl); in nativeCreateASurfaceControlFromSurface()
/frameworks/base/tests/graphics/HwAccelerationTest/jni/
Dnative-lib.cpp29 ~MyWrapper() { ASurfaceControl_release(surfaceControl); } in ~MyWrapper()
/frameworks/native/include/android/
Dsurface_control.h97 void ASurfaceControl_release(ASurfaceControl* _Nonnull surface_control) __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc303 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_release);
670 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_release); in init_stub_library()
Dstubs_arm.cc303 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_release);
670 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_release); in init_stub_library()
Dstubs_arm64.cc303 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_release);
670 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_release); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt254 ASurfaceControl_release; # introduced=29
Dsurface_control.cpp135 void ASurfaceControl_release(ASurfaceControl* aSurfaceControl) { in ASurfaceControl_release() function