Home
last modified time | relevance | path

Searched refs:_end_job (Results 1 – 6 of 6) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dplugin_pdf.c118 static int _end_job(wprint_job_params_t *job_params) { in _end_job() function
131 .print_page = _print_page, .print_blank_page = NULL, .end_job = _end_job,}; in libwprintplugin_pdf_reg()
Dlib_pclm.c294 static int _end_job(pcl_job_info_t *job_info) { in _end_job() function
311 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
Dlib_pwg.c389 static int _end_job(pcl_job_info_t *job_info) { in _end_job() function
401 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
Dplugin_pcl.c519 static int _end_job(wprint_job_params_t *job_params) { in _end_job() function
530 .print_page = _print_page, .print_blank_page = _print_blank_page, .end_job = _end_job,}; in libwprintplugin_pcl_reg()
/packages/services/BuiltInPrintService/jni/lib/
Dprinter.c151 static int _end_job(const ifc_print_job_t *this_p) { in _end_job() function
248 .start_job = _start_job, .send_data = _send_data, .end_job = _end_job, .destroy = _destroy,
/packages/services/BuiltInPrintService/jni/ipphelper/
Dipp_print.c37 static status_t _end_job(const ifc_print_job_t *this_p);
43 .send_data = _send_data, .end_job = _end_job, .destroy = _destroy, .enable_timeout = NULL,
554 static status_t _end_job(const ifc_print_job_t *this_p) { in _end_job() function