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.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_destroy);
371 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_destroy); in init_stub_library()
Dstubs_arm64.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_destroy);
371 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_destroy); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt265 AFontMatcher_destroy; # introduced=29
Dsystem_fonts.cpp230 void AFontMatcher_destroy(AFontMatcher* matcher) { in AFontMatcher_destroy() function