/packages/services/BuiltInPrintService/jni/plugins/ |
D | lib_pwg.c | 245 LOGI("_start_page(), strip height=%d, image width=%d, image height=%d, scaled width=%f, " in _start_page() 268 LOGI("cupsWidth = %d", header_pwg.cupsWidth); in _start_page() 269 LOGI("cupsHeight = %d", header_pwg.cupsHeight); in _start_page() 270 LOGI("cupsPageWidth = %f", header_pwg.cupsPageSize[0]); in _start_page() 271 LOGI("cupsPageHeight = %f", header_pwg.cupsPageSize[1]); in _start_page() 272 LOGI("cupsBitsPerColor = %d", header_pwg.cupsBitsPerColor); in _start_page() 273 LOGI("cupsBitsPerPixel = %d", header_pwg.cupsBitsPerPixel); in _start_page() 274 LOGI("cupsBytesPerLine = %d", header_pwg.cupsBytesPerLine); in _start_page() 275 LOGI("cupsColorOrder = %d", header_pwg.cupsColorOrder); in _start_page() 276 LOGI("cupsColorSpace = %d", header_pwg.cupsColorSpace); in _start_page() [all …]
|
D | lib_pclm.c | 140 LOGI("_start_job(), mediaHeightOffsets W %f H %f", job_info->pclm_page_info.mediaWidthOffset, in _start_job() 189 LOGI("_start_page(), strip height=%d, image width=%d, image height=%d, scaled width=%f, " in _start_page() 274 LOGI("_end_page(): writing blank page"); in _end_page() 281 LOGI("_end_page()"); in _end_page() 292 LOGI("_end_job()"); in _end_job()
|
D | plugin_pcl.c | 328 LOGI("_print_page(): portrait mode"); in _print_page() 331 LOGI("_print_page(): landscape mode"); in _print_page() 335 LOGI("_print_page(): auto mode"); in _print_page() 352 LOGI("_print_page(): rotation = %d", rotation); in _print_page() 448 LOGI("_print_page(): sends done, result: %d", result); in _print_page() 452 LOGI("_print_page(): processed %d out of" in _print_page()
|
D | wprint_mupdf.c | 72 LOGI("Render page=%d w=%.0f h=%.0f res=%d zoom=%0.2f size=%d", image_info->decoder_data.page, in _mupdf_get_hdr() 84 LOGI("Render complete in %ld ms", get_millis() - now); in _mupdf_get_hdr() 126 LOGI("MUPDF: _mupdf_supports_subsampling(): Enter"); in _mupdf_supports_subsampling()
|
D | plugin_pdf.c | 106 LOGI("dumped %d bytes of %s to printer", nbytes, pathname); in _print_page()
|
D | wprint_image.c | 72 LOGI("wprint_image_get_info(): %s dim = %dx%d", image_info->mime_type, in wprint_image_get_info()
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | wprintJNI.c | 175 LOGI("pdf page count for %s: %d", pathname, *page_count); in _get_pdf_page_count() 366 LOGI(" _print_pdf_pages(), pages print face up, printing in reverse"); in _print_pdf_pages() 379 LOGI(" _print_pdf_pages(), printing result: %s", result == OK ? "OK" : "ERROR"); in _print_pdf_pages() 1113 LOGI("_wprint_callback_fn: copying certificate len=%d", cb_param->certificate_len); in _wprint_callback_fn() 1123 LOGI("_wprint_callback_fn: there is no certificate"); in _wprint_callback_fn() 1145 LOGI("nativeInit JNIenv is %p", env); in Java_com_android_bips_ipp_Backend_nativeInit() 1197 LOGI("nativeGetCapabilities for %s JNIenv is %p", connect_info.printer_addr, env); in Java_com_android_bips_ipp_Backend_nativeGetCapabilities() 1226 LOGI("nativeGetDefaultJobParameters, JNIenv is %p", env); in Java_com_android_bips_ipp_Backend_nativeGetDefaultJobParameters() 1241 LOGI("nativeGetFinalJobParameters, JNIenv is %p", env); in Java_com_android_bips_ipp_Backend_nativeGetFinalJobParameters() 1282 LOGI("nativeStartJob, JNIenv is %p", env); in Java_com_android_bips_ipp_Backend_nativeStartJob() [all …]
|
D | plugin_db.c | 66 LOGI("MIME types:"); in plugin_add() 72 LOGI(" %s", mt[i]); in plugin_add() 81 LOGI("print formats:"); in plugin_add() 86 LOGI(" %s", pf[i]); in plugin_add()
|
D | lib_wprint.c | 570 LOGI("status requested job cancel"); in _job_status_callback() 791 LOGI("_job_thread(): Received message: MSG_RUN_JOB"); in _job_thread() 793 LOGI("_job_thread(): Received message: MSG_QUIT"); in _job_thread() 1262 LOGI("job_thread(): with job_state value: %d ", jq->job_state); in _job_thread() 1267 LOGI("_job_thread(): job finished early: do not send callback again"); in _job_thread() 1319 LOGI("_job_thread(): job %ld not in queue .. maybe cancelled", job_handle); in _job_thread() 1323 LOGI("_job_thread(): job finished: %ld", job_handle); in _job_thread() 1636 LOGI("_get_print_format(): print_format switched from PDF to PCLm"); in _get_print_format() 1655 LOGI("\t_get_print_format(): print_format: %s", print_format); in _get_print_format() 2107 LOGI("received cancel request"); in wprintCancelJob() [all …]
|
D | printer.c | 62 LOGI("opened %s for writing", printer_addr); in _init() 231 LOGI("connected to %s:%d", printer_addr, port_num); in wConnect()
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ipp_print.c | 397 LOGI("_fill_job (%d): request", ipp_op); in _fill_job() 446 LOGI("_validate_job: %s ipp_status %d %x received:", ippOpString(IPP_VALIDATE_JOB), in _validate_job() 510 LOGI("_start_job retry due to internal error"); in _start_job() 521 LOGI("_start_job httpPrint fd %d status %d ipp_status %d", ipp_job->http->fd, in _start_job() 594 LOGI("sent cupsGetResponse %s job_id %d; received", ippOpString(op), job_id); in _end_job()
|
D | ippstatus_capabilities.c | 188 LOGI("printer-state %d", (ipp_pstate_t) ippGetInteger(attrptr, 0)); in _get_capabilities() 207 LOGI(" ippstatus_capabilities: _get_capabilities: returning %d:", result); in _get_capabilities()
|
D | ipphelper.c | 700 LOGI("Hit MAX_MEDIA_TYPES_SUPPORTED while adding %d", mediaType); in addMediaType()
|
/packages/services/BuiltInPrintService/jni/include/ |
D | wprint_debug.h | 43 #define LOGI(...) macro 45 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Log.h | 21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
D | Blend.cpp | 250 LOGI("Allocate mosaic image for blending - size: %d x %d", Mwidth, Mheight); in runBlend()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 90 LOGI("Program Linked!"); in createProgram()
|
/packages/apps/LegacyCamera/jni/ |
D | mosaic_renderer_jni.cpp | 173 LOGI("GL %s = %s", name, v); in printGLString()
|
/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 49 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__)) macro
|