Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dfont.h232 size_t AFont_getCollectionIndex(const AFont* _Nonnull font) __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm64.cc103 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getCollectionIndex);
393 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getCollectionIndex); in init_stub_library()
Dstubs_arm.cc103 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getCollectionIndex);
393 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getCollectionIndex); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt277 AFont_getCollectionIndex; # introduced=29
Dsystem_fonts.cpp440 size_t AFont_getCollectionIndex(const AFont* font) { in AFont_getCollectionIndex() function