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

  /packages/services/BuiltInPrintService/jni/plugins/
plugin_pdf.c 70 static int _print_page(wprint_job_params_t *job_params, const char *mime_type, function
131 .print_page = _print_page, .print_blank_page = NULL, .end_job = _end_job,};
plugin_pcl.c 276 static status_t _print_page(wprint_job_params_t *job_params, const char *mime_type, function
308 LOGE("_print_page(): cannot print file with NULL name");
318 LOGD("_print_page(): fopen succeeded on %s", pathname);
328 LOGI("_print_page(): portrait mode");
331 LOGI("_print_page(): landscape mode");
335 LOGI("_print_page(): auto mode");
352 LOGI("_print_page(): rotation = %d", rotation);
437 LOGE("_print_page(): ERROR: file appears to be corrupted");
448 LOGI("_print_page(): sends done, result: %d", result);
452 LOGI("_print_page(): processed %d out of
    [all...]

Completed in 633 milliseconds