Searched refs:wJob_t (Results 1 – 11 of 11) sorted by relevance
/packages/services/BuiltInPrintService/jni/include/ |
D | ifc_wprint.h | 33 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);
|
D | lib_wprint.h | 32 #define WPRINT_BAD_JOB_HANDLE ((wJob_t) ERROR) 122 typedef void (*wprint_status_cb_t)(wJob_t job_id, void *parm); 262 status_t (*start_job)(wJob_t job_handle, const ifc_wprint_t *wprint_ifc, 268 status_t (*print_blank_page)(wJob_t job_handle, 306 wJob_t wprintStartJob(const char *printer_addr, port_t port_num, 315 status_t wprintEndJob(wJob_t job_handle); 326 status_t wprintPage(wJob_t job_handle, int page_number, const char *filename, bool last_page, 333 status_t wprintCancelJob(wJob_t job_handle);
|
D | wtypes.h | 67 typedef unsigned long wJob_t; typedef
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 125 wJob_t job_id; 132 wJob_t job_handle; 225 static _job_queue_t *_get_job_desc(wJob_t job_handle) { in _get_job_desc() 243 static void _stream_dbg_end_job(wJob_t job_handle) { in _stream_dbg_end_job() 251 static void _stream_dbg_start_job(wJob_t job_handle, const char *ext) { in _stream_dbg_start_job() 262 static void _stream_dbg_job_data(wJob_t job_handle, const unsigned char *buff, in _stream_dbg_job_data() 278 static void _stream_dbg_end_page(wJob_t job_handle) { in _stream_dbg_end_page() 286 static void _stream_dbg_page_data(wJob_t job_handle, const unsigned char *buff, in _stream_dbg_page_data() 305 static void _stream_dbg_start_page(wJob_t job_handle, int page_number, int width, int height) { in _stream_dbg_start_page() 336 const ifc_wprint_debug_stream_t *getDebugStreamIfc(wJob_t handle) { in getDebugStreamIfc() [all …]
|
D | wprintJNI.c | 343 static jint _print_pdf_pages(wJob_t job_handle, printer_capabilities_t *printer_cap, in _print_pdf_pages() 940 static void _wprint_callback_fn(wJob_t job_handle, void *param) { in _wprint_callback_fn() 1284 wJob_t job_handle = ERROR; in Java_com_android_bips_ipp_Backend_nativeStartJob() 1376 job_handle = (wJob_t) result; in Java_com_android_bips_ipp_Backend_nativeStartJob() 1431 return wprintEndJob((wJob_t) job_handle); in Java_com_android_bips_ipp_Backend_nativeEndJob() 1440 return wprintCancelJob((wJob_t) job_handle); in Java_com_android_bips_ipp_Backend_nativeCancelJob()
|
D | printer.c | 40 wJob_t job_id;
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | lib_pcl.h | 96 wJob_t job_handle; 128 wJob_t (*start_job)(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size,
|
D | plugin_pcl.c | 72 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()
|
D | lib_pclm.c | 90 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size, in _start_job()
|
D | lib_pwg.c | 142 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size, in _start_job()
|
D | plugin_pdf.c | 53 static int _start_job(wJob_t job_handle, const ifc_wprint_t *wprint_ifc_p, in _start_job()
|