Home
last modified time | relevance | path

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

1234567

/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp70 ALOGD("float %s %f, 0x%08x", s, f, *((int *) (&f))); in SC_debugF()
73 ALOGD("float x2 %s {%f, %f}", s, f1, f2); in SC_debugFv2()
76 ALOGD("float x3 %s {%f, %f, %f}", s, f1, f2, f3); in SC_debugFv3()
79 ALOGD("float x4 %s {%f, %f, %f, %f}", s, f1, f2, f3, f4); in SC_debugFv4()
82 ALOGD("float2 %s {%f, %f}", s, f->x, f->y); in SC_debugF2()
85 ALOGD("float3 %s {%f, %f, %f}", s, f->x, f->y, f->z); in SC_debugF3()
88 ALOGD("float4 %s {%f, %f, %f, %f}", s, f->x, f->y, f->z, f->w); in SC_debugF4()
91 ALOGD("double %s %f, 0x%08llx", s, d, *((long long *) (&d))); in SC_debugD()
94 ALOGD("double2 %s {%f, %f}", s, f->x, f->y); in SC_debugD2()
97 ALOGD("double3 %s {%f, %f, %f}", s, f->x, f->y, f->z); in SC_debugD3()
[all …]
/frameworks/base/libs/storage/
DIMountService.cpp69 ALOGD("registerListener could not contact remote\n"); in registerListener()
74 ALOGD("registerListener caught exception %d\n", err); in registerListener()
85 ALOGD("unregisterListener could not contact remote\n"); in unregisterListener()
90 ALOGD("unregisterListener caught exception %d\n", err); in unregisterListener()
100 ALOGD("isUsbMassStorageConnected could not contact remote\n"); in isUsbMassStorageConnected()
105 ALOGD("isUsbMassStorageConnected caught exception %d\n", err); in isUsbMassStorageConnected()
117 ALOGD("setUsbMassStorageEnabled could not contact remote\n"); in setUsbMassStorageEnabled()
122 ALOGD("setUsbMassStorageEnabled caught exception %d\n", err); in setUsbMassStorageEnabled()
132 ALOGD("isUsbMassStorageEnabled could not contact remote\n"); in isUsbMassStorageEnabled()
137 ALOGD("isUsbMassStorageEnabled caught exception %d\n", err); in isUsbMassStorageEnabled()
[all …]
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.cpp92 ALOGD("MockDrmPlugin::openSession() -> %s", vectorToString(sessionId).string()); in openSession()
99 ALOGD("MockDrmPlugin::closeSession(%s)", vectorToString(sessionId).string()); in closeSession()
102 ALOGD("Invalid sessionId"); in closeSession()
117 ALOGD("MockDrmPlugin::getKeyRequest(sessionId=%s, initData=%s, mimeType=%s" in getKeyRequest()
124 ALOGD("Invalid sessionId"); in getKeyRequest()
155 ALOGD("Missing 'mock-request' parameter for mock"); in getKeyRequest()
163 ALOGD("Missing 'mock-defaultUrl' parameter for mock"); in getKeyRequest()
176 ALOGD("MockDrmPlugin::provideKeyResponse(sessionId=%s, response=%s)", in provideKeyResponse()
180 ALOGD("Invalid sessionId"); in provideKeyResponse()
205 ALOGD("MockDrmPlugin::removeKeys(keySetId=%s)", in removeKeys()
[all …]
/frameworks/base/cmds/idmap/
Didmap.cpp136 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); in maybe_create_fd()
141 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno)); in maybe_create_fd()
157 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); in maybe_create_path()
162 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno)); in maybe_create_path()
178 ALOGD("error: no read access to %s: %s\n", overlay_dir, strerror(errno)); in maybe_scan()
183 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); in maybe_scan()
188 ALOGD("error: no write access to %s: %s\n", idmap_dir, strerror(errno)); in maybe_scan()
199 ALOGD("error: failed to read idmap %s: %s\n", idmap_path, strerror(errno)); in maybe_inspect()
216 ALOGD("%s:%d: uid=%d gid=%d argv=%s\n", __FILE__, __LINE__, getuid(), getgid(), buf); in main()
/frameworks/base/tools/aapt/
DZipFile.cpp81 ALOGD("File %s does not exist", zipFileName); in open()
99 ALOGD("fopen failed: %d\n", err); in open()
218 ALOGD("Length is %ld -- too small\n", (long)fileLength); in readCentralDir()
225 ALOGD("Failure allocating %d bytes for EOCD search", in readCentralDir()
239 ALOGD("Failure seeking to end of zip at %ld", (long) seekStart); in readCentralDir()
246 ALOGD("short file? wanted %ld\n", readAmount); in readCentralDir()
261 ALOGD("EOCD not found, not Zip\n"); in readCentralDir()
269 ALOGD("Failure reading %ld bytes of EOCD values", readAmount - i); in readCentralDir()
277 ALOGD("Archive spanning not supported\n"); in readCentralDir()
297 ALOGD("Failure seeking to central dir offset %ld\n", in readCentralDir()
[all …]
DZipEntry.cpp50 ALOGD("mCDE.read failed\n"); in initFromCDE()
59 ALOGD("local header seek failed (%ld)\n", in initFromCDE()
66 ALOGD("mLFH.read failed\n"); in initFromCDE()
416 ALOGD("whoops: didn't find expected signature\n"); in read()
509 ALOGD(" LocalFileHeader contents:\n"); in dump()
510 ALOGD(" versToExt=%u gpBits=0x%04x compression=%u\n", in dump()
512 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n", in dump()
514 ALOGD(" compressedSize=%lu uncompressedSize=%lu\n", in dump()
516 ALOGD(" filenameLen=%u extraLen=%u\n", in dump()
519 ALOGD(" filename: '%s'\n", mFileName); in dump()
[all …]
/frameworks/av/media/mtp/
DMtpObjectInfo.cpp96 ALOGD("MtpObject Info %08X: %s\n", mHandle, mName); in print()
97 ALOGD(" mStorageID: %08X mFormat: %04X mProtectionStatus: %d\n", in print()
99 ALOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n", in print()
101 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight); in print()
102 ALOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n", in print()
104 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n", in print()
106 ALOGD(" mSequenceNumber: %d mDateCreated: %ld mDateModified: %ld mKeywords: %s\n", in print()
DMtpStorageInfo.cpp68ALOGD("Storage Info %08X:\n\tmStorageType: %d\n\tmFileSystemType: %d\n\tmAccessCapability: %d\n", in print()
70 ALOGD("\tmMaxCapacity: %" PRIu64 "\n\tmFreeSpaceBytes: %" PRIu64 "\n\tmFreeSpaceObjects: %d\n", in print()
72 ALOGD("\tmStorageDescription: %s\n\tmVolumeIdentifier: %s\n", in print()
/frameworks/native/opengl/libs/EGL/
Dtrace.cpp104 ALOGD("const char* shaderSrc[] = {"); in TraceGLShaderSource()
110 ALOGD(" \"%*s\"%s", len, s, comma); in TraceGLShaderSource()
112 ALOGD(" \"%s\"%s", s, comma); in TraceGLShaderSource()
115 ALOGD("};"); in TraceGLShaderSource()
117 ALOGD("const GLint* shaderLength[] = {"); in TraceGLShaderSource()
121 ALOGD(" \"%d\"%s", len, comma); in TraceGLShaderSource()
123 ALOGD("};"); in TraceGLShaderSource()
124 ALOGD("glShaderSource(%u, %u, shaderSrc, shaderLength);", in TraceGLShaderSource()
127 ALOGD("glShaderSource(%u, %u, shaderSrc, (const GLint*) 0);", in TraceGLShaderSource()
138 ALOGD("const %s value[] = {", typeString); in TraceValue()
[all …]
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_WifiNative.cpp46 ALOGD("doCommand: %s", command.c_str()); in doCommand()
202 ALOGD("Did set static halHandle = %p", halHandle); in android_net_wifi_startHal()
206 ALOGD("halHandle = %p, mVM = %p, mCls = %p", halHandle, mVM, mCls); in android_net_wifi_startHal()
214 ALOGD("In wifi cleaned up handler"); in android_net_wifi_hal_cleaned_up_handler()
224 ALOGD("In wifi stop Hal"); in android_net_wifi_stopHal()
231 ALOGD("waitForHalEvents called, vm = %p, obj = %p, env = %p", mVM, mCls, env); in android_net_wifi_waitForHalEvents()
296 ALOGD("onScanResultsAvailable called, vm = %p, obj = %p, env = %p", mVM, mCls, env); in onScanResultsAvailable()
305 ALOGD("onScanStatus called, vm = %p, obj = %p, env = %p", mVM, mCls, env); in onScanEvent()
315 ALOGD("onFullScanResult called, vm = %p, obj = %p, env = %p", mVM, mCls, env); in onFullScanResult()
319 ALOGD("Creating a byte array of length %d", result->ie_length); in onFullScanResult()
[all …]
/frameworks/base/libs/hwui/
DRenderProperties.cpp129ALOGD("%*sTranslate (left, top) %d, %d", level * 2, "", mPrimitiveFields.mLeft, mPrimitiveFields.m… in debugOutputProperties()
132 ALOGD("%*sConcatMatrix (static) %p: " SK_MATRIX_STRING, in debugOutputProperties()
136 ALOGD("%*sConcatMatrix (animation) %p: " SK_MATRIX_STRING, in debugOutputProperties()
141 ALOGD("%*sTranslate %.2f, %.2f, %.2f", in debugOutputProperties()
144 ALOGD("%*sConcatMatrix %p: " SK_MATRIX_STRING, in debugOutputProperties()
155 ALOGD("%*sSetOverrideLayerAlpha %.2f", level * 2, "", mPrimitiveFields.mAlpha); in debugOutputProperties()
157 ALOGD("%*sScaleAlpha %.2f", level * 2, "", mPrimitiveFields.mAlpha); in debugOutputProperties()
167 ALOGD("%*sSaveLayerAlpha %d, %d, %d, %d, %d, 0x%x", level * 2, "", in debugOutputProperties()
175 ALOGD("%*sClipRect %d, %d, %d, %d", level * 2, "", in debugOutputProperties()
DExtensions.cpp44 #define EXT_LOGD(...) ALOGD(__VA_ARGS__)
129 ALOGD("%s", (const char*) glGetString(GL_VERSION)); in dump()
130 ALOGD("Supported GL extensions:\n%s", (const char*) glGetString(GL_EXTENSIONS)); in dump()
131 ALOGD("Supported EGL extensions:\n%s", eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS)); in dump()
DCaches.cpp43 #define FLUSH_LOGD(...) ALOGD(__VA_ARGS__)
63 ALOGD("Enabling debug mode %d", mDebugLevel); in Caches()
264 ALOGD("%s", stringLog.string()); in dumpMemoryUsage()
711 ALOGD("setting property %s to %s", name, value); in setTempProperty()
714 ALOGD("ambientRatio = %.2f", propertyAmbientRatio); in setTempProperty()
718 ALOGD("lightDiameter = %.2f", propertyLightDiameter); in setTempProperty()
722 ALOGD("lightPos Y = %.2f", propertyLightPosY); in setTempProperty()
726 ALOGD("lightPos Z = %.2f", propertyLightPosZ); in setTempProperty()
730 ALOGD("ambient shadow strength = 0x%x out of 0xff", propertyAmbientShadowStrength); in setTempProperty()
734 ALOGD("spot shadow strength = 0x%x out of 0xff", propertySpotShadowStrength); in setTempProperty()
[all …]
/frameworks/native/libs/input/
DInputTransport.cpp102 ALOGD("Input channel constructed: name='%s', fd=%d", in InputChannel()
113 ALOGD("Input channel destroyed: name='%s', fd=%d", in ~InputChannel()
158 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.string(), in sendMessage()
172 ALOGD("channel '%s' ~ error sending message type %d, send was incomplete", in sendMessage()
179 ALOGD("channel '%s' ~ sent message of type %d", mName.string(), msg->header.type); in sendMessage()
193 ALOGD("channel '%s' ~ receive message failed, errno=%d", mName.string(), errno); in receiveMessage()
206 ALOGD("channel '%s' ~ receive message failed because peer was closed", mName.string()); in receiveMessage()
213 ALOGD("channel '%s' ~ received invalid message", mName.string()); in receiveMessage()
219 ALOGD("channel '%s' ~ received message of type %d", mName.string(), msg->header.type); in receiveMessage()
252 ALOGD("channel '%s' publisher ~ publishKeyEvent: seq=%u, deviceId=%d, source=0x%x, " in publishKeyEvent()
[all …]
DKeyLayoutMap.cpp72 ALOGD("Parsed key layout map file '%s' %d lines in %0.3fms.", in load()
90 ALOGD("mapKey: scanCode=%d, usageCode=0x%08x ~ Failed.", scanCode, usageCode); in mapKey()
101 ALOGD("mapKey: scanCode=%d, usageCode=0x%08x ~ Result keyCode=%d, outFlags=0x%08x.", in mapKey()
137 ALOGD("mapAxis: scanCode=%d ~ Failed.", scanCode); in mapAxis()
145 ALOGD("mapAxis: scanCode=%d ~ Result mode=%d, axis=%d, highAxis=%d, " in mapAxis()
160 ALOGD("findScanCodeForLed: ledCode=%d, scanCode=%d.", ledCode, *outScanCode); in findScanCodeForLed()
166 ALOGD("findScanCodeForLed: ledCode=%d ~ Not found.", ledCode); in findScanCodeForLed()
177 ALOGD("findUsageForLed: ledCode=%d, usage=%x.", ledCode, *outUsageCode); in findUsageCodeForLed()
183 ALOGD("findUsageForLed: ledCode=%d ~ Not found.", ledCode); in findUsageCodeForLed()
201 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(), in parse()
[all …]
DInputDevice.cpp94 ALOGD("Probing for system provided input device configuration file: path='%s'", path.string()); in getInputDeviceConfigurationFilePathByName()
98 ALOGD("Found"); in getInputDeviceConfigurationFilePathByName()
109 ALOGD("Probing for system user input device configuration file: path='%s'", path.string()); in getInputDeviceConfigurationFilePathByName()
113 ALOGD("Found"); in getInputDeviceConfigurationFilePathByName()
120 ALOGD("Probe failed to find input device configuration file: name='%s', type=%d", in getInputDeviceConfigurationFilePathByName()
DVelocityControl.cpp56 ALOGD("VelocityControl: stopped, last movement was %0.3fms ago", in move()
87 ALOGD("VelocityControl(%0.3f, %0.3f, %0.3f, %0.3f): " in move()
95 ALOGD("VelocityControl(%0.3f, %0.3f, %0.3f, %0.3f): unknown velocity", in move()
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp96 ALOGD("channel '%s' ~ Initializing input event receiver.", getInputChannelName()); in NativeInputEventReceiver()
112 ALOGD("channel '%s' ~ Disposing input event receiver.", getInputChannelName()); in dispose()
120 ALOGD("channel '%s' ~ Finished input event.", getInputChannelName()); in finishInputEvent()
127 ALOGD("channel '%s' ~ Could not send finished signal immediately. " in finishInputEvent()
163 ALOGD("channel '%s' ~ Publisher closed input channel or an error occurred. " in handleEvent()
185 ALOGD("channel '%s' ~ Sent %u queued finish events; %u left.", in handleEvent()
204 ALOGD("channel '%s' ~ Sent %u queued finish events; none left.", in handleEvent()
220 ALOGD("channel '%s' ~ Consuming input events, consumeBatches=%s, frameTime=%lld.", in consumeEvents()
254 ALOGD("channel '%s' ~ Dispatching batched input event pending notification.", in consumeEvents()
286 ALOGD("channel '%s' ~ Received key event.", getInputChannelName()); in consumeEvents()
[all …]
Dandroid_view_InputEventSender.cpp86 ALOGD("channel '%s' ~ Initializing input event sender.", getInputChannelName()); in NativeInputEventSender()
103 ALOGD("channel '%s' ~ Disposing input event sender.", getInputChannelName()); in dispose()
111 ALOGD("channel '%s' ~ Sending key event, seq=%u.", getInputChannelName(), seq); in sendKeyEvent()
130 ALOGD("channel '%s' ~ Sending motion event, seq=%u.", getInputChannelName(), seq); in sendMotionEvent()
160 ALOGD("channel '%s' ~ Consumer closed input channel or an error occurred. " in handleEvent()
180 ALOGD("channel '%s' ~ Receiving finished signals.", getInputChannelName()); in receiveFinishedSignals()
204 ALOGD("channel '%s' ~ Received finished signal, seq=%u, handled=%s, " in receiveFinishedSignals()
/frameworks/base/media/tests/audiotests/
Dshared_mem_test.cpp57 ALOGD("01 passed\n"); in Execute()
59 ALOGD("01 failed\n"); in Execute()
107 ALOGD("Failed for initCheck()"); in Test01()
112 ALOGD("start"); in Test01()
117 ALOGD("stop"); in Test01()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp69 ALOGD("Cache %s is dirty due to the source it depends on has been changed:", in IsConsistent()
71 ALOGD("expected: %s", stringFromSourceHash(expectedSourceHash).c_str()); in IsConsistent()
72 ALOGD("cached : %s", stringFromSourceHash(mSourceHash).c_str()); in IsConsistent()
76 ALOGD("Cache %s is dirty because the command line used to compile it has changed:", in IsConsistent()
78 ALOGD("expected: %s", expectedCompileCommandLine); in IsConsistent()
79 ALOGD("cached : %s", mCompileCommandLine); in IsConsistent()
83 ALOGD("Cache %s is dirty because the build fingerprint has changed:", pInputFilename); in IsConsistent()
84 ALOGD("expected: %s", expectedBuildFingerprint); in IsConsistent()
85 ALOGD("cached : %s", mBuildFingerprint); in IsConsistent()
/frameworks/base/libs/hwui/font/
DCacheTexture.cpp39 ALOGD("insertBlock: this, x, y, w, h = %p, %d, %d, %d, %d", in insertBlock()
83 ALOGD("removeBlock: this, x, y, w, h = %p, %d, %d, %d, %d", in removeBlock()
239 ALOGD("fitBitmap: texture format %x is inappropriate for monochromatic glyphs", in fitBitmap()
248 ALOGD("fitBitmap: texture format %x is inappropriate for colour glyphs", mFormat); in fitBitmap()
255 ALOGD("fitBitmap: unknown glyph format %x encountered", glyph.fMaskFormat); in fitBitmap()
302 ALOGD("fitBitmap: Created new block: this, x, y, w, h = %p, %d, %d, %d, %d", in fitBitmap()
313 ALOGD("fitBitmap: Added to existing block: this, x, y, w, h = %p, %d, %d, %d, %d", in fitBitmap()
331 ALOGD("fitBitmap: current block list:"); in fitBitmap()
340 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH); in fitBitmap()
/frameworks/base/libs/androidfw/
DBackupData.cpp116 ALOGD("Writing header: prefix='%s' key='%s' dataSize=%zu", m_keyPrefix.string(), in WriteEntityHeader()
155 if (DEBUG) ALOGD("Writing data: size=%lu", (unsigned long) size); in WriteEntityData()
159 ALOGD("Not writing data - stream in error state %d (%s)", m_status, strerror(m_status)); in WriteEntityData()
170 if (DEBUG) ALOGD("write returned error %d (%s)", m_status, strerror(m_status)); in WriteEntityData()
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, in ReadNextHeader()
290 ALOGD("Chunk header at %d has invalid type: 0x%08x", in ReadNextHeader()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1601 ALOGD("%s %f, 0x%08x", s, f, *((int *) (&f))); in SC_debugF()
1604 ALOGD("%s {%f, %f}", s, f1, f2); in SC_debugFv2()
1607 ALOGD("%s {%f, %f, %f}", s, f1, f2, f3); in SC_debugFv3()
1610 ALOGD("%s {%f, %f, %f, %f}", s, f1, f2, f3, f4); in SC_debugFv4()
1613 ALOGD("%s {%f, %f}", s, f.x, f.y); in SC_debugF2()
1616 ALOGD("%s {%f, %f, %f}", s, f.x, f.y, f.z); in SC_debugF3()
1619 ALOGD("%s {%f, %f, %f, %f}", s, f.x, f.y, f.z, f.w); in SC_debugF4()
1622 ALOGD("%s %f, 0x%08llx", s, d, *((long long *) (&d))); in SC_debugD()
1625 ALOGD("%s {%f, %f, %f, %f", s, f[0], f[4], f[8], f[12]); in SC_debugFM4v4()
1626 ALOGD("%s %f, %f, %f, %f", s, f[1], f[5], f[9], f[13]); in SC_debugFM4v4()
[all …]
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp264 ALOGD("Dispatch frozen. Waiting some more."); in dispatchOnceInnerLocked()
420 ALOGD("App switch is pending!"); in enqueueInboundEventLocked()
501 ALOGD("Dropped event because policy consumed it."); in dropInboundEventLocked()
570 ALOGD("App switch has arrived."); in resetPendingAppSwitchLocked()
572 ALOGD("App switch was abandoned."); in resetPendingAppSwitchLocked()
628 ALOGD("Injected inbound event was dropped."); in releaseInboundEventLocked()
681 ALOGD("dispatchConfigurationChanged - eventTime=%lld", entry->eventTime); in dispatchConfigurationChangedLocked()
697 ALOGD("dispatchDeviceReset - eventTime=%lld, deviceId=%d", entry->eventTime, entry->deviceId); in dispatchDeviceResetLocked()
807 ALOGD("%seventTime=%lld, deviceId=%d, source=0x%x, policyFlags=0x%x, " in logOutboundKeyDetailsLocked()
876 ALOGD("%seventTime=%lld, deviceId=%d, source=0x%x, policyFlags=0x%x, " in logOutboundMotionDetailsLocked()
[all …]

1234567