Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipp_print.c242 (job_params->accepts_pclm ? PRINT_FORMAT_PCLM : PRINT_FORMAT_PDF)); in _fill_job()
244 (job_params->accepts_pclm ? PRINT_FORMAT_PCLM : PRINT_FORMAT_PDF)); in _fill_job()
266 PRINT_FORMAT_PCLM); in _fill_job()
267 LOGD("_fill_job: setting document-format: %s", PRINT_FORMAT_PCLM); in _fill_job()
/packages/services/BuiltInPrintService/jni/include/
Dmime_types.h36 #define PRINT_FORMAT_PCLM MIME_TYPE_PCLM macro
/packages/services/BuiltInPrintService/jni/lib/
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()
/packages/services/BuiltInPrintService/jni/plugins/
Dplugin_pcl.c86 PRINT_FORMAT_PCLM,