HomeSort by relevance Sort by last modified time
    Searched refs:wprint_ifc (Results 1 - 16 of 16) sorted by null

  /packages/services/BuiltInPrintService/jni/include/
wprint_io_plugin.h 37 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);
lib_wprint.h 248 status_t (*start_job)(wJob_t job_handle, const ifc_wprint_t *wprint_ifc,
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.h 30 const ifc_print_job_t *ipp_get_print_ifc(const ifc_wprint_t *wprint_ifc);
ippstatus_capabilities.h 33 *ipp_status_get_capabilities_ifc(const ifc_wprint_t *wprint_ifc);
ippstatus_monitor.h 28 extern const ifc_status_monitor_t *ipp_status_get_monitor_ifc(const ifc_wprint_t *wprint_ifc);
ippstatus_capabilities.c 88 const ifc_printer_capabilities_t *ipp_status_get_capabilities_ifc(const ifc_wprint_t *wprint_ifc) {
ippstatus_monitor.c 69 const ifc_status_monitor_t *ipp_status_get_monitor_ifc(const ifc_wprint_t *wprint_ifc) {
ipp_print.c 61 const ifc_print_job_t *ipp_get_print_ifc(const ifc_wprint_t *wprint_ifc) {
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pcl.h 36 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:__anon47919
plugin_pdf.c 33 const ifc_wprint_t *wprint_ifc; member in struct:__anon47927
63 priv->wprint_ifc = (ifc_wprint_t *) wprint_ifc_p;
wprint_image.h 76 const ifc_wprint_t *wprint_ifc; member in struct:__anon47930
176 const ifc_wprint_t *wprint_ifc, unsigned int output_resolution, int pdf_render_resolution);
plugin_pcl.c 102 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->msgQSend(priv->msgQ, (char *) &msg, sizeof(msgQ_msg_t), NO_WAIT
    [all...]
lib_pclm.c 101 if (job_info->wprint_ifc != NULL) {
107 if ((job_info->wprint_ifc == NULL) || (job_info->print_ifc == NULL)) {
lib_pwg.c 155 if (job_info->wprint_ifc != NULL) {
162 if ((job_info->wprint_ifc == NULL) || (job_info->print_ifc == NULL)) {
wprint_image.c 29 const ifc_wprint_t *wprint_ifc, unsigned int output_resolution,
34 image_info->wprint_ifc = wprint_ifc;
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 348 static const ifc_print_job_t *_printer_file_connect(const ifc_wprint_t *wprint_ifc) {
    [all...]

Completed in 3591 milliseconds