Searched refs:ALOGD (Results 1 - 25 of 170) sorted by relevance

1234567

/frameworks/rs/
H A DrsUtils.h28 #define ALOGD(...) macro
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp70 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("double
[all...]
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp92 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("MockDrmPlugi
[all...]
/frameworks/av/media/mtp/
H A DMtpObjectInfo.cpp96 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",
H A DMtpStorageInfo.cpp68 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/
H A DIMountService.cpp69 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("isUsbMassStorageEnable
[all...]
/frameworks/base/cmds/idmap/
H A Didmap.cpp136 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);
/frameworks/base/libs/hwui/
H A DDebug.h95 #define INIT_LOGD(...) ALOGD(__VA_ARGS__)
H A DExtensions.cpp44 #define EXT_LOGD(...) ALOGD(__VA_ARGS__)
129 ALOGD("%s", (const char*) glGetString(GL_VERSION));
130 ALOGD("Supported GL extensions:\n%s", (const char*) glGetString(GL_EXTENSIONS));
131 ALOGD("Supported EGL extensions:\n%s", eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS));
H A DRenderProperties.cpp129 ALOGD("%*sTranslate (left, top) %d, %d", level * 2, "", mPrimitiveFields.mLeft, mPrimitiveFields.mTop);
132 ALOGD("%*sConcatMatrix (static) %p: " SK_MATRIX_STRING,
136 ALOGD("%*sConcatMatrix (animation) %p: " SK_MATRIX_STRING,
141 ALOGD("%*sTranslate %.2f, %.2f, %.2f",
144 ALOGD("%*sConcatMatrix %p: " SK_MATRIX_STRING,
155 ALOGD("%*sSetOverrideLayerAlpha %.2f", level * 2, "", mPrimitiveFields.mAlpha);
157 ALOGD("%*sScaleAlpha %.2f", level * 2, "", mPrimitiveFields.mAlpha);
167 ALOGD("%*sSaveLayerAlpha %d, %d, %d, %d, %d, 0x%x", level * 2, "",
175 ALOGD("%*sClipRect %d, %d, %d, %d", level * 2, "",
/frameworks/base/libs/hwui/utils/
H A DTiming.h35 ALOGD("%s took %.2fms", mMethodName, elapsed / 1000.0);
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp57 ALOGD("01 passed\n");
59 ALOGD("01 failed\n");
107 ALOGD("Failed for initCheck()");
112 ALOGD("start");
117 ALOGD("stop");
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp104 ALOGD("const char* shaderSrc[] = {");
110 ALOGD(" \"%*s\"%s", len, s, comma);
112 ALOGD(" \"%s\"%s", s, comma);
115 ALOGD("};");
117 ALOGD("const GLint* shaderLength[] = {");
121 ALOGD(" \"%d\"%s", len, comma);
123 ALOGD("};");
124 ALOGD("glShaderSource(%u, %u, shaderSrc, shaderLength);",
127 ALOGD("glShaderSource(%u, %u, shaderSrc, (const GLint*) 0);",
138 ALOGD("cons
[all...]
/frameworks/base/tools/aapt/
H A DZipFile.cpp81 ALOGD("File %s does not exist", zipFileName);
99 ALOGD("fopen failed: %d\n", err);
218 ALOGD("Length is %ld -- too small\n", (long)fileLength);
225 ALOGD("Failure allocating %d bytes for EOCD search",
239 ALOGD("Failure seeking to end of zip at %ld", (long) seekStart);
246 ALOGD("short file? wanted %ld\n", readAmount);
261 ALOGD("EOCD not found, not Zip\n");
269 ALOGD("Failure reading %ld bytes of EOCD values", readAmount - i);
277 ALOGD("Archive spanning not supported\n");
297 ALOGD("Failur
[all...]
H A DZipEntry.cpp50 ALOGD("mCDE.read failed\n");
59 ALOGD("local header seek failed (%ld)\n",
66 ALOGD("mLFH.read failed\n");
84 //ALOGD("+++ has data descriptor\n");
416 ALOGD("whoops: didn't find expected signature\n");
509 ALOGD(" LocalFileHeader contents:\n");
510 ALOGD(" versToExt=%u gpBits=0x%04x compression=%u\n",
512 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
514 ALOGD(" compressedSize=%lu uncompressedSize=%lu\n",
516 ALOGD(" filenameLe
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp96 ALOGD("channel '%s' ~ Initializing input event receiver.", getInputChannelName());
112 ALOGD("channel '%s' ~ Disposing input event receiver.", getInputChannelName());
120 ALOGD("channel '%s' ~ Finished input event.", getInputChannelName());
127 ALOGD("channel '%s' ~ Could not send finished signal immediately. "
163 ALOGD("channel '%s' ~ Publisher closed input channel or an error occurred. "
185 ALOGD("channel '%s' ~ Sent %u queued finish events; %u left.",
204 ALOGD("channel '%s' ~ Sent %u queued finish events; none left.",
220 ALOGD("channel '%s' ~ Consuming input events, consumeBatches=%s, frameTime=%lld.",
254 ALOGD("channel '%s' ~ Dispatching batched input event pending notification.",
286 ALOGD("channe
[all...]
/frameworks/native/libs/input/
H A DVelocityControl.cpp56 ALOGD("VelocityControl: stopped, last movement was %0.3fms ago",
87 ALOGD("VelocityControl(%0.3f, %0.3f, %0.3f, %0.3f): "
95 ALOGD("VelocityControl(%0.3f, %0.3f, %0.3f, %0.3f): unknown velocity",
H A DInputDevice.cpp94 ALOGD("Probing for system provided input device configuration file: path='%s'", path.string());
98 ALOGD("Found");
109 ALOGD("Probing for system user input device configuration file: path='%s'", path.string());
113 ALOGD("Found");
120 ALOGD("Probe failed to find input device configuration file: name='%s', type=%d",
H A DInputTransport.cpp102 ALOGD("Input channel constructed: name='%s', fd=%d",
113 ALOGD("Input channel destroyed: name='%s', fd=%d",
158 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.string(),
172 ALOGD("channel '%s' ~ error sending message type %d, send was incomplete",
179 ALOGD("channel '%s' ~ sent message of type %d", mName.string(), msg->header.type);
193 ALOGD("channel '%s' ~ receive message failed, errno=%d", mName.string(), errno);
206 ALOGD("channel '%s' ~ receive message failed because peer was closed", mName.string());
213 ALOGD("channel '%s' ~ received invalid message", mName.string());
219 ALOGD("channel '%s' ~ received message of type %d", mName.string(), msg->header.type);
252 ALOGD("channe
[all...]
H A DKeyLayoutMap.cpp72 ALOGD("Parsed key layout map file '%s' %d lines in %0.3fms.",
90 ALOGD("mapKey: scanCode=%d, usageCode=0x%08x ~ Failed.", scanCode, usageCode);
101 ALOGD("mapKey: scanCode=%d, usageCode=0x%08x ~ Result keyCode=%d, outFlags=0x%08x.",
137 ALOGD("mapAxis: scanCode=%d ~ Failed.", scanCode);
145 ALOGD("mapAxis: scanCode=%d ~ Result mode=%d, axis=%d, highAxis=%d, "
160 ALOGD("findScanCodeForLed: ledCode=%d, scanCode=%d.", ledCode, *outScanCode);
166 ALOGD("findScanCodeForLed: ledCode=%d ~ Not found.", ledCode);
177 ALOGD("findUsageForLed: ledCode=%d, usage=%x.", ledCode, *outUsageCode);
183 ALOGD("findUsageForLed: ledCode=%d ~ Not found.", ledCode);
201 ALOGD("Parsin
[all...]
H A DVirtualKeyMap.cpp69 ALOGD("Parsed key character map file '%s' %d lines in %0.3fms.",
97 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
126 ALOGD("Parsed virtual key: scanCode=%d, centerX=%d, centerY=%d, "
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp39 ALOGD("insertBlock: this, x, y, w, h = %p, %d, %d, %d, %d",
83 ALOGD("removeBlock: this, x, y, w, h = %p, %d, %d, %d, %d",
239 ALOGD("fitBitmap: texture format %x is inappropriate for monochromatic glyphs",
248 ALOGD("fitBitmap: texture format %x is inappropriate for colour glyphs", mFormat);
255 ALOGD("fitBitmap: unknown glyph format %x encountered", glyph.fMaskFormat);
302 ALOGD("fitBitmap: Created new block: this, x, y, w, h = %p, %d, %d, %d, %d",
313 ALOGD("fitBitmap: Added to existing block: this, x, y, w, h = %p, %d, %d, %d, %d",
331 ALOGD("fitBitmap: current block list:");
340 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp69 ALOGD("Cache %s is dirty due to the source it depends on has been changed:",
71 ALOGD("expected: %s", stringFromSourceHash(expectedSourceHash).c_str());
72 ALOGD("cached : %s", stringFromSourceHash(mSourceHash).c_str());
76 ALOGD("Cache %s is dirty because the command line used to compile it has changed:",
78 ALOGD("expected: %s", expectedCompileCommandLine);
79 ALOGD("cached : %s", mCompileCommandLine);
83 ALOGD("Cache %s is dirty because the build fingerprint has changed:", pInputFilename);
84 ALOGD("expected: %s", expectedBuildFingerprint);
85 ALOGD("cached : %s", mBuildFingerprint);
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp46 ALOGD("doCommand: %s", command.c_str());
171 // ALOGD("creating scan result");
179 // ALOGD("setting SSID to %s", result.ssid);
202 ALOGD("Did set static halHandle = %p", halHandle);
206 ALOGD("halHandle = %p, mVM = %p, mCls = %p", halHandle, mVM, mCls);
214 ALOGD("In wifi cleaned up handler");
224 ALOGD("In wifi stop Hal");
231 ALOGD("waitForHalEvents called, vm = %p, obj = %p, env = %p", mVM, mCls, env);
296 ALOGD("onScanResultsAvailable called, vm = %p, obj = %p, env = %p", mVM, mCls, env);
305 ALOGD("onScanStatu
[all...]
/frameworks/base/libs/androidfw/
H A DBackupData.cpp116 ALOGD("Writing header: prefix='%s' key='%s' dataSize=%zu", m_keyPrefix.string(),
155 if (DEBUG) ALOGD("Writing data: size=%lu", (unsigned long) size);
159 ALOGD("Not writing data - stream in error state %d (%s)", m_status, strerror(m_status));
170 if (DEBUG) ALOGD("write returned error %d (%s)", m_status, strerror(m_status));
213 ALOGD("CHECK_SIZE(a=%ld e=%ld) failed at line %d m_status='%s'", \
223 ALOGD("SKIP_PADDING FAILED at line %d", __LINE__); \
266 ALOGD("Entity header at %d has keyLen<=0: 0x%08x\n", (int)m_pos,
290 ALOGD("Chunk header at %d has invalid type: 0x%08x",
345 //ALOGD("ReadEntityData size=%d m_pos=0x%x m_dataEndPos=0x%x remaining=%d\n",
353 //ALOGD(" readin
[all...]

Completed in 4614 milliseconds

1234567