Home
last modified time | relevance | path

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

1234567891011

/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.cpp94 ALOGD("MockDrmPlugin::openSession() -> %s", vectorToString(sessionId).string()); in openSession()
101 ALOGD("MockDrmPlugin::closeSession(%s)", vectorToString(sessionId).string()); in closeSession()
104 ALOGD("Invalid sessionId"); in closeSession()
120 ALOGD("MockDrmPlugin::getKeyRequest(sessionId=%s, initData=%s, mimeType=%s" in getKeyRequest()
127 ALOGD("Invalid sessionId"); in getKeyRequest()
159 ALOGD("Missing 'mock-request' parameter for mock"); in getKeyRequest()
167 ALOGD("Missing 'mock-defaultUrl' parameter for mock"); in getKeyRequest()
175 ALOGD("Missing 'mock-keyRequestType' parameter for mock"); in getKeyRequest()
190 ALOGD("MockDrmPlugin::provideKeyResponse(sessionId=%s, response=%s)", in provideKeyResponse()
194 ALOGD("Invalid sessionId"); in provideKeyResponse()
[all …]
/frameworks/base/cmds/idmap/
Didmap.cpp141 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); in maybe_create_fd()
146 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno)); in maybe_create_fd()
162 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); in maybe_create_path()
167 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno)); in maybe_create_path()
185 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); in maybe_verify_fd()
190 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno)); in maybe_verify_fd()
206 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); in maybe_scan()
211 ALOGD("error: no write access to %s: %s\n", idmap_dir, strerror(errno)); in maybe_scan()
219 ALOGD("error: no read access to %s: %s\n", dir, strerror(errno)); in maybe_scan()
231 ALOGD("error: failed to read idmap %s: %s\n", idmap_path, strerror(errno)); in maybe_inspect()
[all …]
/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.cpp105 ALOGD("AAudioStreamParameters mDeviceId = %d", mDeviceId); in dump()
106 ALOGD("AAudioStreamParameters mSampleRate = %d", mSampleRate); in dump()
107 ALOGD("AAudioStreamParameters mSamplesPerFrame = %d", mSamplesPerFrame); in dump()
108 ALOGD("AAudioStreamParameters mSharingMode = %d", (int)mSharingMode); in dump()
109 ALOGD("AAudioStreamParameters mAudioFormat = %d", (int)mAudioFormat); in dump()
110 ALOGD("AAudioStreamParameters mDirection = %d", mDirection); in dump()
111 ALOGD("AAudioStreamParameters mBufferCapacity = %d", mBufferCapacity); in dump()
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp785 ALOGD("%s %f, 0x%08x", s, f, *((int *)(&f)));
789 ALOGD("%s {%f, %f}", s, f1, f2);
793 ALOGD("%s {%f, %f, %f}", s, f1, f2, f3);
797 ALOGD("%s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
802 ALOGD("%s {%f, %f}", s, f.x, f.y);
807 ALOGD("%s {%f, %f, %f}", s, f.x, f.y, f.z);
812 ALOGD("%s {%f, %f, %f, %f}", s, f.x, f.y, f.z, f.w);
819 ALOGD("%s {%f} {0x%hx}", s, f, us);
825 ALOGD("%s {%f %f} {0x%hx 0x%hx}", s, f.x, f.y, us.x, us.y);
831 ALOGD("%s {%f %f %f} {0x%hx 0x%hx 0x%hx}", s, f.x, f.y, f.z, us.x, us.y,
[all …]
/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.cpp51 ALOGD("mCDE.read failed\n"); in initFromCDE()
60 ALOGD("local header seek failed (%ld)\n", in initFromCDE()
67 ALOGD("mLFH.read failed\n"); in initFromCDE()
399 ALOGD("whoops: didn't find expected signature\n"); in read()
492 ALOGD(" LocalFileHeader contents:\n"); in dump()
493 ALOGD(" versToExt=%u gpBits=0x%04x compression=%u\n", in dump()
495 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n", in dump()
497 ALOGD(" compressedSize=%lu uncompressedSize=%lu\n", in dump()
499 ALOGD(" filenameLen=%u extraLen=%u\n", in dump()
502 ALOGD(" filename: '%s'\n", mFileName); in dump()
[all …]
/frameworks/base/libs/hwui/
DProperties.cpp138 ALOGD("profile bars %s", sDisableProfileBars ? "disabled" : "enabled"); in overrideProperty()
142 ALOGD("ambientRatio = %.2f", overrideAmbientRatio); in overrideProperty()
146 ALOGD("lightRadius = %.2f", overrideLightRadius); in overrideProperty()
150 ALOGD("lightPos Y = %.2f", overrideLightPosY); in overrideProperty()
154 ALOGD("lightPos Z = %.2f", overrideLightPosZ); in overrideProperty()
158 ALOGD("ambient shadow strength = 0x%x out of 0xff", overrideAmbientShadowStrength); in overrideProperty()
162 ALOGD("spot shadow strength = 0x%x out of 0xff", overrideSpotShadowStrength); in overrideProperty()
165 ALOGD("failed overriding property %s to %s", name, value); in overrideProperty()
181 ALOGD("Skia GL Pipeline"); in getRenderPipelineType()
184 ALOGD("Skia Vulkan Pipeline"); in getRenderPipelineType()
[all …]
/frameworks/base/cmds/bootanimation/iot/
DBootAction.cpp42 ALOGD("Connecting to peripheralmanager"); in init()
51 ALOGD("Peripheralmanager is up."); in init()
89 ALOGD("Entering boot_action_init"); in init()
91 ALOGD("Returned from boot_action_init"); in init()
98 ALOGD("Entering boot_action_start_part"); in startPart()
100 ALOGD("Returned from boot_action_start_part"); in startPart()
104 ALOGD("Entering boot_action_shutdown"); in shutdown()
106 ALOGD("Returned from boot_action_shutdown"); in shutdown()
/frameworks/av/media/mtp/
DMtpObjectInfo.cpp98 ALOGD("MtpObject Info %08X: %s\n", mHandle, mName); in print()
99 ALOGD(" mStorageID: %08X mFormat: %04X mProtectionStatus: %d\n", in print()
101 ALOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n", in print()
103 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight); in print()
104 ALOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n", in print()
106 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n", in print()
108 ALOGD(" mSequenceNumber: %d mDateCreated: %ld mDateModified: %ld mKeywords: %s\n", in print()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1155 ALOGD("%s %f, 0x%08x", s, f, *((int *) (&f)));
1159 ALOGD("%s {%f, %f}", s, f1, f2);
1163 ALOGD("%s {%f, %f, %f}", s, f1, f2, f3);
1167 ALOGD("%s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
1172 ALOGD("%s {%f, %f}", s, f.x, f.y);
1177 ALOGD("%s {%f, %f, %f}", s, f.x, f.y, f.z);
1182 ALOGD("%s {%f, %f, %f, %f}", s, f.x, f.y, f.z, f.w);
1189 ALOGD("%s {%f} {0x%hx}", s, f, us);
1195 ALOGD("%s {%f %f} {0x%hx 0x%hx}", s, f.x, f.y, us.x, us.y);
1201 ALOGD("%s {%f %f %f} {0x%hx 0x%hx 0x%hx}", s, f.x, f.y, f.z, us.x, us.y,
[all …]
/frameworks/av/media/libaaudio/src/binding/
DAudioEndpointParcelable.cpp145 ALOGD("AudioEndpointParcelable ======================================= BEGIN"); in dump()
146 ALOGD("AudioEndpointParcelable mNumSharedMemories = %d", mNumSharedMemories); in dump()
150 ALOGD("AudioEndpointParcelable mUpMessageQueueParcelable ========="); in dump()
152 ALOGD("AudioEndpointParcelable mDownMessageQueueParcelable ======="); in dump()
154 ALOGD("AudioEndpointParcelable mUpDataQueueParcelable ============"); in dump()
156 ALOGD("AudioEndpointParcelable mDownDataQueueParcelable =========="); in dump()
158 ALOGD("AudioEndpointParcelable ======================================= END"); in dump()
DAAudioStreamRequest.cpp92 ALOGD("AAudioStreamRequest mUserId = %d", mUserId); in dump()
93 ALOGD("AAudioStreamRequest mProcessId = %d", mProcessId); in dump()
94 ALOGD("AAudioStreamRequest mSharingModeMatchRequired = %d", mSharingModeMatchRequired); in dump()
95 ALOGD("AAudioStreamRequest mInService = %d", mInService); in dump()
/frameworks/av/media/libaudioclient/
DPlayerBase.cpp31 ALOGD("PlayerBase::PlayerBase()"); in PlayerBase()
43 ALOGD("PlayerBase::~PlayerBase()"); in ~PlayerBase()
121 ALOGD("PlayerBase::start() from IPlayer"); in start()
126 ALOGD("PlayerBase::pause() from IPlayer"); in pause()
132 ALOGD("PlayerBase::stop() from IPlayer"); in stop()
137 ALOGD("PlayerBase::setVolume() from IPlayer"); in setVolume()
150 ALOGD("PlayerBase::setPan() from IPlayer"); in setPan()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp143 ALOGD("AAudioServiceEndpointMMAP::open() mMapClient.uid = %d, pid = %d => portHandle = %d\n", in open()
167 ALOGD("createMmapBuffer status = %d, buffer_size = %d, burst_size %d" in open()
222 ALOGD("AAudioServiceEndpointMMAP::open() original burst = %d, minMicros = %d, to burst = %d\n", in open()
225 ALOGD("AAudioServiceEndpointMMAP::open() actual rate = %d, channels = %d" in open()
239 ALOGD("AAudioServiceEndpointMMAP::close() clear() endpoint"); in close()
274 ALOGD("AAudioServiceEndpointMMAP::startClient(%p(uid=%d, pid=%d))", in startClient()
279 ALOGD("AAudioServiceEndpointMMAP::startClient() , %d => %d returns %d", in startClient()
287 ALOGD("AAudioServiceEndpointMMAP::stopClient(%d) returns %d", clientHandle, result); in stopClient()
322 ALOGD("AAudioServiceEndpointMMAP::onTearDown() called"); in onTearDown()
330 ALOGD("AAudioServiceEndpointMMAP::onVolumeChanged() volume[0] = %f", volume); in onVolumeChanged()
[all …]
/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 %zu queued finish events; %zu left.", in handleEvent()
204 ALOGD("channel '%s' ~ Sent %zu queued finish events; none left.", in handleEvent()
220 ALOGD("channel '%s' ~ Consuming input events, consumeBatches=%s, frameTime=%lld.", in consumeEvents()
255ALOGD("channel '%s' ~ Dispatching batched input event pending notification.", in consumeEvents()
287 ALOGD("channel '%s' ~ Received key event.", getInputChannelName()); in consumeEvents()
[all …]
Dandroid_app_NativeActivity.cpp89 ALOGD("write_work: cmd=%d", cmd); in write_work()
230 ALOGD("mainWorkCallback: cmd=%d", work.cmd); in mainWorkCallback()
274 ALOGD("loadNativeCode_native"); in loadNativeCode_native()
391 ALOGD("unloadNativeCode_native"); in unloadNativeCode_native()
403 ALOGD("onStart_native"); in onStart_native()
417 ALOGD("onResume_native"); in onResume_native()
431 ALOGD("onSaveInstanceState_native"); in onSaveInstanceState_native()
460 ALOGD("onPause_native"); in onPause_native()
474 ALOGD("onStop_native"); in onStop_native()
488 ALOGD("onConfigurationChanged_native"); in onConfigurationChanged_native()
[all …]
/frameworks/base/libs/androidfw/
DBackupData.cpp109 ALOGD("Writing header: prefix='%s' key='%s' dataSize=%zu", m_keyPrefix.string(), in WriteEntityHeader()
148 if (kIsDebug) ALOGD("Writing data: size=%lu", (unsigned long) size); in WriteEntityData()
152 ALOGD("Not writing data - stream in error state %d (%s)", m_status, strerror(m_status)); in WriteEntityData()
163 if (kIsDebug) ALOGD("write returned error %d (%s)", m_status, strerror(m_status)); in WriteEntityData()
206 ALOGD("CHECK_SIZE(a=%ld e=%ld) failed at line %d m_status='%s'", \
216 ALOGD("SKIP_PADDING FAILED at line %d", __LINE__); \
259 ALOGD("Entity header at %d has keyLen<=0: 0x%08x\n", (int)m_pos, in ReadNextHeader()
283 ALOGD("Chunk header at %d has invalid type: 0x%08x", in ReadNextHeader()
339 ALOGD("ReadEntityData size=%zu m_pos=0x%zx m_dataEndPos=0x%zx remaining=%d\n", in ReadEntityData()
349 ALOGD(" reading %zu bytes", size); in ReadEntityData()
/frameworks/av/media/libaaudio/src/client/
DIsochronousClockModel.cpp183 ALOGD("IsochronousClockModel::mMarkerFramePosition = %lld", (long long) mMarkerFramePosition); in dump()
184 ALOGD("IsochronousClockModel::mMarkerNanoTime = %lld", (long long) mMarkerNanoTime); in dump()
185 ALOGD("IsochronousClockModel::mSampleRate = %6d", mSampleRate); in dump()
186 ALOGD("IsochronousClockModel::mFramesPerBurst = %6d", mFramesPerBurst); in dump()
187 ALOGD("IsochronousClockModel::mMaxLatenessInNanos = %6d", mMaxLatenessInNanos); in dump()
188 ALOGD("IsochronousClockModel::mState = %6d", mState); in dump()
/frameworks/native/libs/input/
DInputTransport.cpp205 ALOGD("Input channel constructed: name='%s', fd=%d", in InputChannel()
216 ALOGD("Input channel destroyed: name='%s', fd=%d", in ~InputChannel()
263 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.string(), in sendMessage()
277 ALOGD("channel '%s' ~ error sending message type %d, send was incomplete", in sendMessage()
284 ALOGD("channel '%s' ~ sent message of type %d", mName.string(), msg->header.type); in sendMessage()
298 ALOGD("channel '%s' ~ receive message failed, errno=%d", mName.string(), errno); in receiveMessage()
311 ALOGD("channel '%s' ~ receive message failed because peer was closed", mName.string()); in receiveMessage()
318 ALOGD("channel '%s' ~ received invalid message", mName.string()); in receiveMessage()
324 ALOGD("channel '%s' ~ received message of type %d", mName.string(), msg->header.type); in receiveMessage()
357 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 …]
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_WifiNative.cpp40 ALOGD("no kernel logs"); in android_net_wifi_readKernelLog()
46 ALOGD("can't allocate temporary storage"); in android_net_wifi_readKernelLog()
52 ALOGD("can't read logs - %d", read); in android_net_wifi_readKernelLog()
65 ALOGD("can't allocate array"); in android_net_wifi_readKernelLog()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp346 ALOGD("nContextFinish, con(%p)", (RsContext)con); in nContextFinish()
785 ALOGD("nAssignName, con(%p), obj(%p)", (RsContext)con, (void *)obj); in nAssignName()
802 ALOGD("nGetName, con(%p), obj(%p)", (RsContext)con, (void *)obj); in nGetName()
816 ALOGD("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj); in nObjDestroy()
827 ALOGD("nDeviceCreate"); in nDeviceCreate()
836 ALOGD("nDeviceDestroy"); in nDeviceDestroy()
845 ALOGD("nDeviceSetConfig dev(%p), param(%i), value(%i)", (void *)dev, p, value); in nDeviceSetConfig()
854 ALOGD("nContextCreate"); in nContextCreate()
880 ALOGD("nContextCreateGL"); in nContextCreateGL()
889 ALOGD("ContextSetPriority, con(%p), priority(%i)", (RsContext)con, p); in nContextSetPriority()
[all …]
/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/base/libs/hwui/font/
DCacheTexture.cpp40 ALOGD("insertBlock: this, x, y, w, h = %p, %d, %d, %d, %d", in insertBlock()
84 ALOGD("removeBlock: this, x, y, w, h = %p, %d, %d, %d, %d", in removeBlock()
235 ALOGD("fitBitmap: texture format %x is inappropriate for monochromatic glyphs", in fitBitmap()
244 ALOGD("fitBitmap: texture format %x is inappropriate for colour glyphs", mFormat); in fitBitmap()
251 ALOGD("fitBitmap: unknown glyph format %x encountered", glyph.fMaskFormat); in fitBitmap()
298 ALOGD("fitBitmap: Created new block: this, x, y, w, h = %p, %d, %d, %d, %d", in fitBitmap()
309 ALOGD("fitBitmap: Added to existing block: this, x, y, w, h = %p, %d, %d, %d, %d", in fitBitmap()
327 ALOGD("fitBitmap: current block list:"); in fitBitmap()
336 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH); in fitBitmap()

1234567891011