Home
last modified time | relevance | path

Searched refs:get_mime_types (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dplugin_pdf.c129 .priority = PRIORITY_PASSTHRU, .get_mime_types = _get_mime_types, in libwprintplugin_pdf_reg()
H A Dplugin_pcl.c528 .priority = PRIORITY_LOCAL, .get_mime_types = _get_mime_types, in libwprintplugin_pcl_reg()
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dplugin_db.c54 mt = plugin->get_mime_types(); in plugin_add()
/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Dlib_wprint.h260 char const **(*get_mime_types)(void); member