Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 25 of 50) sorted by relevance

12

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c96 LOGD("set_ipp_version(): Enter %d", use_existing_version); in set_ipp_version()
114 LOGD("set_ipp_version(): Done"); in set_ipp_version()
119 LOGD("determine_ipp_version(): Enter printer_uri = %s", printer_uri); in determine_ipp_version()
128 LOGD("successfully set ipp version."); in determine_ipp_version()
130 LOGD("could not get ipp version using any known ipp version."); in determine_ipp_version()
146 LOGD("test_and_set_ipp_version(): Enter %d - %d", major, minor); in test_and_set_ipp_version()
158 LOGD("test_and_set_ipp_version: response is null: ipp_status %d %s", in test_and_set_ipp_version()
185 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status)); in test_and_set_ipp_version()
187 LOGD("IPP_Status of IPP_BAD_REQUEST received. retry (%d) of (%d)", in test_and_set_ipp_version()
202 LOGD("test_and_set_ipp_version(): ipp version set to %d,%d", in test_and_set_ipp_version()
[all …]
Dipp_print.c62 LOGD("ipp_get_print_ifc: Enter"); in ipp_get_print_ifc()
79 LOGD("_init: Enter"); in _init()
97 LOGD("Normal URI for %s:%d", printer_address, ippPortNumber); in _init()
111 LOGD("_destroy: Enter"); in _destroy()
145 LOGD("_get_pwg_media_size(): match found: %d, %s, width=%f, height=%f", in _get_pwg_media_size()
153 LOGD("_get_pwg_media_size(): media size, %d, NOT FOUND, setting to letter", media_size); in _get_pwg_media_size()
162 LOGD("_fill_job: Enter"); in _fill_job()
222 LOGD("_fill_job: pcl_type(%d), print_format(%s)", job_params->pcl_type, in _fill_job()
229 LOGD("_fill_job: setting document-format: %s", PRINT_FORMAT_PDF); in _fill_job()
234 LOGD("_fill_job: setting document-format: %s", in _fill_job()
[all …]
Dippstatus_monitor.c81 LOGD("_init(): enter"); in _init()
117 LOGD("_destroy(): enter"); in _destroy()
148 LOGD("_get_status(): enter"); in _get_status()
151 LOGD("_get_status(): printer_state_dyn is null!"); in _get_status()
181 LOGD("_get_status(): ipp_status=%d", ipp_status); in _get_status()
194 LOGD("_start(): enter"); in _start()
266 LOGD("_stop(): enter"); in _stop()
290 LOGD("_cancel(): enter"); in _cancel()
321 LOGD("_cancel get job attributes: response is null, ipp_status %d: %s", in _cancel()
328 LOGD("_cancel got job-id: %d", job_id); in _cancel()
[all …]
Dippstatus_capabilities.c87 LOGD("ipp_status_get_capabilities_ifc: Enter"); in ipp_status_get_capabilities_ifc()
102 LOGD("_init: Enter"); in _init()
111 LOGD("_init(): http != NULL closing HTTP"); in _init()
126 LOGD("_get_capabilities: Enter"); in _get_capabilities()
147 LOGD("_get_capabilities: caps->http is NULL"); in _get_capabilities()
159 LOGD("IPP_GET_PRINTER_ATTRIBUTES %s request:", ippOpString(op)); in _get_capabilities()
172 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status)); in _get_capabilities()
173 LOGD("%s received, now call parse_printerAttributes:", ippOpString(op)); in _get_capabilities()
183 LOGD("printer-state: null"); in _get_capabilities()
210 LOGD("_destroy(): enter"); in _destroy()
/packages/apps/Messaging/jni/
DGifTranscoder.cpp45 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)) macro
47 #define LOGD(...) ((void)0) macro
90 LOGD("Opened input GIF: %s", pathIn); in transcode()
99 LOGD("Opened output GIF: %s", pathOut); in transcode()
107 LOGD("Resized GIF in %.2f ms", now() - t0); in transcode()
135 LOGD("Wrote screen descriptor"); in resizeBoxFilter()
168 LOGD("Read record type: %d", recordType); in resizeBoxFilter()
205 LOGD("Read image data (%d)", imageIndex); in resizeBoxFilter()
218 LOGD("Rendered image (%d)", imageIndex); in resizeBoxFilter()
232 LOGD("Wrote raster data (%d)", imageIndex); in resizeBoxFilter()
[all …]
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c519 LOGD("_job_status_callback(): current printer state: %d", statusnew); in _job_status_callback()
525 LOGD("_job_status_callback(): blocking reason %d: %d", i, new_status->printer_reasons[i]); in _job_status_callback()
773 LOGD("_job_thread: Received an Unable to Connect message"); in _job_thread()
780 LOGD("printer blocked but appears to be in an idle state. " in _job_thread()
861 LOGD("_job_thread: Calling validate_job"); in _job_thread()
897 LOGD("_job_thread multi_page: breaking out copies supported"); in _job_thread()
963 LOGD("_job_thread(): page not corrupt, calling plugin's print_page" in _job_thread()
978 LOGD("_job_thread(): page IS corrupt, printing blank page for " in _job_thread()
1056 LOGD("_job_thread single_page: breaking out copies supported"); in _job_thread()
1159 LOGD("_job_thread(): the job never started"); in _job_thread()
[all …]
DwprintJNI.c301 LOGD("_get_pdf_page_range(), page_range from JNI environment=%s", page_range); in _get_pdf_page_range()
315 LOGD("_get_pdf_page_range(), range: %s, pages in document: %d", page_range_str, num_pages); in _get_pdf_page_range()
323 LOGD("_get_pdf_page_range(), setting page_range to: %s", page_range_str); in _get_pdf_page_range()
351 LOGD("_print_pdf_pages(), pages print face down or duplex, printing in normal order"); in _print_pdf_pages()
354 LOGD("_print_pdf_pages(), PRINTING PDF: %d", *(pages_ary + page_index)); in _print_pdf_pages()
366 LOGD("_print_pdf_pages(), PRINTING PDF: %s, page: %d", pathname, in _print_pdf_pages()
1215 LOGD("nativeGetFinalJobParameters: After _convertJobParams_to_C: res=%d, name=%s", in Java_com_android_bips_ipp_Backend_nativeGetFinalJobParameters()
1241 LOGD("nativeStartJob: After _convertJobParams_to_C: res=%d, name=%s", in Java_com_android_bips_ipp_Backend_nativeStartJob()
/packages/services/BuiltInPrintService/jni/plugins/
Dpdf_render.c49 LOGD("getPageCount %p %s", obj, fileName); in openDocument()
56 LOGD("getPageCount %p %s returning %d", obj, fileName, count); in openDocument()
61 LOGD("getPageAttributes %p %d", obj, page); in getPageAttributes()
78 LOGD("renderPageStripe %p %d", obj, page); in renderPageStripe()
96 LOGD("destroy %p", obj); in destroy()
109 LOGD("pdf_render_init"); in pdf_render_init()
127 LOGD("pdf_render_deinit"); in pdf_render_deinit()
134 LOGD("create_pdf_render_ifc"); in create_pdf_render_ifc()
Dwprint_image.c32 LOGD("image_setup"); in wprint_image_setup()
214 LOGD("need to do native scaling by %f factor to size %dx%d", native_scaling, in wprint_image_set_output_properties()
221 LOGD("calculating subsampling"); in wprint_image_set_output_properties()
246 LOGD("calculated sample size: %d", image_info->scaled_sample_size); in wprint_image_set_output_properties()
269 LOGD("disabling fine scaling since width matches and height meets criteria"); in wprint_image_set_output_properties()
277 LOGD("disabling fine scaling since height matches and width meets criteria"); in wprint_image_set_output_properties()
288 LOGD("checking native document scaling factor"); in wprint_image_set_output_properties()
292 LOGD("fit in printable area, just scale to native units"); in wprint_image_set_output_properties()
295 LOGD("we don't fit in printable area, continue with fit-to-page"); in wprint_image_set_output_properties()
307 LOGD("calculating fine-scaling"); in wprint_image_set_output_properties()
[all …]
Dlib_pclm.c44 LOGD("_get_pclm_media_size_name(): match found: %d, %s", media_size, media_name); in _get_pclm_media_size_name()
51 LOGD("_get_pclm_media_size_name(): media size, %d, NOT FOUND, setting to letter", in _get_pclm_media_size_name()
75 LOGD("_get_pclm_media_size(): match found: %d, %s, width=%f, height=%f", in _get_pclm_media_size()
85 LOGD("_get_pclm_media_size(): media size, %d, NOT FOUND, setting to letter", media_size); in _get_pclm_media_size()
102 LOGD("_start_job() required cleanup"); in _start_job()
111 LOGD("_start_job(), media_size %d, media_type %d, dt %d, %s, media_tray %d margins T %f L %f", in _start_job()
213 LOGD("PCLmGetMediaDimensions(%d), mediaSizeName=%s, mediaheight=%f, mediawidth=%f, " in _start_page()
244 LOGD("_print_swath(): page #%d, buffSize=%d, rows %d - %d (%d rows), bytes per row %d", in _print_swath()
Dlib_pwg.c121 LOGD(" _get_pwg_media_size(): match found: %d, %s, width=%f, height=%f", in _get_pwg_media_size()
132 LOGD("_get_pwg_media_size(): media size, %d, NOT FOUND, setting to letter", media_size); in _get_pwg_media_size()
166 LOGD("_start_job(), media_size %d, media_type %d, dt %d, %s, media_tray %d", media_size, in _start_job()
303 LOGD("_print_swath(): page #%d, buffSize=%d, rows %d - %d (%d rows), bytes per row %d", in _print_swath()
312 LOGD("cupsRasterWritePixels return %d", result); in _print_swath()
314 LOGD("cupsRasterWritePixels raster is null"); in _print_swath()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetHostViewLoader.java24 private static final boolean LOGD = false; field in WidgetHostViewLoader
55 if (LOGD) { in onDragEnd()
73 if (LOGD) { in onDragEnd()
103 if (LOGD) { in preloadWidget()
118 if (LOGD) { in preloadWidget()
140 if (LOGD) { in preloadWidget()
148 if (LOGD) { in preloadWidget()
DWidgetsContainerView.java54 private static final boolean LOGD = false; field in WidgetsContainerView
78 if (LOGD) { in WidgetsContainerView()
139 if (LOGD) { in handleLongClick()
215 if (LOGD) { in onDropCompleted()
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
DVehicleNetworkAudioHelper.cpp25 #define LOGD(x...) ALOGD(x) macro
27 #define LOGD(x...) macro
183 LOGD("waitForStreamFocus"); in waitForStreamFocus()
189 LOGD("waitForStreamFocus, has focus"); in waitForStreamFocus()
199 LOGD("waitForStreamFocus, no focus"); in waitForStreamFocus()
236 LOGD("onHalRestart"); in onHalRestart()
/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java56 private static final boolean LOGD = false; field in AutoInstallsLayout
276 if (LOGD) Log.d(TAG, "Ignoring unknown element tag: " + parser.getName()); in parseAndAddNode()
392 if (LOGD) Log.d(TAG, "Skipping invalid <favorite> with no component"); in parseAndAdd()
424 if (LOGD) Log.d(TAG, "Ignoring shortcut"); in parseAndAdd()
435 if (LOGD) Log.d(TAG, "Ignoring shortcut, can't load icon"); in parseAndAdd()
453 if (LOGD) Log.d(TAG, "Ignoring shortcut, invalid url: " + url); in parseIntent()
476 if (LOGD) Log.d(TAG, "Skipping invalid <appwidget> with no component"); in parseAndAdd()
559 if (LOGD) Log.e(TAG, "Unable to add folder"); in parseAndAdd()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageList.java81 private static final boolean LOGD = false; field in DataUsageList
290 if (LOGD) Log.d(TAG, "updateDetailData()"); in updateDetailData()
451 if (LOGD) Log.d(TAG, "hasReadyMobileRadio: subInfoList=null"); in hasReadyMobileRadio()
458 if (LOGD) Log.d(TAG, "hasReadyMobileRadio: subInfo=" + subInfo); in hasReadyMobileRadio()
461 if (LOGD) { in hasReadyMobileRadio()
484 if (LOGD) { in hasReadyMobileRadio()
499 if (LOGD) {
/packages/apps/Gallery/src/com/android/camera/
DPhotoAppWidgetProvider.java42 private static final boolean LOGD = true; field in PhotoAppWidgetProvider
52 if (LOGD) { in onUpdate()
149 if (LOGD) { in setPhoto()
174 if (c != null && LOGD) { in getPhoto()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMtpService.java44 private static final boolean LOGD = false; field in MtpService
137 if (LOGD) { Log.d(TAG, "onStartCommand intent=" + intent + " mUnlocked=" + mUnlocked); } in onStartCommand()
163 if (LOGD) { in updateDisabledStateLocked()
177 if (LOGD) { in manageServiceLocked()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java69 private static final boolean LOGD = false; field in LauncherProvider
250 if (LOGD) Log.d(TAG, "Clearing old launcher database"); in loadDefaultFavoritesIfNecessary()
352 if (LOGD) Log.d(TAG, "creating new launcher database"); in onCreate()
404 if (LOGD) Log.d(TAG, "converting database from an older format, but not onUpgrade"); in convertDatabase()
433 if (LOGD) Log.d(TAG, "converted and now triggering widget upgrade"); in convertDatabase()
499 if (LOGD) Log.d(TAG, "onUpgrade triggered"); in onUpgrade()
644 if (LOGD) Log.d(TAG, "found upgrade cursor count=" + c.getCount()); in updateContactsShortcuts()
821 if (LOGD) Log.d(TAG, "found upgrade cursor count=" + c.getCount()); in convertWidgets()
832 if (LOGD) { in convertWidgets()
DPreloadReceiver.java27 private static final boolean LOGD = false; field in PreloadReceiver
45 if (LOGD) { in onReceive()
/packages/apps/Settings/src/com/android/settings/
DAppWidgetLoader.java35 private static final boolean LOGD = AppWidgetPickActivity.LOGD; field in AppWidgetLoader
105 if (LOGD) Log.d(TAG, "Using " + customInfo.size() + " custom items"); in putCustomAppWidgets()
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.java47 static final boolean LOGD = false; field in CalendarAppWidgetProvider
60 if (LOGD) in onReceive()
124 if (LOGD) Log.d(TAG, "Building widget update..."); in performUpdate()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
DLogging.java27 public static final boolean LOGD; field in Logging
45 LOGD = false; // DO NOT CHECK IN WITH TRUE
/packages/services/BuiltInPrintService/jni/include/
Dwprint_debug.h37 #define LOGD(...) macro
39 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
/packages/apps/Settings/src/com/android/settings/widget/
DChartNetworkSeriesView.java45 private static final boolean LOGD = false; field in ChartNetworkSeriesView
170 if (LOGD) Log.d(TAG, "generatePath()"); in generatePath()
245 if (LOGD) { in generatePath()

12