Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dfont.h104 void AFont_close(AFont* _Nullable font) __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_close);
389 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_close); in init_stub_library()
Dstubs_arm64.cc99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_close);
389 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_close); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt252 AFont_close; # introduced=29
Dsystem_fonts.cpp333 void AFont_close(AFont* font) { in AFont_close() function