Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dsystem_fonts.h118 void ASystemFontIterator_close(ASystemFontIterator* _Nullable iterator) __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc287 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASystemFontIterator_close);
577 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASystemFontIterator_close); in init_stub_library()
Dstubs_arm64.cc287 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASystemFontIterator_close);
577 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASystemFontIterator_close); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt250 ASystemFontIterator_close; # introduced=29
Dsystem_fonts.cpp211 void ASystemFontIterator_close(ASystemFontIterator* ite) { in ASystemFontIterator_close() function