HomeSort by relevance Sort by last modified time
    Searched full:_end_job (Results 1 - 7 of 7) sorted by null

  /packages/services/BuiltInPrintService/jni/plugins/
plugin_pdf.c 118 static int _end_job(wprint_job_params_t *job_params) { function
131 .print_page = _print_page, .print_blank_page = NULL, .end_job = _end_job,};
lib_pclm.c 289 static int _end_job(pcl_job_info_t *job_info) { function
292 LOGI("_end_job()");
297 _END_JOB(job_info);
306 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
lib_pcl.h 70 #define _END_JOB(JOB_INFO) \
lib_pwg.c 387 static int _end_job(pcl_job_info_t *job_info) { function
388 LOGI("_end_job()");
389 _END_JOB(job_info);
399 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
plugin_pcl.c 519 static int _end_job(wprint_job_params_t *job_params) { function
530 .print_page = _print_page, .print_blank_page = _print_blank_page, .end_job = _end_job,};
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 37 static status_t _end_job(const ifc_print_job_t *this_p);
43 .send_data = _send_data, .end_job = _end_job, .destroy = _destroy, .enable_timeout = NULL,
548 static status_t _end_job(const ifc_print_job_t *this_p) { function
549 LOGD("_end_job: Enter");
569 LOGD("_end_job: entry httpPrint %d", ipp_job->http->fd);
609 LOGD("_end_job: exit status %d job_id %d", ipp_job->status, job_id);
  /packages/services/BuiltInPrintService/jni/lib/
printer.c 151 static int _end_job(const ifc_print_job_t *this_p) { function
248 .start_job = _start_job, .send_data = _send_data, .end_job = _end_job, .destroy = _destroy,

Completed in 342 milliseconds