Searched refs:wprint_ifc_p (Results 1 - 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
H A Dplugin_pdf.c53 static int _start_job(wJob_t job_handle, const ifc_wprint_t *wprint_ifc_p, argument
60 if ((wprint_ifc_p == NULL) || (print_job_ifc_p == NULL)) return ERROR;
63 priv->wprint_ifc = (ifc_wprint_t *) wprint_ifc_p;
H A Dplugin_pcl.c216 static int _start_job(wJob_t job_handle, const ifc_wprint_t *wprint_ifc_p, argument
225 if ((wprint_ifc_p == NULL) || (print_ifc_p == NULL)) continue;
237 priv->job_info.wprint_ifc = (ifc_wprint_t *) wprint_ifc_p;

Completed in 170 milliseconds