Searched refs:_start_job (Results 1 – 6 of 6) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | plugin_pdf.c | 53 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()
|
D | lib_pclm.c | 90 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size, in _start_job() function 311 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
|
D | lib_pwg.c | 142 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size, in _start_job() function 401 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
|
D | plugin_pcl.c | 216 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/lib/ |
D | printer.c | 80 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,
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ipp_print.c | 33 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, 480 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params) { in _start_job() function
|