Searched refs:wprint_ifc (Results 1 - 16 of 16) sorted by relevance

/packages/services/BuiltInPrintService/jni/include/
H A Dwprint_io_plugin.h37 const ifc_printer_capabilities_t *(*getCapsIFC)(const ifc_wprint_t *wprint_ifc);
42 const ifc_status_monitor_t *(*getStatusIFC)(const ifc_wprint_t *wprint_ifc);
47 const ifc_print_job_t *(*getPrintIFC)(const ifc_wprint_t *wprint_ifc);
H A Dlib_wprint.h248 status_t (*start_job)(wJob_t job_handle, const ifc_wprint_t *wprint_ifc,
/packages/services/BuiltInPrintService/jni/ipphelper/
H A Dipp_print.h30 const ifc_print_job_t *ipp_get_print_ifc(const ifc_wprint_t *wprint_ifc);
H A Dippstatus_capabilities.h33 *ipp_status_get_capabilities_ifc(const ifc_wprint_t *wprint_ifc);
H A Dippstatus_monitor.h28 extern const ifc_status_monitor_t *ipp_status_get_monitor_ifc(const ifc_wprint_t *wprint_ifc);
H A Dippstatus_capabilities.c88 const ifc_printer_capabilities_t *ipp_status_get_capabilities_ifc(const ifc_wprint_t *wprint_ifc) { argument
H A Dippstatus_monitor.c69 const ifc_status_monitor_t *ipp_status_get_monitor_ifc(const ifc_wprint_t *wprint_ifc) { argument
H A Dipp_print.c61 const ifc_print_job_t *ipp_get_print_ifc(const ifc_wprint_t *wprint_ifc) { argument
/packages/services/BuiltInPrintService/jni/plugins/
H A Dlib_pcl.h36 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
45 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
55 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
64 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
73 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
82 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
93 const ifc_wprint_t *wprint_ifc; member in struct:__anon175
H A Dplugin_pdf.c33 const ifc_wprint_t *wprint_ifc; member in struct:__anon183
63 priv->wprint_ifc = (ifc_wprint_t *) wprint_ifc_p;
H A Dwprint_image.h76 const ifc_wprint_t *wprint_ifc; member in struct:__anon186
176 const ifc_wprint_t *wprint_ifc, unsigned int output_resolution, int pdf_render_resolution);
H A Dplugin_pcl.c102 priv->job_info.wprint_ifc->msgQDelete(priv->msgQ);
116 while (priv->job_info.wprint_ifc->msgQReceive(priv->msgQ, (char *) &msg, sizeof(msgQ_msg_t),
206 priv->job_info.wprint_ifc->msgQSend(
237 priv->job_info.wprint_ifc = (ifc_wprint_t *) wprint_ifc_p;
258 priv->msgQ = priv->job_info.wprint_ifc->msgQCreate(
266 priv->job_info.wprint_ifc->msgQSend(
319 wprint_image_setup(image_info, mime_type, priv->job_info.wprint_ifc,
385 priv->job_info.wprint_ifc->msgQSend(priv->msgQ, (char *) &msg,
426 result = priv->job_info.wprint_ifc->msgQSend(priv->msgQ, (char *) &msg,
494 priv->job_info.wprint_ifc
[all...]
H A Dlib_pclm.c101 if (job_info->wprint_ifc != NULL) {
107 if ((job_info->wprint_ifc == NULL) || (job_info->print_ifc == NULL)) {
H A Dlib_pwg.c155 if (job_info->wprint_ifc != NULL) {
162 if ((job_info->wprint_ifc == NULL) || (job_info->print_ifc == NULL)) {
H A Dwprint_image.c29 const ifc_wprint_t *wprint_ifc, unsigned int output_resolution,
34 image_info->wprint_ifc = wprint_ifc;
28 wprint_image_setup(wprint_image_info_t *image_info, const char *mime_type, const ifc_wprint_t *wprint_ifc, unsigned int output_resolution, int pdf_render_resolution) argument
/packages/services/BuiltInPrintService/jni/lib/
H A Dlib_wprint.c348 static const ifc_print_job_t *_printer_file_connect(const ifc_wprint_t *wprint_ifc) { argument

Completed in 84 milliseconds