/frameworks/rs/ |
rsUtils.h | 28 #define ALOGD(...)
|
/system/netd/ |
ResolverController.cpp | 32 ALOGD("setDefaultInterface iface = %s\n", iface); 43 ALOGD("setInterfaceDnsServers iface = %s\n", iface); 52 ALOGD("setInterfaceAddress iface = %s\n", iface); 62 ALOGD("flushDefaultDnsCache\n"); 72 ALOGD("flushInterfaceDnsCache iface = %s\n", iface); 82 ALOGD("setDnsIfaceForPid iface = %s, pid = %d\n", iface, pid); 92 ALOGD("clearDnsIfaceForPid pid = %d\n", pid); 102 ALOGD("setDnsIfaceForUidRange iface = %s, range = [%d,%d]\n", iface, uid_start, uid_end); 111 ALOGD("clearDnsIfaceForUidRange iface = %s range = [%d,%d]\n", iface, uid_start, uid_end); 120 ALOGD("clearInterfaceMappings\n") [all...] |
/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__))
|
/packages/apps/Nfc/nci/jni/ |
Pn544Interop.cpp | 64 ALOGD ("%s: enter", __FUNCTION__); 72 ALOGD ("%s: exit", __FUNCTION__); 88 ALOGD ("%s: enter", __FUNCTION__); 94 ALOGD ("%s: abort now", __FUNCTION__); 101 ALOGD ("%s: start polling", __FUNCTION__); 107 ALOGD ("%s: try again later", __FUNCTION__); 113 ALOGD ("%s: exit", __FUNCTION__); 132 ALOGD ("%s: %u", __FUNCTION__, isBusy); 148 ALOGD ("%s", __FUNCTION__);
|
NativeP2pDevice.cpp | 30 ALOGD ("%s", __FUNCTION__); 37 ALOGD ("%s", __FUNCTION__); 44 ALOGD ("%s", __FUNCTION__); 51 ALOGD ("%s", __FUNCTION__); 58 ALOGD ("%s", __FUNCTION__);
|
RoutingManager.cpp | 46 ALOGD ("%s: try ee register", fn); 62 ALOGD("%s: default route is 0x%02X", fn, mDefaultEe); 115 ALOGD ("%s: enter", fn); 119 ALOGD ("%s: routed AID", fn); 131 ALOGD ("%s: enter", fn); 135 ALOGD ("%s: removed AID", fn); 230 ALOGD("%s: event=0x%X", fn, event); 238 ALOGD("%s: NFA_CE_REGISTERED_EVT; status=0x%X; h=0x%X", fn, ce_registered.status, ce_registered.handle); 245 ALOGD("%s: NFA_CE_DEREGISTERED_EVT; h=0x%X", fn, ce_deregistered.handle); 263 ALOGD("%s: NFA_CE_DATA_EVT; h=0x%X; data len=%u", fn, ce_data.handle, ce_data.len) [all...] |
NativeNfcManager.cpp | 226 ALOGD("%s: event= %u", __FUNCTION__, connEvent); 232 ALOGD("%s: NFA_POLL_ENABLED_EVT: status = %u", __FUNCTION__, eventData->status); 241 ALOGD("%s: NFA_POLL_DISABLED_EVT: status = %u", __FUNCTION__, eventData->status); 250 ALOGD("%s: NFA_RF_DISCOVERY_STARTED_EVT: status = %u", __FUNCTION__, eventData->status); 259 ALOGD("%s: NFA_RF_DISCOVERY_STOPPED_EVT: status = %u", __FUNCTION__, eventData->status); 268 ALOGD("%s: NFA_DISC_RESULT_EVT: status = %d", __FUNCTION__, status); 281 ALOGD("%s: NFA_SELECT_RESULT_EVT: status = %d, gIsSelectingRfInterface = %d, sIsDisabling=%d", __FUNCTION__, eventData->status, gIsSelectingRfInterface, sIsDisabling); 299 ALOGD("%s: NFA_DEACTIVATE_FAIL_EVT: status = %d", __FUNCTION__, eventData->status); 303 ALOGD("%s: NFA_ACTIVATED_EVT: gIsSelectingRfInterface=%d, sIsDisabling=%d", __FUNCTION__, gIsSelectingRfInterface, sIsDisabling); 321 ALOGD("%s: ignoring peer target in reader mode.", __FUNCTION__) [all...] |
NativeNfcTag.cpp | 132 ALOGD ("%s", __FUNCTION__); 166 ALOGD ("%s", __FUNCTION__); 184 ALOGD ("%s: status=0x%X; is reading=%u", __FUNCTION__, status, sIsReadingNdefMessage); 214 ALOGD ("%s: event=%u, eventData=%p", __FUNCTION__, event, eventData); 221 ALOGD ("%s: NFA_NDEF_REGISTER_EVT; status=0x%X; h=0x%X", __FUNCTION__, ndef_reg.status, ndef_reg.ndef_type_handle); 228 ALOGD ("%s: NFA_NDEF_DATA_EVT; data_len = %lu", __FUNCTION__, eventData->ndef_data.len); 255 ALOGD ("%s: enter", __FUNCTION__); 278 ALOGD ("%s: read %u bytes", __FUNCTION__, sReadDataLen); 285 ALOGD ("%s: create emtpy buffer", __FUNCTION__); 299 ALOGD ("%s: exit", __FUNCTION__) [all...] |
NativeSecureElement.cpp | 51 ALOGD("%s: enter", __FUNCTION__); 57 ALOGD("Denying SE open due to SE listen mode active"); 63 ALOGD("Denying SE open due to SE in active RF field"); 98 ALOGD("%s: exit; return handle=0x%X", __FUNCTION__, secElemHandle); 117 ALOGD("%s: enter; handle=0x%04x", __FUNCTION__, handle); 131 ALOGD("%s: exit", __FUNCTION__); 157 ALOGD("%s: enter; handle=0x%X; buf len=%zu", __FUNCTION__, handle, bytes.size()); 167 ALOGD("%s: exit: recv len=%ld", __FUNCTION__, recvBufferActualSize);
|
SecureElement.cpp | 134 ALOGD ("SecureElement::setActiveSeOverride, seid=0x%X", activeSeOverride); 155 ALOGD ("%s: enter", fn); 159 ALOGD ("%s: Default destination gate: 0x%X", fn, mDestinationGate); 165 ALOGD ("%s: Active SE override: 0x%X", fn, mActiveSeOverride); 194 ALOGD ("%s: No SE; No need to initialize SecureElement", fn); 207 ALOGD ("%s: Found HCI network, try hci register", fn); 225 ALOGD ("%s: exit", fn); 242 ALOGD ("%s: enter", fn); 258 ALOGD ("%s: exit", fn); 274 ALOGD ("%s: enter; mbNewEE=%d, mActualNumEe=%d", fn, mbNewEE, mActualNumEe) [all...] |
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
HalAdaptation.cpp | 68 ALOGD ("%s: enter", __FUNCTION__); 81 ALOGD ("%s: preserve HAL NV store", __FUNCTION__); 159 ALOGD ("%s: uart config=0x%04x, %d\n", __func__, cfg.fmt, cfg.baud); 177 ALOGD ("%s: exit %d", __FUNCTION__, retval); 185 ALOGD ("%s: enter", __FUNCTION__); 192 ALOGD ("%s: exit %d", __FUNCTION__, retval); 199 ALOGD ("%s: enter", __FUNCTION__); 210 ALOGD ("%s: exit %d", __FUNCTION__, retval); 217 ALOGD ("%s: enter; event=0x%X", __FUNCTION__, event); 222 ALOGD ("%s: HAL_NFC_OPEN_CPLT_EVT; status=0x%X", __FUNCTION__, status) [all...] |
patchram.cpp | 156 ALOGD("%s: config=%s", __FUNCTION__, pConfigName); 160 ALOGD("%s No patchfile defined\n", __FUNCTION__); 166 ALOGD("%s found patchfile %s\n", __FUNCTION__, pBuffer); 170 ALOGD("%s Cannot find patchfile '%s'\n", __FUNCTION__, pConfigName); 185 ALOGD("%s: status=%u", __FUNCTION__, status); 205 ALOGD("%s: status=%i", __FUNCTION__, status); 223 ALOGD("%s: re-init; don't download firmware", __FUNCTION__); 247 ALOGD("%s: Not using Snooze Mode", __FUNCTION__); 264 ALOGD("%s: event=0x%x", __FUNCTION__, event); 280 ALOGD("%s: invalid patch...skipping patch download", __FUNCTION__) [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeStubs.cpp | 67 ALOGD("float %s %f, 0x%08x", s, f, *((int *) (&f))); 70 ALOGD("float x2 %s {%f, %f}", s, f1, f2); 73 ALOGD("float x3 %s {%f, %f, %f}", s, f1, f2, f3); 76 ALOGD("float x4 %s {%f, %f, %f, %f}", s, f1, f2, f3, f4); 79 ALOGD("float2 %s {%f, %f}", s, f->x, f->y); 82 ALOGD("float3 %s {%f, %f, %f}", s, f->x, f->y, f->z); 85 ALOGD("float4 %s {%f, %f, %f, %f}", s, f->x, f->y, f->z, f->w); 88 ALOGD("double %s %f, 0x%08llx", s, d, *((long long *) (&d))); 91 ALOGD("matrix4x4 %s {%f, %f, %f, %f", s, f[0], f[4], f[8], f[12]); 92 ALOGD(" %s %f, %f, %f, %f", s, f[1], f[5], f[9], f[13]) [all...] |
/dalvik/vm/compiler/codegen/mips/ |
ArchUtility.cpp | 207 ALOGD("%s: %s", prefix, buf); 230 ALOGD("-------- end of chaining cells (0x%04x)", offset); 233 ALOGD("-------- BARRIER"); 238 DUMP_SSA_REP(ALOGD("-------- %s", (char *) dest)); 241 ALOGD("L%p:", lir); 242 ALOGD("-------- chaining cell (backward branch): 0x%04x", dest); 245 ALOGD("L%p:", lir); 246 ALOGD("-------- chaining cell (normal): 0x%04x", dest); 249 ALOGD("L%p:", lir); 250 ALOGD("-------- chaining cell (hot): 0x%04x", dest) [all...] |
/cts/tests/tests/net/jni/ |
NativeDnsJni.c | 35 ALOGD("getaddrinfo(www.google.com) gave res=%d (%s)", res, gai_strerror(res)); 49 ALOGD(" %s", buf); 54 ALOGD(" %s", buf); 62 ALOGD("getaddrinfo(www.google.com) didn't find either v4 or v6 address"); 69 ALOGD("getaddrinfo(ipv6.google.com) gave res=%d", res); 81 ALOGD(" %s", buf); 86 ALOGD(" %s", buf); 95 ALOGD("getaddrinfo(ipv6.google.com) didn't find only v6"); 118 ALOGD("getnameinfo(%s (GoogleDNS) ) gave error %d (%s)", GoogleDNSIpV4Address, res, 123 ALOGD("getnameinfo(%s (GoogleDNS) ) didn't return google.com: %s" [all...] |
/external/libnfc-nci/src/adaptation/ |
NfcAdaptation.cpp | 110 ALOGD("%s: enter", func); 128 ALOGD("%s: Overriding NFA_EE_MAX_EE_SUPPORTED to use %d", func, nfa_ee_max_ee_cfg); 136 ALOGD ("%s: preserve stack NV store", __FUNCTION__); 155 ALOGD ("%s: exit", func); 172 ALOGD ("%s: enter", func); 182 ALOGD ("%s: exit", func); 212 ALOGD ("%s: enter", func); 214 ALOGD ("%s: exit", func); 230 ALOGD ("%s: enter", func); 242 ALOGD ("%s: exit", func) [all...] |
/dalvik/vm/compiler/codegen/arm/ |
ArchUtility.cpp | 284 ALOGD("%s: %s", prefix, buf); 307 ALOGD("-------- end of chaining cells (0x%04x)", offset); 310 ALOGD("-------- BARRIER"); 313 ALOGD("-------- %s", (char *) dest); 319 ALOGD("L%p:", lir); 320 ALOGD("-------- chaining cell (backward branch): 0x%04x", dest); 323 ALOGD("L%p:", lir); 324 ALOGD("-------- chaining cell (normal): 0x%04x", dest); 327 ALOGD("L%p:", lir); 328 ALOGD("-------- chaining cell (hot): 0x%04x", dest) [all...] |
/frameworks/av/media/mtp/ |
MtpObjectInfo.cpp | 94 ALOGD("MtpObject Info %08X: %s\n", mHandle, mName); 95 ALOGD(" mStorageID: %08X mFormat: %04X mProtectionStatus: %d\n", 97 ALOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n", 99 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight); 100 ALOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n", 102 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n", 104 ALOGD(" mSequenceNumber: %d mDateCreated: %ld mDateModified: %ld mKeywords: %s\n",
|
MtpStorageInfo.cpp | 64 ALOGD("Storage Info %08X:\n\tmStorageType: %d\n\tmFileSystemType: %d\n\tmAccessCapability: %d\n", 66 ALOGD("\tmMaxCapacity: %lld\n\tmFreeSpaceBytes: %lld\n\tmFreeSpaceObjects: %d\n", 68 ALOGD("\tmStorageDescription: %s\n\tmVolumeIdentifier: %s\n",
|
/frameworks/base/libs/storage/ |
IMountService.cpp | 69 ALOGD("registerListener could not contact remote\n"); 74 ALOGD("registerListener caught exception %d\n", err); 85 ALOGD("unregisterListener could not contact remote\n"); 90 ALOGD("unregisterListener caught exception %d\n", err); 100 ALOGD("isUsbMassStorageConnected could not contact remote\n"); 105 ALOGD("isUsbMassStorageConnected caught exception %d\n", err); 117 ALOGD("setUsbMassStorageEnabled could not contact remote\n"); 122 ALOGD("setUsbMassStorageEnabled caught exception %d\n", err); 132 ALOGD("isUsbMassStorageEnabled could not contact remote\n"); 137 ALOGD("isUsbMassStorageEnabled caught exception %d\n", err) [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_test.c | 106 ALOGD("%s: conn_id=%d, connected=%d", __FUNCTION__, conn_id, connected); 113 ALOGD ("%s: op_code=0x%02x, conn_id=0x%x. status=0x%x", 130 ALOGD ("%s: Unknown op_code (0x%02x)", __FUNCTION__, op); 141 ALOGD("------ GATT Discovery result %-22s -------", disc_name[disc_type]); 142 ALOGD(" Attribute handle: 0x%04x (%d)", p_data->handle, p_data->handle); 145 ALOGD(" Attribute type: %s", format_uuid(p_data->type, str_buf)); 151 ALOGD(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", 154 ALOGD(" Service UUID: %s", 159 ALOGD(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", 165 ALOGD(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)" [all...] |
/frameworks/av/drm/mediadrm/plugins/mock/ |
MockDrmCryptoPlugin.cpp | 92 ALOGD("MockDrmPlugin::openSession() -> %s", vectorToString(sessionId).string()); 99 ALOGD("MockDrmPlugin::closeSession(%s)", vectorToString(sessionId).string()); 102 ALOGD("Invalid sessionId"); 117 ALOGD("MockDrmPlugin::getKeyRequest(sessionId=%s, initData=%s, mimeType=%s" 124 ALOGD("Invalid sessionId"); 155 ALOGD("Missing 'mock-request' parameter for mock"); 163 ALOGD("Missing 'mock-defaultUrl' parameter for mock"); 176 ALOGD("MockDrmPlugin::provideKeyResponse(sessionId=%s, response=%s)", 180 ALOGD("Invalid sessionId"); 205 ALOGD("MockDrmPlugin::removeKeys(keySetId=%s)" [all...] |
/hardware/ti/omap4xxx/libtiutils/ |
DebugUtils.h | 25 #define DBGUTILS_LOGDA(str) ALOGD("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__); 26 #define DBGUTILS_LOGDB(str, ...) ALOGD("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
|
/libnativehelper/ |
ALog-priv.h | 50 #ifndef ALOGD 51 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
|