Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dfont_matcher.h137 AFontMatcher* _Nonnull AFontMatcher_create() __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc93 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_create);
383 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_create); in init_stub_library()
Dstubs_arm64.cc93 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_create);
383 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_create); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt261 AFontMatcher_create; # introduced=29
Dsystem_fonts.cpp215 AFontMatcher* _Nonnull AFontMatcher_create() { in AFontMatcher_create() function