Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/
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
Dplugin_pcl.c102 priv->job_info.wprint_ifc->msgQDelete(priv->msgQ); in _cleanup_plugin_data()
116 while (priv->job_info.wprint_ifc->msgQReceive(priv->msgQ, (char *) &msg, sizeof(msgQ_msg_t), in _send_thread()
206 priv->job_info.wprint_ifc->msgQSend( in _stop_thread()
237 priv->job_info.wprint_ifc = (ifc_wprint_t *) wprint_ifc_p; in _start_job()
258 priv->msgQ = priv->job_info.wprint_ifc->msgQCreate( in _start_job()
266 priv->job_info.wprint_ifc->msgQSend( in _start_job()
319 wprint_image_setup(image_info, mime_type, priv->job_info.wprint_ifc, in _print_page()
385 priv->job_info.wprint_ifc->msgQSend(priv->msgQ, (char *) &msg, in _print_page()
426 result = priv->job_info.wprint_ifc->msgQSend(priv->msgQ, (char *) &msg, in _print_page()
494 priv->job_info.wprint_ifc->msgQSend(priv->msgQ, (char *) &msg, sizeof(msgQ_msg_t), NO_WAIT, in _print_page()
[all …]
Dwprint_image.h76 const ifc_wprint_t *wprint_ifc; member
176 const ifc_wprint_t *wprint_ifc, unsigned int output_resolution, int pdf_render_resolution);
Dplugin_pdf.c33 const ifc_wprint_t *wprint_ifc; member
63 priv->wprint_ifc = (ifc_wprint_t *) wprint_ifc_p; in _start_job()
Dlib_pclm.c101 if (job_info->wprint_ifc != NULL) { in _start_job()
107 if ((job_info->wprint_ifc == NULL) || (job_info->print_ifc == NULL)) { in _start_job()
Dlib_pwg.c151 if (job_info->wprint_ifc != NULL) { in _start_job()
158 if ((job_info->wprint_ifc == NULL) || (job_info->print_ifc == NULL)) { in _start_job()
Dwprint_image.c29 const ifc_wprint_t *wprint_ifc, unsigned int output_resolution, in wprint_image_setup() argument
34 image_info->wprint_ifc = wprint_ifc; in wprint_image_setup()
/packages/services/BuiltInPrintService/jni/include/
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);
Dlib_wprint.h262 status_t (*start_job)(wJob_t job_handle, const ifc_wprint_t *wprint_ifc,
/packages/services/BuiltInPrintService/jni/ipphelper/
Dippstatus_monitor.h28 extern const ifc_status_monitor_t *ipp_status_get_monitor_ifc(const ifc_wprint_t *wprint_ifc);
Dippstatus_capabilities.h33 *ipp_status_get_capabilities_ifc(const ifc_wprint_t *wprint_ifc);
Dipp_print.h30 const ifc_print_job_t *ipp_get_print_ifc(const ifc_wprint_t *wprint_ifc);
Dippstatus_capabilities.c90 const ifc_printer_capabilities_t *ipp_status_get_capabilities_ifc(const ifc_wprint_t *wprint_ifc) { in ipp_status_get_capabilities_ifc() argument
Dippstatus_monitor.c69 const ifc_status_monitor_t *ipp_status_get_monitor_ifc(const ifc_wprint_t *wprint_ifc) { in ipp_status_get_monitor_ifc() argument
Dipp_print.c61 const ifc_print_job_t *ipp_get_print_ifc(const ifc_wprint_t *wprint_ifc) { in ipp_get_print_ifc() argument
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c352 static const ifc_print_job_t *_printer_file_connect(const ifc_wprint_t *wprint_ifc) { in _printer_file_connect() argument