Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/
Dplugin_pdf.c53 static int _start_job(wJob_t job_handle, const ifc_wprint_t *wprint_ifc_p, in _start_job() function
130 .get_print_formats = _get_print_formats, .start_job = _start_job, in libwprintplugin_pdf_reg()
Dlib_pclm.c90 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size, in _start_job() function
302 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
Dlib_pwg.c146 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size, in _start_job() function
351 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
Dplugin_pcl.c216 static int _start_job(wJob_t job_handle, const ifc_wprint_t *wprint_ifc_p, in _start_job() function
529 .get_print_formats = _get_print_formats, .start_job = _start_job, in libwprintplugin_pcl_reg()
/packages/services/BuiltInPrintService/jni/ipphelper/
Dipp_print.c33 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params);
42 .init = _init, .validate_job = _validate_job, .start_job = _start_job,
458 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params) { in _start_job() function
/packages/services/BuiltInPrintService/jni/lib/
Dprinter.c80 static int _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params) { in _start_job() function
248 .start_job = _start_job, .send_data = _send_data, .end_job = _end_job, .destroy = _destroy,