Home
last modified time | relevance | path

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

/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Dmime_types.h36 #define PRINT_FORMAT_PCLM MIME_TYPE_PCLM macro
/aosp12/packages/services/BuiltInPrintService/jni/ipphelper/
H A Dipp_print.c245 (job_params->accepts_pclm ? PRINT_FORMAT_PCLM : PRINT_FORMAT_PDF)); in _fill_job()
247 (job_params->accepts_pclm ? PRINT_FORMAT_PCLM : PRINT_FORMAT_PDF)); in _fill_job()
269 PRINT_FORMAT_PCLM); in _fill_job()
270 LOGD("_fill_job: setting document-format: %s", PRINT_FORMAT_PCLM); in _fill_job()
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dlib_wprint.c62 #define _DEFAULT_PRINT_FORMAT PRINT_FORMAT_PCLM
1622 print_format = PRINT_FORMAT_PCLM; in _get_print_format()
1629 print_format = PRINT_FORMAT_PCLM; in _get_print_format()
1925 if (strcmp(print_format, PRINT_FORMAT_PCLM) == 0) { in wprintStartJob()
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dplugin_pcl.c86 PRINT_FORMAT_PCLM,