Home
last modified time | relevance | path

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

12345678910>>...12

/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/av/media/libaaudio/src/core/
DAAudioStreamParameters.cpp166 ALOGD("mDeviceId = %6d", mDeviceId); in dump()
167 ALOGD("mSessionId = %6d", mSessionId); in dump()
168 ALOGD("mSampleRate = %6d", mSampleRate); in dump()
169 ALOGD("mSamplesPerFrame = %6d", mSamplesPerFrame); in dump()
170 ALOGD("mSharingMode = %6d", (int)mSharingMode); in dump()
171 ALOGD("mAudioFormat = %6d", (int)mAudioFormat); in dump()
172 ALOGD("mDirection = %6d", mDirection); in dump()
173 ALOGD("mBufferCapacity = %6d", mBufferCapacity); in dump()
174 ALOGD("mUsage = %6d", mUsage); in dump()
175 ALOGD("mContentType = %6d", mContentType); in dump()
[all …]
/frameworks/base/cmds/bootanimation/iot/
DBootAction.cpp37 ALOGD("Connecting to peripheralmanager"); in init()
46 ALOGD("Peripheralmanager is up."); in init()
80 ALOGD("Entering boot_action_init"); in init()
82 ALOGD("Returned from boot_action_init"); in init()
89 ALOGD("Entering boot_action_start_part"); in startPart()
91 ALOGD("Returned from boot_action_start_part"); in startPart()
95 ALOGD("Entering boot_action_shutdown"); in shutdown()
97 ALOGD("Returned from boot_action_shutdown"); in shutdown()
/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/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/av/media/libstagefright/
DStagefrightPluginLoader.cpp35 ALOGD("Failed to load library: %s (%s)", libPath, dlerror()); in StagefrightPluginLoader()
40 ALOGD("Failed to find symbol: CreateCodec (%s)", dlerror()); in StagefrightPluginLoader()
45 ALOGD("Failed to find symbol: CreateBuilder (%s)", dlerror()); in StagefrightPluginLoader()
50 ALOGD("Failed to find symbol: CreateInputSurface (%s)", dlerror()); in StagefrightPluginLoader()
63 ALOGD("Handle or CreateCodec symbol is null"); in createCodec()
71 ALOGD("Handle or CreateBuilder symbol is null"); in createBuilder()
79 ALOGD("Handle or CreateInputSurface symbol is null"); in createInputSurface()
/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.cpp152 ALOGD("profile bars %s", sDisableProfileBars ? "disabled" : "enabled"); in overrideProperty()
156 ALOGD("ambientRatio = %.2f", overrideAmbientRatio); in overrideProperty()
160 ALOGD("lightRadius = %.2f", overrideLightRadius); in overrideProperty()
164 ALOGD("lightPos Y = %.2f", overrideLightPosY); in overrideProperty()
168 ALOGD("lightPos Z = %.2f", overrideLightPosZ); in overrideProperty()
172 ALOGD("ambient shadow strength = 0x%x out of 0xff", overrideAmbientShadowStrength); in overrideProperty()
176 ALOGD("spot shadow strength = 0x%x out of 0xff", overrideSpotShadowStrength); in overrideProperty()
179 ALOGD("failed overriding property %s to %s", name, value); in overrideProperty()
195 ALOGD("Skia GL Pipeline"); in getRenderPipelineType()
198 ALOGD("Skia Vulkan Pipeline"); in getRenderPipelineType()
[all …]
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp104 ALOGD("%s(%p) MMAP attributes.usage = %d, content_type = %d, source = %d", in open()
163 ALOGD("%s() mMapClient.uid = %d, pid = %d => portHandle = %d\n", in open()
184 ALOGD("%s() deviceId = %d, sessionId = %d", __func__, getDeviceId(), getSessionId()); in open()
198 ALOGD("%s() createMmapBuffer() returned = %d, buffer_size = %d, burst_size %d" in open()
253 ALOGD("%s() original burst = %d, minMicros = %d, to burst = %d\n", in open()
256 ALOGD("%s() actual rate = %d, channels = %d" in open()
269 ALOGD("%s() clear() endpoint", __func__); in close()
313 ALOGD("%s(%p(uid=%d, pid=%d))", __func__, &client, client.clientUid, client.clientPid); in startClient()
317ALOGD("%s() , portHandle %d => %d, returns %d", __func__, originalHandle, *clientHandle, result); in startClient()
322 ALOGD("%s(portHandle = %d), called", __func__, clientHandle); in stopClient()
[all …]
/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.cpp148 ALOGD("======================================= BEGIN"); in dump()
149 ALOGD("mNumSharedMemories = %d", mNumSharedMemories); in dump()
153 ALOGD("mUpMessageQueueParcelable ========="); in dump()
155 ALOGD("mDownMessageQueueParcelable ======="); in dump()
157 ALOGD("mUpDataQueueParcelable ============"); in dump()
159 ALOGD("mDownDataQueueParcelable =========="); in dump()
161 ALOGD("======================================= END"); in dump()
/frameworks/av/media/libaudioclient/
DPlayerBase.cpp33 ALOGD("PlayerBase::PlayerBase()"); in PlayerBase()
45 ALOGD("PlayerBase::~PlayerBase()"); in ~PlayerBase()
123 ALOGD("PlayerBase::start() from IPlayer"); in start()
129 ALOGD("PlayerBase::pause() from IPlayer"); in pause()
136 ALOGD("PlayerBase::stop() from IPlayer"); in stop()
142 ALOGD("PlayerBase::setVolume() from IPlayer"); in setVolume()
156 ALOGD("PlayerBase::setPan() from IPlayer"); in setPan()
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp98 ALOGD("channel '%s' ~ Initializing input event receiver.", getInputChannelName().c_str()); in NativeInputEventReceiver()
114 ALOGD("channel '%s' ~ Disposing input event receiver.", getInputChannelName().c_str()); in dispose()
122 ALOGD("channel '%s' ~ Finished input event.", getInputChannelName().c_str()); in finishInputEvent()
129 ALOGD("channel '%s' ~ Could not send finished signal immediately. " in finishInputEvent()
165 ALOGD("channel '%s' ~ Publisher closed input channel or an error occurred. " in handleEvent()
187 ALOGD("channel '%s' ~ Sent %zu queued finish events; %zu left.", in handleEvent()
206 ALOGD("channel '%s' ~ Sent %zu queued finish events; none left.", in handleEvent()
222 ALOGD("channel '%s' ~ Consuming input events, consumeBatches=%s, frameTime=%" PRId64, in consumeEvents()
258ALOGD("channel '%s' ~ Dispatching batched input event pending notification.", in consumeEvents()
290 ALOGD("channel '%s' ~ Received key event.", getInputChannelName().c_str()); in consumeEvents()
[all …]
Dandroid_app_NativeActivity.cpp90 ALOGD("write_work: cmd=%d", cmd); in write_work()
231 ALOGD("mainWorkCallback: cmd=%d", work.cmd); in mainWorkCallback()
277 ALOGD("loadNativeCode_native"); in loadNativeCode_native()
399 ALOGD("unloadNativeCode_native"); in unloadNativeCode_native()
411 ALOGD("onStart_native"); in onStart_native()
425 ALOGD("onResume_native"); in onResume_native()
439 ALOGD("onSaveInstanceState_native"); in onSaveInstanceState_native()
468 ALOGD("onPause_native"); in onPause_native()
482 ALOGD("onStop_native"); in onStop_native()
496 ALOGD("onConfigurationChanged_native"); in onConfigurationChanged_native()
[all …]
/frameworks/native/libs/input/
DInputTransport.cpp105 ALOGD("Input channel constructed: name='%s', fd=%d", in InputChannel()
116 ALOGD("Input channel destroyed: name='%s', fd=%d", in ~InputChannel()
161 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.c_str(), in sendMessage()
175 ALOGD("channel '%s' ~ error sending message type %d, send was incomplete", in sendMessage()
182 ALOGD("channel '%s' ~ sent message of type %d", mName.c_str(), msg->header.type); in sendMessage()
196 ALOGD("channel '%s' ~ receive message failed, errno=%d", mName.c_str(), errno); in receiveMessage()
209 ALOGD("channel '%s' ~ receive message failed because peer was closed", mName.c_str()); in receiveMessage()
216 ALOGD("channel '%s' ~ received invalid message", mName.c_str()); in receiveMessage()
222 ALOGD("channel '%s' ~ received message of type %d", mName.c_str(), msg->header.type); in receiveMessage()
255 ALOGD("channel '%s' publisher ~ publishKeyEvent: seq=%u, deviceId=%d, source=0x%x, " in publishKeyEvent()
[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("mMarkerFramePosition = %lld", (long long) mMarkerFramePosition); in dump()
184 ALOGD("mMarkerNanoTime = %lld", (long long) mMarkerNanoTime); in dump()
185 ALOGD("mSampleRate = %6d", mSampleRate); in dump()
186 ALOGD("mFramesPerBurst = %6d", mFramesPerBurst); in dump()
187 ALOGD("mMaxLatenessInNanos = %6d", mMaxLatenessInNanos); in dump()
188 ALOGD("mState = %6d", mState); in dump()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp347 ALOGD("nContextFinish, con(%p)", (RsContext)con); in nContextFinish()
786 ALOGD("nAssignName, con(%p), obj(%p)", (RsContext)con, (void *)obj); in nAssignName()
803 ALOGD("nGetName, con(%p), obj(%p)", (RsContext)con, (void *)obj); in nGetName()
817 ALOGD("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj); in nObjDestroy()
828 ALOGD("nDeviceCreate"); in nDeviceCreate()
837 ALOGD("nDeviceDestroy"); in nDeviceDestroy()
846 ALOGD("nDeviceSetConfig dev(%p), param(%i), value(%i)", (void *)dev, p, value); in nDeviceSetConfig()
855 ALOGD("nContextCreate"); in nContextCreate()
881 ALOGD("nContextCreateGL"); in nContextCreateGL()
890 ALOGD("ContextSetPriority, con(%p), priority(%i)", (RsContext)con, p); in nContextSetPriority()
[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/native/cmds/cmd/
Dcmd.cpp76 ALOGD("openFile: %s, full=%s", path8.string(), fullPath.string()); in openFile()
99 ALOGD("openFile: fd=%d", fd); in openFile()
114 ALOGD("openFile: failed selinux write check!"); in openFile()
128 ALOGD("openFile: failed selinux read check!"); in openFile()
180 ALOGD("cmd: starting"); in main()
225 ALOGD("cmd: Invoking %s in=%d, out=%d, err=%d", argv[1], STDIN_FILENO, STDOUT_FILENO, in main()
250 ALOGD("result=%d", (int)res); in main()
/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", newBlock, newBlock->mX, in insertBlock()
83 ALOGD("removeBlock: this, x, y, w, h = %p, %d, %d, %d, %d", blockToRemove, blockToRemove->mX, 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()
299 ALOGD("fitBitmap: Created new block: this, x, y, w, h = %p, %d, %d, %d, %d", in fitBitmap()
310 ALOGD("fitBitmap: Added to existing block: this, x, y, w, h = %p, %d, %d, %d, %d", in fitBitmap()
328 ALOGD("fitBitmap: current block list:"); in fitBitmap()
337 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH); in fitBitmap()

12345678910>>...12