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

  /packages/services/BuiltInPrintService/jni/plugins/
lib_pclm.c 270 static int _end_page(pcl_job_info_t *job_info, int page_number) { function
274 LOGI("_end_page(): writing blank page");
281 LOGI("_end_page()");
284 _END_PAGE(job_info);
306 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
lib_pwg.c 366 static int _end_page(pcl_job_info_t *job_info, int page_number) { function
368 LOGD("lib_pclm: _end_page(): writing blank page");
381 LOGI("lib_pcwg: _end_page()");
382 _END_PAGE(job_info);
399 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
lib_pcl.h 61 #define _END_PAGE(JOB_INFO) \

Completed in 118 milliseconds