/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 51 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)) macro 92 LOGE("Could not open input GIF: %s, error = %d", pathIn, error); in transcode() 101 LOGE("Could not open output GIF: %s, error = %d", pathOut, error); in transcode() 109 LOGE("Could not resize GIF"); in transcode() 121 LOGE("Input GIF has invalid size: %d x %d", gifIn->SWidth, gifIn->SHeight); in resizeBoxFilter() 132 LOGE("Could not write screen descriptor"); in resizeBoxFilter() 165 LOGE("Could not get record type"); in resizeBoxFilter() 172 LOGE("Could not read image descriptor (%d)", imageIndex); in resizeBoxFilter() 181 LOGE("GIF image extends beyond logical screen"); in resizeBoxFilter() 193 LOGE("Could not write image descriptor (%d)", imageIndex); in resizeBoxFilter() [all …]
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpegstream.cpp | 316 LOGE("Native registration unable to find class '%s'", className); in registerNativeMethods() 320 LOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods() 329 LOGE("Error: GetEnv failed in JNI_OnLoad"); in JNI_OnLoad() 334 LOGE("Error: could not register native methods for JPEGOutputStream"); in JNI_OnLoad() 339 LOGE("Error: could not register native methods for JPEGInputStream"); in JNI_OnLoad() 345 LOGE("Unable to find class 'OutputStream'"); in JNI_OnLoad() 350 LOGE("Unable to find write function in class 'OutputStream'"); in JNI_OnLoad() 358 LOGE("Unable to find class 'InputStream'"); in JNI_OnLoad() 363 LOGE("Unable to find read function in class 'InputStream'"); in JNI_OnLoad() 368 LOGE("Unable to find skip function in class 'InputStream'"); in JNI_OnLoad()
|
D | jpeg_hook.cpp | 51 LOGE("DestManager already exists, cannot allocate!"); in MakeDst() 58 LOGE("Could not allocate memory for DestManager."); in MakeDst() 158 LOGE("SourceManager already exists, cannot allocate!"); in MakeSrc() 166 LOGE("Could not allocate memory for SourceManager."); in MakeSrc()
|
D | jpeg_reader.cpp | 37 LOGE("Failed to destroy compress object, JpegReader may leak memory."); in ~JpegReader() 63 LOGE("Failed to make source with error code: %d ", flags); in setup()
|
D | jni_defines.h | 26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg) macro
|
D | jerr_hook.cpp | 41 LOGE("%s\n", buf); in ErrOutput()
|
D | outputstream_wrapper.cpp | 32 LOGE("Uninitialized method ID for OutputStream write function."); in write()
|
D | stream_wrapper.cpp | 34 LOGE("Cannot update StreamWrapper with a null JNIEnv pointer!"); in updateEnv()
|
D | jpeg_writer.cpp | 36 LOGE("Failed to destroy compress object, may leak memory."); in ~JpegWriter()
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | printer.c | 60 LOGE("cannot create output file : %s, %s", printer_addr, strerror(errno)); in _init() 119 LOGE("select returned an errnor (%d)", errno); in _send_data() 125 LOGE("unable to transmit %d bytes of data (errno %d)", length, errno); in _send_data() 132 LOGE("select returned OK, but fd is not set"); in _send_data() 138 LOGE("select timed out"); in _send_data() 199 LOGE("ERROR: unknown host %s", printer_addr); in wConnect() 235 LOGE("cannot connect on %s:%d, %s", printer_addr, port_num, strerror(errno)); in wConnect() 238 LOGE("connecting to %s:%d .. timed out after %ld milliseconds", printer_addr, in wConnect()
|
D | lib_wprint.c | 1101 LOGE("pageQ inconsistencies, discarding page #%d, file %s", in _job_thread() 1273 LOGE("_job_thread(): %d file(s) in the job were corrupted", corrupted); in _job_thread() 1279 LOGE("_job_thread(): ERROR plugin->start_job(%ld): %s => %s", job_handle, in _job_thread() 1411 LOGE("ERROR: cannot create msgQ"); in wprintInit() 1423 LOGE("could not start job thread"); in wprintInit() 1869 LOGE("wprintStartJob(): ERROR: no plugin found for %s => %s", mime_type, print_format); in wprintStartJob() 1975 LOGE("wprintStartJob(): ERROR plugin->start_job(%ld) : %s => %s", job_handle, in wprintStartJob() 2018 LOGE("job %ld cannot be ended from state %d", job_handle, jq->job_state); in wprintEndJob() 2021 LOGE("ERROR: wprintEndJob(%ld), job not found", job_handle); in wprintEndJob() 2087 LOGE("wprintPage(%ld, %d, %s, %d)", job_handle, page_num, filename, last_page); in wprintPage() [all …]
|
D | wprintJNI.c | 177 LOGE("page count error"); in _get_pdf_page_count() 267 LOGE("_order_pdf_pages(), ERROR: first and/or last numbers are not greater than " in _order_pdf_pages() 271 LOGE("_order_pdf_pages(), ERROR: first and/or last numbers are not greater than 0: " in _order_pdf_pages() 275 LOGE("_order_pdf_pages(), ERROR: first and/or last numbers are not numeric: first num=%s, " in _order_pdf_pages() 1367 LOGE("failed to start job: error code :%d", errno); in Java_com_android_bips_ipp_Backend_nativeStartJob() 1373 LOGE("empty file list"); in Java_com_android_bips_ipp_Backend_nativeStartJob() 1408 LOGE("failed to add some pages, aborting job"); in Java_com_android_bips_ipp_Backend_nativeStartJob()
|
D | wprint_msgq.c | 84 LOGE("Warning msgQDelete() called on queue with %d messages", msgq->num_msgs); in msgQDelete()
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ipphelper.c | 122 LOGE("determine_ipp_version(): http is NULL cannot continue"); in determine_ipp_version() 161 LOGE("test_and_set_ipp_version: 1280 received, bailing..."); in test_and_set_ipp_version() 165 LOGE("test_and_set_ipp_version: 1282 received, retrying %d of %d", in test_and_set_ipp_version() 170 LOGE("test_and_set_ipp_version: IPP_Status of IPP_BAD_REQUEST " in test_and_set_ipp_version() 179 LOGE("test_and_set_ipp_version: IPP_Status of IPP_NOT_FOUND received"); in test_and_set_ipp_version() 243 LOGE("get_PrinterState(): printer_state_dyn is null"); in get_PrinterState() 250 LOGE("get_PrinterState(): printer_state is null"); in get_PrinterState() 261 LOGE("get_PrinterState(): response is null: ipp_status %d", ipp_status); in get_PrinterState() 288 LOGE("get_PrinterStateReason printer-state null"); in get_PrinterStateReason() 311 LOGE(" get_PrinterStateReason printer-state reason null"); in get_PrinterStateReason() [all …]
|
D | ippstatus_monitor.c | 162 LOGE("_get_status(): this_p is null!"); in _get_status() 168 LOGE("_get_status(): Monitor is uninitialized"); in _get_status() 173 LOGE("_get_status(): monitor->http is NULL, setting Unable to Connect"); in _get_status() 379 LOGE("IPP_Status for cancel request was %d %s", ipp_status, in _cancel()
|
D | ipp_print.c | 442 LOGE("_validate_job: validatePrintJob: response is null: ipp_status %d %s", in _validate_job() 485 LOGE("_start_job; this_p == NULL"); in _start_job() 583 LOGE("Error: from cupsWriteRequestData http.fd %d: status %d", in _end_job() 591 LOGE("sent cupsGetResponse %s job id is null; received", ippOpString(op)); in _end_job()
|
D | ippstatus_capabilities.c | 123 LOGE("_init(): http is NULL "); in _init() 172 LOGE("_get_capabilities: %s response is null: ipp_status %d %s", in _get_capabilities()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | plugin_pcl.c | 254 LOGE("ERROR: cannot start PCL job, no ifc found"); in _start_job() 308 LOGE("_print_page(): cannot print file with NULL name"); in _print_page() 437 LOGE("_print_page(): ERROR: file appears to be corrupted"); in _print_page() 463 LOGE("_print_page(): plugin_pcl cannot allocate memory for image stripe"); in _print_page() 473 LOGE("_print_page(): file does not appear to be valid"); in _print_page() 482 LOGE("_print_page(): could not open %s", pathname); in _print_page() 487 LOGE("_print_page(): ERROR: filename was empty"); in _print_page()
|
D | wprint_image.c | 76 LOGE("ERROR: get_hdr for %s", image_info->mime_type); in wprint_image_get_info() 80 LOGE("Unsupported image type: %s", image_info->mime_type); in wprint_image_get_info() 643 LOGE("Bad ROT_90 calculations. Exiting to prevent infinite loop"); in _decode_stripe() 714 LOGE("Bad ROT_270 calculations. Erroring out to prevent infinite loop."); in _decode_stripe() 767 LOGE("ERROR: received no data for row: %d", image_y); in _decode_stripe() 860 LOGE("need more memory"); in wprint_image_decode_stripe() 891 LOGE("couldn't decode rows"); in wprint_image_decode_stripe() 951 LOGE("couldn't decode rows"); in wprint_image_decode_stripe()
|
D | plugin_pdf.c | 101 LOGE("ERROR: write() failed, %s", strerror(errno)); in _print_page()
|
/packages/services/BuiltInPrintService/jni/include/ |
D | wprint_debug.h | 49 #define LOGE(...) macro 51 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 52 LOGE("Could not compile shader %d:\n%s\n", in loadShader() 102 LOGE("Could not link program:\n%s\n", buf); in createProgram()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 70 LOGE("Error: Could not allocate pyramids for blending"); in initialize() 125 LOGE("Error: No frames to blend"); in runBlend() 231 LOGE("RunBlend: aborting -consistency check failed," in runBlend() 244 LOGE("RunBlend: aborting - mosaic size check failed, " in runBlend() 254 LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight); in runBlend() 365 LOGE("Error: Could not generate Laplacian pyramids"); in FillFramePyramid() 387 LOGE("Error: Could not allocate pyramids for blending"); in DoMergeAndBlend() 635 LOGE("Error: Could not BorderExpand!"); in PerformFinalBlending()
|
D | Log.h | 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 605 LOGE("Error in creating the image."); in Java_com_android_camera_panorama_Mosaic_getFinalMosaic() 656 LOGE("Error in creating the image."); in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21()
|