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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/
rsUtils.h 28 #define ALOGD(...)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsUtils.h 28 #define ALOGD(...)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsUtils.h 28 #define ALOGD(...)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsUtils.h 28 #define ALOGD(...)
  /system/netd/server/
ResolverController.cpp 34 ALOGD("setDnsServers netId = %u\n", netId);
44 ALOGD("clearDnsServers netId = %u\n", netId);
51 ALOGD("flushDnsCache netId = %u\n", netId);
  /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 62 ALOGD ("%s: enter", __FUNCTION__);
70 ALOGD ("%s: exit", __FUNCTION__);
86 ALOGD ("%s: enter", __FUNCTION__);
92 ALOGD ("%s: abort now", __FUNCTION__);
99 ALOGD ("%s: start polling", __FUNCTION__);
105 ALOGD ("%s: try again later", __FUNCTION__);
111 ALOGD ("%s: exit", __FUNCTION__);
130 ALOGD ("%s: %u", __FUNCTION__, isBusy);
146 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 62 ALOGD("%s: default route is 0x%02X", fn, mDefaultEe);
76 ALOGD("%s: mOffHostEe=0x%02X", fn, mOffHostEe);
96 ALOGD ("%s: try ee register", fn);
120 ALOGD ("%s EE[%u] Handle: 0x%04x techA: 0x%02x techB: 0x%02x techF: 0x%02x techBprime: 0x%02x",
132 ALOGD("Configuring tech mask 0x%02x on EE 0x%04x", mSeTechMask, mEeInfo.ee_disc_info[i].ee_handle);
219 ALOGD ("%s: enter", fn);
223 ALOGD ("%s: routed AID", fn);
235 ALOGD ("%s: enter", fn);
239 ALOGD ("%s: removed AID", fn);
252 ALOGD ("%s", fn)
    [all...]
NativeNfcTag.cpp 132 ALOGD ("%s", __FUNCTION__);
171 ALOGD ("%s: status=0x%X; is reading=%u", __FUNCTION__, status, sIsReadingNdefMessage);
201 ALOGD ("%s: event=%u, eventData=%p", __FUNCTION__, event, eventData);
208 ALOGD ("%s: NFA_NDEF_REGISTER_EVT; status=0x%X; h=0x%X", __FUNCTION__, ndef_reg.status, ndef_reg.ndef_type_handle);
215 ALOGD ("%s: NFA_NDEF_DATA_EVT; data_len = %lu", __FUNCTION__, eventData->ndef_data.len);
242 ALOGD ("%s: enter", __FUNCTION__);
265 ALOGD ("%s: read %u bytes", __FUNCTION__, sReadDataLen);
272 ALOGD ("%s: create empty buffer", __FUNCTION__);
286 ALOGD ("%s: exit", __FUNCTION__);
354 ALOGD ("%s: enter; len = %zu", __FUNCTION__, bytes.size())
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 70 ALOGD("float %s %f, 0x%08x", s, f, *((int *) (&f)));
73 ALOGD("float x2 %s {%f, %f}", s, f1, f2);
76 ALOGD("float x3 %s {%f, %f, %f}", s, f1, f2, f3);
79 ALOGD("float x4 %s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
82 ALOGD("float2 %s {%f, %f}", s, f->x, f->y);
85 ALOGD("float3 %s {%f, %f, %f}", s, f->x, f->y, f->z);
88 ALOGD("float4 %s {%f, %f, %f, %f}", s, f->x, f->y, f->z, f->w);
91 ALOGD("double %s %f, 0x%08llx", s, d, *((long long *) (&d)));
94 ALOGD("double2 %s {%f, %f}", s, f->x, f->y);
97 ALOGD("double3 %s {%f, %f, %f}", s, f->x, f->y, f->z)
    [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/conscrypt/src/compat/native/
log_compat.h 1 #define ALOGD(...) \
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 116 ALOGD("%s: enter", func);
126 ALOGD("%s: logging protocol in raw format", func);
142 ALOGD("%s: Overriding NFA_EE_MAX_EE_SUPPORTED to use %d", func, nfa_ee_max_ee_cfg);
161 ALOGD ("%s: preserve stack NV store", __FUNCTION__);
180 ALOGD ("%s: exit", func);
197 ALOGD ("%s: enter", func);
207 ALOGD ("%s: exit", func);
237 ALOGD ("%s: enter", func);
239 ALOGD ("%s: exit", func);
255 ALOGD ("%s: enter", func)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 84 ALOGD ("%s: enter", __FUNCTION__);
108 ALOGD ("%s: preserve HAL NV store", __FUNCTION__);
195 ALOGD ("%s: uart config=0x%04x, %d\n", __func__, cfg.fmt, cfg.baud);
222 ALOGD ("%s: exit %d", __FUNCTION__, retval);
230 ALOGD ("%s: enter", __FUNCTION__);
238 ALOGD ("%s: exit %d", __FUNCTION__, retval);
245 ALOGD ("%s: enter", __FUNCTION__);
256 ALOGD ("%s: exit %d", __FUNCTION__, retval);
263 ALOGD ("%s: enter; event=0x%X", __FUNCTION__, event);
268 ALOGD ("%s: HAL_NFC_OPEN_CPLT_EVT; status=0x%X", __FUNCTION__, status)
    [all...]
patchram.cpp 159 ALOGD("%s: config=%s", __FUNCTION__, pConfigName);
163 ALOGD("%s No patchfile defined\n", __FUNCTION__);
169 ALOGD("%s found patchfile %s\n", __FUNCTION__, pBuffer);
173 ALOGD("%s Cannot find patchfile '%s'\n", __FUNCTION__, pConfigName);
188 ALOGD("%s: status=%u", __FUNCTION__, status);
208 ALOGD("%s: status=%i", __FUNCTION__, status);
226 ALOGD("%s: re-init; don't download firmware", __FUNCTION__);
250 ALOGD("%s: Not using Snooze Mode", __FUNCTION__);
267 ALOGD("%s: event=0x%x", __FUNCTION__, event);
283 ALOGD("%s: invalid patch...skipping patch download", __FUNCTION__)
    [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...]
  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 96 ALOGD("MtpObject Info %08X: %s\n", mHandle, mName);
97 ALOGD(" mStorageID: %08X mFormat: %04X mProtectionStatus: %d\n",
99 ALOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n",
101 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight);
102 ALOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n",
104 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
106 ALOGD(" mSequenceNumber: %d mDateCreated: %ld mDateModified: %ld mKeywords: %s\n",
MtpStorageInfo.cpp 68 ALOGD("Storage Info %08X:\n\tmStorageType: %d\n\tmFileSystemType: %d\n\tmAccessCapability: %d\n",
70 ALOGD("\tmMaxCapacity: %" PRIu64 "\n\tmFreeSpaceBytes: %" PRIu64 "\n\tmFreeSpaceObjects: %d\n",
72 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 111 ALOGD("%s: conn_id=%d, connected=%d", __FUNCTION__, conn_id, connected);
118 ALOGD ("%s: op_code=0x%02x, conn_id=0x%x. status=0x%x",
135 ALOGD ("%s: Unknown op_code (0x%02x)", __FUNCTION__, op);
147 ALOGD("------ GATT Discovery result %-22s -------", disc_name[disc_type]);
148 ALOGD(" Attribute handle: 0x%04x (%d)", p_data->handle, p_data->handle);
151 ALOGD(" Attribute type: %s", format_uuid(p_data->type, str_buf));
157 ALOGD(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)",
160 ALOGD(" Service UUID: %s",
165 ALOGD(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)",
171 ALOGD(" Handle range: 0x%04x ~ 0x%04x (%d ~ %d)"
    [all...]
  /frameworks/base/cmds/idmap/
idmap.cpp 136 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
141 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno));
157 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
162 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno));
178 ALOGD("error: no read access to %s: %s\n", overlay_dir, strerror(errno));
183 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
188 ALOGD("error: no write access to %s: %s\n", idmap_dir, strerror(errno));
199 ALOGD("error: failed to read idmap %s: %s\n", idmap_path, strerror(errno));
216 ALOGD("%s:%d: uid=%d gid=%d argv=%s\n", __FILE__, __LINE__, getuid(), getgid(), buf);
  /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__))

Completed in 538 milliseconds

1 2 3 4 5 6 7 8 91011>>