Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dfont_matcher.h146 void AFontMatcher_destroy(AFontMatcher* _Nonnull matcher) __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc94 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_destroy);
384 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_destroy); in init_stub_library()
Dstubs_arm64.cc94 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_destroy);
384 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_destroy); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt262 AFontMatcher_destroy; # introduced=29
Dsystem_fonts.cpp219 void AFontMatcher_destroy(AFontMatcher* matcher) { in AFontMatcher_destroy() function