Home
last modified time | relevance | path

Searched refs:wJob_t (Results 1 – 11 of 11) sorted by relevance

/packages/services/BuiltInPrintService/jni/include/
Difc_wprint.h33 void (*debug_start_job)(wJob_t job_handle, const char *ext);
35 void (*debug_job_data)(wJob_t job_handle, const unsigned char *buff, unsigned long nbytes);
37 void (*debug_end_job)(wJob_t job_handle);
39 void (*debug_start_page)(wJob_t job_handle, int page_number, int width, int height);
41 void (*debug_page_data)(wJob_t job_handle, const unsigned char *buff, unsigned long nbytes);
43 void (*debug_end_page)(wJob_t job_handle);
79 const ifc_wprint_debug_stream_t *(*get_debug_stream_ifc)(wJob_t id);
Dlib_wprint.h32 #define WPRINT_BAD_JOB_HANDLE ((wJob_t) ERROR)
122 typedef void (*wprint_status_cb_t)(wJob_t job_id, void *parm);
246 status_t (*start_job)(wJob_t job_handle, const ifc_wprint_t *wprint_ifc,
252 status_t (*print_blank_page)(wJob_t job_handle,
290 wJob_t wprintStartJob(const char *printer_addr, port_t port_num,
299 status_t wprintEndJob(wJob_t job_handle);
310 status_t wprintPage(wJob_t job_handle, int page_number, const char *filename, bool last_page,
317 status_t wprintCancelJob(wJob_t job_handle);
Dwtypes.h67 typedef unsigned long wJob_t; typedef
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c125 wJob_t job_id;
132 wJob_t job_handle;
220 static _job_queue_t *_get_job_desc(wJob_t job_handle) { in _get_job_desc()
238 static void _stream_dbg_end_job(wJob_t job_handle) { in _stream_dbg_end_job()
246 static void _stream_dbg_start_job(wJob_t job_handle, const char *ext) { in _stream_dbg_start_job()
257 static void _stream_dbg_job_data(wJob_t job_handle, const unsigned char *buff, in _stream_dbg_job_data()
273 static void _stream_dbg_end_page(wJob_t job_handle) { in _stream_dbg_end_page()
281 static void _stream_dbg_page_data(wJob_t job_handle, const unsigned char *buff, in _stream_dbg_page_data()
300 static void _stream_dbg_start_page(wJob_t job_handle, int page_number, int width, int height) { in _stream_dbg_start_page()
331 const ifc_wprint_debug_stream_t *getDebugStreamIfc(wJob_t handle) { in getDebugStreamIfc()
[all …]
DwprintJNI.c340 static jint _print_pdf_pages(wJob_t job_handle, printer_capabilities_t *printer_cap, in _print_pdf_pages()
930 static void _wprint_callback_fn(wJob_t job_handle, void *param) { in _wprint_callback_fn()
1232 wJob_t job_handle = ERROR; in Java_com_android_bips_ipp_Backend_nativeStartJob()
1322 job_handle = (wJob_t) result; in Java_com_android_bips_ipp_Backend_nativeStartJob()
1373 return wprintEndJob((wJob_t) job_handle); in Java_com_android_bips_ipp_Backend_nativeEndJob()
1382 return wprintCancelJob((wJob_t) job_handle); in Java_com_android_bips_ipp_Backend_nativeCancelJob()
Dprinter.c40 wJob_t job_id;
/packages/services/BuiltInPrintService/jni/plugins/
Dlib_pcl.h96 wJob_t job_handle;
128 wJob_t (*start_job)(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size,
Dplugin_pcl.c72 wJob_t job_handle;
216 static int _start_job(wJob_t job_handle, const ifc_wprint_t *wprint_ifc_p, in _start_job()
502 static int _print_blank_page(wJob_t job_handle, wprint_job_params_t *job_params) { in _print_blank_page()
Dlib_pclm.c90 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size, in _start_job()
Dlib_pwg.c146 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size, in _start_job()
Dplugin_pdf.c53 static int _start_job(wJob_t job_handle, const ifc_wprint_t *wprint_ifc_p, in _start_job()