HomeSort by relevance Sort by last modified time
    Searched defs:ALOGD (Results 1 - 9 of 9) 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 49 #define ALOGD(...) \
  /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));
  /system/core/include/cutils/
log.h 100 #ifndef ALOGD
101 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /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 176 milliseconds