Searched refs:_end_job (Results 1 – 6 of 6) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | plugin_pdf.c | 118 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()
|
D | lib_pclm.c | 294 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
|
D | lib_pwg.c | 389 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
|
D | plugin_pcl.c | 519 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/ |
D | printer.c | 151 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/ |
D | ipp_print.c | 37 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
|