HomeSort by relevance Sort by last modified time
    Searched defs:ALOGD (Results 1 - 15 of 15) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/include/
OverrideLog.h 30 //Override Android's ALOGD macro by adding a boolean expression.
31 #define ALOGD(...) ((void)ALOGD_IF(appl_trace_level>=BT_TRACE_LEVEL_DEBUG, __VA_ARGS__))
  /external/libnfc-nci/src/include/
OverrideLog.h 30 //Override Android's ALOGD macro by adding a boolean expression.
31 #define ALOGD(...) ((void)ALOGD_IF(appl_trace_level>=BT_TRACE_LEVEL_DEBUG, __VA_ARGS__))
  /frameworks/rs/
rsUtils.h 28 #define ALOGD(...)
rsCppUtils.h 52 #define ALOGD(...) \
  /libnativehelper/
ALog-priv.h 50 #ifndef ALOGD
51 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /system/core/libcutils/
loghack.h 31 #define ALOGD(...) ALOG("D", __VA_ARGS__)
  /system/core/libnetutils/
packet.c 34 #define ALOGD printf
182 ALOGD("Packet is too small (%d) to be a UDP datagram", nread);
186 ALOGD("Not a valid IP packet");
190 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len));
194 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol);
198 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest));
ifc_utils.c 49 #define ALOGD printf
684 ALOGD("failed to remove route for %s to %s: %s",
750 ALOGD("failed to add %s as default route for %s: %s",
771 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno));
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 30 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
52 ALOGD("speculative terminate");
174 ALOGD("iteration %d\n", mIteration);
195 ALOGD("Test ending, signaling main thread");
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 664 #ifndef ALOGD
665 #define ALOGD LOGD
676 ALOGD("%s", msg);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 664 #ifndef ALOGD
665 #define ALOGD LOGD
676 ALOGD("%s", msg);
  /system/core/include/log/
log.h 100 #ifndef ALOGD
101 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 56 #ifdef ALOGD
57 #undef ALOGD
58 #define ALOGD(...) do { __null_log(0, LOG_TAG,__VA_ARGS__); } while (0)
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 56 #ifdef ALOGD
57 #undef ALOGD
58 #define ALOGD(...) do { __null_log(0, LOG_TAG,__VA_ARGS__); } while (0)
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 43 #define ALOGD(...) fprintf(stderr, __VA_ARGS__)
673 ALOGD("Voice acdb: rx id %d tx id %d",
794 ALOGD("Set mixer controls for %s enable %d", use_case, enable);
    [all...]

Completed in 422 milliseconds