HomeSort by relevance Sort by last modified time
    Searched refs:LOGD (Results 1 - 25 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 27 public static final boolean LOGD;
45 LOGD = false; // DO NOT CHECK IN WITH TRUE
  /system/chre/platform/include/chre/platform/
static_nanoapp_init.h 41 #undef LOGD
log.h 29 * LOGD(format, ...)
54 #ifndef LOGD
55 #error "LOGD must be defined"
56 #endif // LOGD
83 #undef LOGD
84 #define LOGD(format, ...) chreLogNull(format, ##__VA_ARGS__)
  /frameworks/base/core/java/android/util/
Config.java 55 public static final boolean LOGD = true;
NtpTrustedTime.java 37 private static final boolean LOGD = false;
53 if (LOGD) Log.d(TAG, "creating NtpTrustedTime using " + server);
97 if (LOGD) Log.d(TAG, "forceRefresh: no connectivity");
102 if (LOGD) Log.d(TAG, "forceRefresh() from cache miss");
143 if (LOGD) Log.d(TAG, "currentTimeMillis() cache hit");
151 if (LOGD) Log.d(TAG, "getCachedNtpTime() cache hit");
  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_msg.h 56 #ifndef LOGD
57 #define LOGD ALOGD
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_msg.h 56 #ifndef LOGD
57 #define LOGD ALOGD
  /hardware/qcom/media/msm8998/mm-core/inc/
qc_omx_msg.h 56 #ifndef LOGD
57 #define LOGD ALOGD
  /packages/services/BuiltInPrintService/jni/include/
wprint_debug.h 37 #define LOGD(...)
39 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
  /cts/tests/camera/src/android/hardware/camera2/cts/
means_yuvx_444_1d_to_single.rs 33 LOGD("width", width);
38 LOGD("elem", elem);
39 LOGD("i", i);
common.rs 40 #define LOGD(string, expr) rsDebug((string), (expr))
42 #define LOGD(string, expr) if (0) rsDebug((string), (expr))
means_yuvx_444_2d_to_1d.rs 33 LOGD("x", x);
44 LOGD("elem", elem);
64 LOGD("x", x);
71 LOGD("elem", elem);
  /device/google/marlin/camera/QCamera2/util/
QCameraPerf.cpp 106 LOGD("E");
149 LOGD("X");
161 LOGD("X");
179 LOGD("E");
204 LOGD("X");
287 LOGD("E");
305 LOGD("mCurrentPowerHintEnable %d" ,mCurrentPowerHintEnable);
312 LOGD("ret %d", ret);
319 LOGD("perf_handle_acq %d ", mPerfLockHandleTimed);
322 LOGD("X")
    [all...]
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 25 #define LOGD ALOGD
39 #define LOGD(...) LOG("D", __VA_ARGS__)
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 85 LOGD("socket_fd=%d %s", socket_fd,
127 LOGD("msg is NULL");
138 LOGD("iov_len=%llu",
150 LOGD("Got ctrl msg pointer");
155 LOGD("cmsg data=%d", *((int *) CMSG_DATA(cmsghp)));
157 LOGD("ctrl msg NULL");
190 LOGD("msg is NULL");
201 LOGD("iov_len=%llu",
274 LOGD("msg_ctrl %p len %zd", msgh.msg_control,
281 LOGD("CtrlMsg is valid")
    [all...]
mm_camera_interface.c 162 LOGD("session id:%d match idx:%d\n", session_id, cam_idx);
186 LOGD("E: camera_handler = %d ", camera_handle);
198 LOGD("X rc = %d", rc);
416 LOGD("E: camera_handler = %d ", camera_handle);
426 LOGD("ref_count=%d\n", my_obj->ref_count);
474 LOGD("E camera_handler = %d", camera_handle);
485 LOGD("X ch_id = %d", ch_id);
510 LOGD("E ch_id = %d", ch_id);
521 LOGD("X");
548 LOGD("E ch_id = %d", ch_id)
    [all...]
  /system/chre/platform/slpi/include/chre/target_platform/
log.h 33 #define LOGD(fmt, ...) FARF(MEDIUM, fmt, ##__VA_ARGS__)
  /device/google/marlin/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 70 LOGD("E");
114 LOGD("X");
125 LOGD("X");
131 LOGD("E");
149 LOGD("X");
159 LOGD("E");
166 LOGD("X");
  /packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus_capabilities.c 87 LOGD("ipp_status_get_capabilities_ifc: Enter");
102 LOGD("_init: Enter");
111 LOGD("_init(): http != NULL closing HTTP");
126 LOGD("_get_capabilities: Enter");
147 LOGD("_get_capabilities: caps->http is NULL");
159 LOGD("IPP_GET_PRINTER_ATTRIBUTES %s request:", ippOpString(op));
172 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
173 LOGD("%s received, now call parse_printerAttributes:", ippOpString(op));
183 LOGD("printer-state: null");
210 LOGD("_destroy(): enter")
    [all...]
ipphelper.c 96 LOGD("set_ipp_version(): Enter %d", use_existing_version);
114 LOGD("set_ipp_version(): Done");
119 LOGD("determine_ipp_version(): Enter printer_uri = %s", printer_uri);
128 LOGD("successfully set ipp version.");
130 LOGD("could not get ipp version using any known ipp version.");
146 LOGD("test_and_set_ipp_version(): Enter %d - %d", major, minor);
158 LOGD("test_and_set_ipp_version: response is null: ipp_status %d %s",
185 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
187 LOGD("IPP_Status of IPP_BAD_REQUEST received. retry (%d) of (%d)",
202 LOGD("test_and_set_ipp_version(): ipp version set to %d,%d"
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 45 LOGD("E");
70 LOGD("E");
83 LOGD("E");
96 LOGD("E");
110 LOGD("E");
123 LOGD("E");
137 LOGD("E");
150 LOGD("E");
164 LOGD("E");
177 LOGD("E")
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PreloadReceiver.java 27 private static final boolean LOGD = false;
45 if (LOGD) {
  /packages/services/BuiltInPrintService/jni/plugins/
pdf_render.c 49 LOGD("getPageCount %p %s", obj, fileName);
56 LOGD("getPageCount %p %s returning %d", obj, fileName, count);
61 LOGD("getPageAttributes %p %d", obj, page);
78 LOGD("renderPageStripe %p %d", obj, page);
96 LOGD("destroy %p", obj);
109 LOGD("pdf_render_init");
127 LOGD("pdf_render_deinit");
134 LOGD("create_pdf_render_ifc");
  /system/chre/util/include/chre/util/nanoapp/
log.h 60 #define LOGD(fmt, ...) chreLog(CHRE_LOG_DEBUG, LOG_TAG " " fmt, ##__VA_ARGS__)
62 #define LOGD(fmt, ...) chreLogNull(fmt, ##__VA_ARGS__)
  /system/chre/platform/linux/include/chre/target_platform/
log.h 33 #define LOGD(fmt, ...) CHRE_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__)

Completed in 1634 milliseconds

1 2 3 4 5 6 7 8 91011>>