Home
last modified time | relevance | path

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

12345678910>>...14

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.cpp59 ALOGD("audioFormat not valid, audio_format_t = 0x%08x", format); in isFormatValid()
69 ALOGD("channelCount out of range = %d", mSamplesPerFrame); in validate()
74 ALOGD("deviceId out of range = %d", mDeviceId); in validate()
92 ALOGD("illegal sharingMode = %d", mSharingMode); in validate()
102 ALOGD("sampleRate out of range = %d", mSampleRate); in validate()
107 ALOGD("bufferCapacity out of range = %d", mBufferCapacity); in validate()
116 ALOGD("direction not valid = %d", mDirection); in validate()
137 ALOGD("usage not valid = %d", mUsage); in validate()
150 ALOGD("content type not valid = %d", mContentType); in validate()
165 ALOGD("input preset not valid = %d", mInputPreset); in validate()
[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.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/bootanimation/iot/
DBootAction.cpp37 ALOGD("Connecting to peripheralmanager"); in init()
46 ALOGD("Peripheralmanager is up."); in init()
94 ALOGD("Entering boot_action_silent_boot"); in init()
96 ALOGD("Returned from boot_action_silent_boot"); in init()
101 ALOGD("Entering boot_action_init"); in init()
103 ALOGD("Returned from boot_action_init"); in init()
112 ALOGD("Entering boot_action_start_part"); in startPart()
114 ALOGD("Returned from boot_action_start_part"); in startPart()
118 ALOGD("Entering boot_action_shutdown"); in shutdown()
120 ALOGD("Returned from boot_action_shutdown"); in shutdown()
/frameworks/av/media/libstagefright/
DStagefrightPluginLoader.cpp39 ALOGD("CCodec is disabled."); in StagefrightPluginLoader()
44 ALOGD("Failed to load library: %s (%s)", libPath, dlerror()); in StagefrightPluginLoader()
49 ALOGD("Failed to find symbol: CreateCodec (%s)", dlerror()); in StagefrightPluginLoader()
54 ALOGD("Failed to find symbol: CreateBuilder (%s)", dlerror()); in StagefrightPluginLoader()
59 ALOGD("Failed to find symbol: CreateInputSurface (%s)", dlerror()); in StagefrightPluginLoader()
72 ALOGD("Handle or CreateCodec symbol is null"); in createCodec()
80 ALOGD("Handle or CreateBuilder symbol is null"); in createBuilder()
88 ALOGD("Handle or CreateInputSurface symbol is null"); in createInputSurface()
/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/codec2/vndk/
DC2PlatformStorePluginLoader.cpp39 ALOGD("Failed to load library: %s (%s)", libPath, dlerror()); in C2PlatformStorePluginLoader()
44 ALOGD("Failed to find symbol: CreateBlockPool (%s)", dlerror()); in C2PlatformStorePluginLoader()
48 ALOGD("Failed to find symbol: CreateAllocator (%s)", dlerror()); in C2PlatformStorePluginLoader()
63 ALOGD("Handle or CreateBlockPool symbol is null"); in createBlockPool()
72 ALOGD("Failed to CreateBlockPool by allocator id: %u", allocatorId); in createBlockPool()
79 ALOGD("Handle or CreateAllocator symbol is null"); in createAllocator()
86 ALOGD("Failed to CreateAllocator by id: %u, res: %d", allocatorId, res); in createAllocator()
/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/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/av/media/codec2/sfplugin/
DCodec2Buffer.cpp74 ALOGD("Error while mapping: %d", view.error()); in copyLinear()
78 ALOGD("C2ConstLinearBlock lied --- it actually doesn't fit: view(%u) > this(%zu)", in copyLinear()
218 ALOGD("Converter: view.error() = %d", view.error()); in GraphicView2MediaImageConverter()
225 ALOGD("Converter: 0 planes"); in GraphicView2MediaImageConverter()
241 ALOGD("Converter: %d planes for YUV layout", layout.numPlanes); in GraphicView2MediaImageConverter()
254 ALOGD("Converter: not YUV420 for YUV layout"); in GraphicView2MediaImageConverter()
342ALOGD("Converter: incompactible color format (%d) for YUV layout", mColorFormat); in GraphicView2MediaImageConverter()
350 ALOGD("Converter: incompactible color format (%d) for YUVA layout", mColorFormat); in GraphicView2MediaImageConverter()
362ALOGD("Converter: incompactible color format (%d) for RGB layout", mColorFormat); in GraphicView2MediaImageConverter()
367 ALOGD("Converter: %d planes for RGB layout", layout.numPlanes); in GraphicView2MediaImageConverter()
[all …]
/frameworks/base/libs/hwui/
DProperties.cpp136 ALOGD("profile bars %s", sDisableProfileBars ? "disabled" : "enabled"); in overrideProperty()
140 ALOGD("ambientRatio = %.2f", overrideAmbientRatio); in overrideProperty()
144 ALOGD("lightRadius = %.2f", overrideLightRadius); in overrideProperty()
148 ALOGD("lightPos Y = %.2f", overrideLightPosY); in overrideProperty()
152 ALOGD("lightPos Z = %.2f", overrideLightPosZ); in overrideProperty()
156 ALOGD("ambient shadow strength = 0x%x out of 0xff", overrideAmbientShadowStrength); in overrideProperty()
160 ALOGD("spot shadow strength = 0x%x out of 0xff", overrideSpotShadowStrength); in overrideProperty()
163 ALOGD("failed overriding property %s to %s", name, value); in overrideProperty()
/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()
DAAudioStreamRequest.cpp92 ALOGD("mUserId = %d", mUserId); in dump()
93 ALOGD("mProcessId = %d", mProcessId); in dump()
94 ALOGD("mSharingModeMatchRequired = %d", mSharingModeMatchRequired); in dump()
95 ALOGD("mInService = %d", mInService); in dump()
/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/libstagefright/foundation/
DOpusHeader.cpp186 ALOGD("Buffer not large enough to hold unified OPUS CSD"); in WriteOpusHeaders()
213 ALOGD("%s: WriteOpusHeader failed", __func__); in WriteOpusHeaders()
235 ALOGD("Buffer not large enough to hold codec delay"); in WriteOpusHeaders()
248 ALOGD("Buffer not large enough to hold seek pre roll"); in WriteOpusHeaders()
288 ALOGD("Unexpected size for opusHeadSize %zu", data_size); in GetOpusHeaderBuffers()
303 ALOGD("Unexpected size for opusHeadSize %" PRIu64, value); in GetOpusHeaderBuffers()
308 ALOGD("Marker signals a header that is larger than input"); in GetOpusHeaderBuffers()
318 ALOGD("Unexpected size for codecDelay %" PRIu64, value); in GetOpusHeaderBuffers()
323 ALOGD("Marker signals a header that is larger than input"); in GetOpusHeaderBuffers()
332 ALOGD("Unexpected size for seekPreRollSize %" PRIu64, value); in GetOpusHeaderBuffers()
[all …]
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp160 ALOGD("%s() mMapClient.uid = %d, pid = %d => portHandle = %d\n", in open()
165 ALOGD("%s() - openMmapStream() returned status %d", __func__, status); in open()
183 ALOGD("%s() deviceId = %d, sessionId = %d", __func__, getDeviceId(), getSessionId()); in open()
198 ALOGD("%s() createMmapBuffer() buffer_size = %d fr, burst_size %d fr" in open()
235 ALOGD("%s() actual rate = %d, channels = %d" in open()
239 ALOGD("%s() format = 0x%08x, frame size = %d, burst size = %d", in open()
335 ALOGD("%s(portHandle = %d) called", __func__, portHandle); in onTearDown()
338 ALOGD("%s(%d) tearing down this entire MMAP endpoint", __func__, portHandle); in onTearDown()
342 ALOGD("%s(%d) disconnect a specific stream", __func__, portHandle); in onTearDown()
344 ALOGD("%s(%d) disconnectStreamByPortHandle returned %d", __func__, portHandle, result); in onTearDown()
[all …]
/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/av/media/codec2/components/aom/
DC2SoftAomDec.h90 ALOGD("GENERATE_FILE_NAMES"); \
102 ALOGD("Opened file %s", m_filename); \
105 ALOGD("Could not open file %s", m_filename); \
113 ALOGD("Dump to file!"); \
116 ALOGD("Error in fwrite, returned %d", i); \
121 ALOGD("Could not write to file %s", m_filename); \
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_WifiNative.cpp39 ALOGD("no kernel logs"); in android_net_wifi_readKernelLogNative()
45 ALOGD("can't allocate temporary storage"); in android_net_wifi_readKernelLogNative()
51 ALOGD("can't read logs - %d", read); in android_net_wifi_readKernelLogNative()
64 ALOGD("can't allocate array"); in android_net_wifi_readKernelLogNative()
/frameworks/av/media/libaaudio/src/client/
DIsochronousClockModel.cpp187 ALOGD("mMarkerFramePosition = %lld", (long long) mMarkerFramePosition); in dump()
188 ALOGD("mMarkerNanoTime = %lld", (long long) mMarkerNanoTime); in dump()
189 ALOGD("mSampleRate = %6d", mSampleRate); in dump()
190 ALOGD("mFramesPerBurst = %6d", mFramesPerBurst); in dump()
191 ALOGD("mMaxLatenessInNanos = %6d", mMaxLatenessInNanos); in dump()
192 ALOGD("mState = %6d", mState); in dump()
/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/base/core/jni/
Dandroid_view_InputEventReceiver.cpp97 ALOGD("channel '%s' ~ Initializing input event receiver.", getInputChannelName().c_str()); in NativeInputEventReceiver()
113 ALOGD("channel '%s' ~ Disposing input event receiver.", getInputChannelName().c_str()); in dispose()
121 ALOGD("channel '%s' ~ Finished input event.", getInputChannelName().c_str()); in finishInputEvent()
128 ALOGD("channel '%s' ~ Could not send finished signal immediately. " in finishInputEvent()
164 ALOGD("channel '%s' ~ Publisher closed input channel or an error occurred. " in handleEvent()
186 ALOGD("channel '%s' ~ Sent %zu queued finish events; %zu left.", in handleEvent()
205 ALOGD("channel '%s' ~ Sent %zu queued finish events; none left.", in handleEvent()
221 ALOGD("channel '%s' ~ Consuming input events, consumeBatches=%s, frameTime=%" PRId64, in consumeEvents()
256ALOGD("channel '%s' ~ Dispatching batched input event pending notification.", in consumeEvents()
288 ALOGD("channel '%s' ~ Received key event.", getInputChannelName().c_str()); in consumeEvents()
[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()

12345678910>>...14