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

  /packages/services/BuiltInPrintService/jni/include/
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);
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);
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);
wtypes.h 67 typedef unsigned long wJob_t;
  /packages/services/BuiltInPrintService/jni/plugins/
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,
plugin_pdf.c 53 static int _start_job(wJob_t job_handle, const ifc_wprint_t *wprint_ifc_p,
lib_pclm.c 90 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size,
plugin_pcl.c 72 wJob_t job_handle;
216 static int _start_job(wJob_t job_handle, const ifc_wprint_t *wprint_ifc_p,
502 static int _print_blank_page(wJob_t job_handle, wprint_job_params_t *job_params) {
lib_pwg.c 146 static wJob_t _start_job(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size,
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 125 wJob_t job_id;
132 wJob_t job_handle;
220 static _job_queue_t *_get_job_desc(wJob_t job_handle) {
238 static void _stream_dbg_end_job(wJob_t job_handle) {
246 static void _stream_dbg_start_job(wJob_t job_handle, const char *ext) {
257 static void _stream_dbg_job_data(wJob_t job_handle, const unsigned char *buff,
273 static void _stream_dbg_end_page(wJob_t job_handle) {
281 static void _stream_dbg_page_data(wJob_t job_handle, const unsigned char *buff,
300 static void _stream_dbg_start_page(wJob_t job_handle, int page_number, int width, int height) {
331 const ifc_wprint_debug_stream_t *getDebugStreamIfc(wJob_t handle)
    [all...]
printer.c 40 wJob_t job_id;
wprintJNI.c 340 static jint _print_pdf_pages(wJob_t job_handle, printer_capabilities_t *printer_cap,
    [all...]

Completed in 538 milliseconds