Searched refs:end_job (Results 1 – 8 of 8) sorted by relevance
/packages/services/BuiltInPrintService/jni/include/ |
D | ifc_print_job.h | 61 status_t (*end_job)(const struct ifc_print_job_st *this_p); member
|
D | lib_wprint.h | 271 status_t (*end_job)(wprint_job_params_t *job_params); member
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 1117 (jq->print_ifc->end_job)) { in _job_thread() 1118 int end_job_result = jq->print_ifc->end_job(jq->print_ifc); in _job_thread() 1177 if (jq->plugin->end_job != NULL) { in _job_thread() 1178 jq->plugin->end_job(&(jq->job_params)); in _job_thread() 1180 if ((jq->print_ifc != NULL) && (jq->print_ifc->end_job) && in _job_thread() 1182 int end_job_result = jq->print_ifc->end_job(jq->print_ifc); in _job_thread()
|
D | printer.c | 248 .start_job = _start_job, .send_data = _send_data, .end_job = _end_job, .destroy = _destroy,
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | plugin_pcl.c | 144 priv->pcl_ifc->end_job(&priv->job_info); in _send_thread() 530 .print_page = _print_page, .print_blank_page = _print_blank_page, .end_job = _end_job,}; in libwprintplugin_pcl_reg()
|
D | plugin_pdf.c | 131 .print_page = _print_page, .print_blank_page = NULL, .end_job = _end_job,}; in libwprintplugin_pdf_reg()
|
D | lib_pcl.h | 137 status_t (*end_job)(pcl_job_info_t *job_info); member
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ipp_print.c | 43 .send_data = _send_data, .end_job = _end_job, .destroy = _destroy, .enable_timeout = NULL,
|