HomeSort by relevance Sort by last modified time
    Searched refs:LOGD (Results 1 - 25 of 420) 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;
  /system/chre/core/
init.cc 49 LOGD("CHRE deinit");
  /system/chre/util/nanoapp/
debug.cc 38 LOGD("Dumping first 128 bytes of buffer @ %p, size %zu",
42 LOGD("Dumping buffer @ %p, size %zu", buffer, bufferSize);
54 LOGD(" %s\t%s", line, lineChars);
71 LOGD(" %s%s%s", line, tabs, lineChars);
  /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))
  /device/google/marlin/camera/QCamera2/util/
QCameraPerf.cpp 106 LOGD("E");
150 LOGD("X");
162 LOGD("X");
180 LOGD("E");
205 LOGD("X");
288 LOGD("E");
306 LOGD("mCurrentPowerHintEnable %d" ,mCurrentPowerHintEnable);
313 LOGD("ret %d", ret);
320 LOGD("perf_handle_acq %d ", mPerfLockHandleTimed);
323 LOGD("X")
    [all...]
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 25 #define LOGD ALOGD
39 #define LOGD(...) LOG("D", __VA_ARGS__)
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraDualFOVPP.cpp 96 LOGD("E");
105 LOGD("X");
123 LOGD("E");
128 LOGD("X");
146 LOGD("E");
150 LOGD("X");
172 LOGD("E");
180 LOGD("insert new frame index = %d", frameIndex);
208 LOGD("mainHandle = %d, is main frame = %d", mainHandle, bIsMain);
225 LOGD("X")
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 86 LOGD("socket_fd=%d %s", socket_fd,
128 LOGD("msg is NULL");
139 LOGD("iov_len=%llu",
151 LOGD("Got ctrl msg pointer");
156 LOGD("cmsg data=%d", *((int *) CMSG_DATA(cmsghp)));
158 LOGD("ctrl msg NULL");
191 LOGD("msg is NULL");
202 LOGD("iov_len=%llu",
275 LOGD("msg_ctrl %p len %zd", msgh.msg_control,
282 LOGD("CtrlMsg is valid")
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 86 LOGD("socket_fd=%d %s", socket_fd,
128 LOGD("msg is NULL");
139 LOGD("iov_len=%llu",
151 LOGD("Got ctrl msg pointer");
156 LOGD("cmsg data=%d", *((int *) CMSG_DATA(cmsghp)));
158 LOGD("ctrl msg NULL");
191 LOGD("msg is NULL");
202 LOGD("iov_len=%llu",
275 LOGD("msg_ctrl %p len %zd", msgh.msg_control,
282 LOGD("CtrlMsg is valid")
    [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
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...]
ippstatus_capabilities.c 89 LOGD("ipp_status_get_capabilities_ifc: Enter");
104 LOGD("_init: Enter");
113 LOGD("_init(): http != NULL closing HTTP");
128 LOGD("_get_capabilities: Enter");
149 LOGD("_get_capabilities: caps->http is NULL");
161 LOGD("IPP_GET_PRINTER_ATTRIBUTES %s request:", ippOpString(op));
174 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
175 LOGD("%s received, now call parse_printerAttributes:", ippOpString(op));
185 LOGD("printer-state: null");
212 LOGD("_destroy(): enter")
    [all...]
  /system/chre/platform/linux/
chre_api_re.cc 43 LOGD("%s", logBuf);
  /system/chre/util/include/chre/util/
scope_timer_impl.h 29 LOGD("ScopeTimer '%s' took %" PRIu64 "ns",
  /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");
  /hardware/qcom/camera/msm8998/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");
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3SnapshotTest.cpp 52 LOGD("\ntestcase %d %d and %d ",testcase, w, h);
56 LOGD("\n Snapshot Default stream setting read");
58 LOGD("\n Snapshot stream configured");
62 LOGD("\n Snapshot Process Capture Request Sent");
69 LOGD("Camera ID : %d",camid);
80 LOGD(" configureSnapshotStream testcase dim :%d X %d", w, h);
114 LOGD("Calling HAL3APP capture request for camid : %d", camid);
123 LOGD("\nSnapshot Requested Capture : %d and Received Capture : %d",
126 LOGD("\n Snapshot is running successfully Ending test");
128 LOGD("\n Capture Done , Recieved Frame : %d", fcount_captured)
    [all...]
QCameraHAL3RawSnapshotTest.cpp 51 LOGD("\n Raw buffer thread created for testcase : %d", testcase);
54 LOGD("\n Raw Snapshot Default stream setting read");
58 LOGD("\nRaw Snapshot stream configured");
60 LOGD("\nRaw Snapshot Process Capture Request Sent");
67 LOGD("Camera ID : %d",camid);
78 LOGD(" configureSnapshotStream testcase dim :%d X %d", w, h);
116 LOGD("Calling HAL3APP capture request for camid : %d", camid);
124 LOGD("\nRaw Requested Capture : %d and Received Capture : %d",
127 LOGD("\n Raw Snapshot is running successfully Ending test");
129 LOGD("\n Capture Done , Recieved Frame : %d", fcount_captured)
    [all...]

Completed in 229 milliseconds

1 2 3 4 5 6 7 8 91011>>