Searched refs:ALOGD (Results 26 - 50 of 195) sorted by relevance

12345678

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp127 ALOGD("%*sTranslate (left, top) %d, %d", level * 2, "", mPrimitiveFields.mLeft, mPrimitiveFields.mTop);
130 ALOGD("%*sConcatMatrix (static) %p: " SK_MATRIX_STRING,
134 ALOGD("%*sConcatMatrix (animation) %p: " SK_MATRIX_STRING,
139 ALOGD("%*sTranslate %.2f, %.2f, %.2f",
142 ALOGD("%*sConcatMatrix %p: " SK_MATRIX_STRING,
157 ALOGD("%*sScaleAlpha %.2f", level * 2, "", mPrimitiveFields.mAlpha);
165 ALOGD("%*sSaveLayerAlpha %d, %d, %d, %d, %d, 0x%x", level * 2, "",
177 ALOGD("%*sClipRect %d, %d, %d, %d", level * 2, "",
H A DResourceCache.cpp34 ALOGD("ResourceCache: cacheReport:");
37 ALOGD(" ResourceCache: mCache(%zu): resource, ref = 0x%p, 0x%p",
39 ALOGD(" ResourceCache: mCache(%zu): refCount, destroyed, type = %d, %d, %d",
H A DShadowTessellator.cpp55 ALOGD("Ambient shadow is out of clip rect!");
80 ALOGD("light center %f %f %f",
101 ALOGD("Spot shadow is out of clip rect!");
111 ALOGD("Spot shadow generation failed %d", shadowVertexBuffer.getVertexCount());
H A DVector.h110 ALOGD("Vector2[%.2f, %.2f]", x, y);
139 ALOGD("Vector3[%.2f, %.2f, %.2f]", x, y, z);
/frameworks/native/libs/input/
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/core/jni/
H A Dandroid_app_NativeActivity.cpp85 ALOGD("write_work: cmd=%d", cmd);
217 ALOGD("mainWorkCallback: cmd=%d", work.cmd);
262 ALOGD("loadNativeCode_native");
373 ALOGD("unloadNativeCode_native");
385 ALOGD("onStart_native");
399 ALOGD("onResume_native");
413 ALOGD("onSaveInstanceState_native");
442 ALOGD("onPause_native");
456 ALOGD("onStop_native");
470 ALOGD("onConfigurationChanged_nativ
[all...]
H A Dandroid_view_InputEventSender.cpp87 ALOGD("channel '%s' ~ Initializing input event sender.", getInputChannelName());
104 ALOGD("channel '%s' ~ Disposing input event sender.", getInputChannelName());
112 ALOGD("channel '%s' ~ Sending key event, seq=%u.", getInputChannelName(), seq);
131 ALOGD("channel '%s' ~ Sending motion event, seq=%u.", getInputChannelName(), seq);
162 ALOGD("channel '%s' ~ Consumer closed input channel or an error occurred. "
183 ALOGD("channel '%s' ~ Receiving finished signals.", getInputChannelName());
207 ALOGD("channel '%s' ~ Received finished signal, seq=%u, handled=%s, "
H A Dandroid_backup_BackupHelperDispatcher.cpp89 ALOGD("chunk header:");
90 ALOGD(" headerSize=%d", flattenedHeader.headerSize);
91 ALOGD(" version=0x%08x", flattenedHeader.version);
92 ALOGD(" dataSize=%d", flattenedHeader.dataSize);
93 ALOGD(" nameLength=%d", flattenedHeader.nameLength);
/frameworks/base/tools/aapt/
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");
398 ALOGD("whoops: didn't find expected signature\n");
491 ALOGD(" LocalFileHeader contents:\n");
492 ALOGD(" versToExt=%u gpBits=0x%04x compression=%u\n",
494 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
496 ALOGD(" compressedSize=%lu uncompressedSize=%lu\n",
498 ALOGD(" filenameLe
[all...]
/frameworks/base/tools/aapt2/
H A DZipEntry.cpp52 ALOGD("mCDE.read failed\n");
61 ALOGD("local header seek failed (%ld)\n",
68 ALOGD("mLFH.read failed\n");
86 //ALOGD("+++ has data descriptor\n");
406 ALOGD("whoops: didn't find expected signature\n");
499 ALOGD(" LocalFileHeader contents:\n");
500 ALOGD(" versToExt=%u gpBits=0x%04x compression=%u\n",
502 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
504 ALOGD(" compressedSize=%lu uncompressedSize=%lu\n",
506 ALOGD(" filenameLe
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DActivityManager.cpp52 ALOGD("openContentUri(%s) caught exception %d\n",
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h148 ALOGD("Could not open file %s", m_filename); \
157 ALOGD("fwrite ret %d to write %d", i, m_size); \
159 ALOGD("Error in fwrite, returned %d", i); \
164 ALOGD("Could not write to file %s", m_filename);\
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp321 ALOGD("nContextFinish, con(%p)", (RsContext)con);
719 ALOGD("nAssignName, con(%p), obj(%p)", (RsContext)con, (void *)obj);
731 ALOGD("nGetName, con(%p), obj(%p)", (RsContext)con, (void *)obj);
745 ALOGD("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
756 ALOGD("nDeviceCreate");
765 ALOGD("nDeviceDestroy");
774 ALOGD("nDeviceSetConfig dev(%p), param(%i), value(%i)", (void *)dev, p, value);
783 ALOGD("nContextCreate");
809 ALOGD("nContextCreateGL");
818 ALOGD("ContextSetPriorit
[all...]
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp114 ALOGD("FrameSequence_gif created with size %d %d, frames %d dur %ld",
118 ALOGD(" Frame %d - must preserve %d, restore point %d, trans color %d",
216 ALOGD("preserve buffer not allocated! ah!");
231 ALOGD("Cannot drawFrame, mGif is NULL");
236 ALOGD(" drawFrame on %p nr %d on addr %p, previous frame nr %d",
251 ALOGD("frame %d needs frame %d preserved, but %d is currently, so drawing from scratch",
264 ALOGD("producing frame %d, drawing frame %d (opaque %d, disp %d, del %d)",
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h274 ALOGD("Opened file %s", m_filename); \
277 ALOGD("Could not open file %s", m_filename); \
286 ALOGD("fwrite ret %d to write %d", i, m_size); \
288 ALOGD("Error in fwrite, returned %d", i); \
293 ALOGD("Could not write to file %s", m_filename);\
/frameworks/base/cmds/bootanimation/
H A DAudioPlayer.cpp157 ALOGD("card=%d", tempInt);
166 ALOGD("device=%d", tempInt);
169 ALOGD("period_size=%d", tempInt);
172 ALOGD("period_count=%d", tempInt);
178 ALOGD("name: \"%s\" = %s", name, values);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp268 ALOGD("Dispatch frozen. Waiting some more.");
425 ALOGD("App switch is pending!");
506 ALOGD("Dropped event because policy consumed it.");
577 ALOGD("App switch has arrived.");
579 ALOGD("App switch was abandoned.");
635 ALOGD("Injected inbound event was dropped.");
688 ALOGD("dispatchConfigurationChanged - eventTime=%lld", entry->eventTime);
704 ALOGD("dispatchDeviceReset - eventTime=%lld, deviceId=%d", entry->eventTime, entry->deviceId);
814 ALOGD("%seventTime=%lld, deviceId=%d, source=0x%x, policyFlags=0x%x, "
890 ALOGD("
[all...]
/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp86 ALOGD("FrameOutput::createInputSurface OK");
150 ALOGD("got pixels (get=%.3f ms, reduce=%.3fms)",
180 ALOGD("wrote pixels (%.3f ms)",
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DStream.cpp35 ALOGD("%s: Stream %s identifier 0x%X", __FUNCTION__, getName().c_str(), identifier);
54 ALOGD("%s: 0x%X for Stream %s", __FUNCTION__, strategy, getName().c_str());
68 ALOGD("%s: adding volume profile for %s for device category %d, points nb =%d", __FUNCTION__,
/frameworks/base/cmds/idmap/
H A Dcreate.cpp37 ALOGD("error: open %s: %s\n", path, strerror(errno));
41 ALOGD("error: fchmod %s: %s\n", path, strerror(errno));
45 ALOGD("error: flock %s: %s\n", path, strerror(errno));
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp55 ALOGD("%s %s", format.c_str(), log.c_str());
91 ALOGD("%s: ParameterManagerWrapper instantiated!", __FUNCTION__);
106 ALOGD("%s: in", __FUNCTION__);
113 ALOGD("%s: Policy PFW successfully started!", __FUNCTION__);
122 ALOGD("%s: Adding new criterionType %s", __FUNCTION__, typeName.c_str());
301 ALOGD("%s: Loading conf for pfw", __FUNCTION__);
313 ALOGD("%s", __FUNCTION__);
327 ALOGD("%s: loaded", __FUNCTION__);
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp127 ALOGD("New invoke test player");
133 ALOGD("Delete invoke test player");

Completed in 555 milliseconds

12345678