/frameworks/av/media/libaaudio/src/core/ |
D | AAudioStreamParameters.cpp | 60 ALOGD("audioFormat not valid, audio_format_t = 0x%08x", format); in isFormatValid() 70 ALOGD("channelCount out of range = %d", mSamplesPerFrame); in validate() 75 ALOGD("deviceId out of range = %d", mDeviceId); in validate() 93 ALOGD("illegal sharingMode = %d", mSharingMode); in validate() 103 ALOGD("sampleRate out of range = %d", mSampleRate); in validate() 108 ALOGD("bufferCapacity out of range = %d", mBufferCapacity); in validate() 117 ALOGD("direction not valid = %d", mDirection); in validate() 142 ALOGD("usage not valid = %d", mUsage); in validate() 155 ALOGD("content type not valid = %d", mContentType); in validate() 170 ALOGD("input preset not valid = %d", mInputPreset); in validate() [all …]
|
/frameworks/base/libs/storage/ |
D | IMountService.cpp | 69 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/ |
D | MockDrmCryptoPlugin.cpp | 94 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/tools/aapt/ |
D | ZipFile.cpp | 81 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 …]
|
D | ZipEntry.cpp | 51 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/codec2/vndk/ |
D | C2PlatformStorePluginLoader.cpp | 39 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/av/media/libaaudio/src/client/ |
D | IsochronousClockModel.cpp | 77 ALOGD("stop(nanos = %lld) max lateness = %d micros\n", in stop() 148 ALOGD("%s() - STATE_RUNNING - #%d, %4d micros EARLY", in processTimestamp() 164 ALOGD("%s() - STATE_RUNNING - #%d, DRIFT, lateness = %d micros", in processTimestamp() 175 ALOGD("%s() - STATE_RUNNING - #%d, newmax %d - oldmax %d = %4d micros LATE", in processTimestamp() 267 ALOGD("mMarkerFramePosition = %" PRIu64, mMarkerFramePosition); in dump() 268 ALOGD("mMarkerNanoTime = %" PRIu64, mMarkerNanoTime); in dump() 269 ALOGD("mSampleRate = %6d", mSampleRate); in dump() 270 ALOGD("mFramesPerBurst = %6d", mFramesPerBurst); in dump() 271 ALOGD("mMaxMeasuredLatenessNanos = %6d", mMaxMeasuredLatenessNanos); in dump() 272 ALOGD("mState = %6d", mState); in dump() [all …]
|
/frameworks/av/media/mtp/ |
D | MtpObjectInfo.cpp | 98 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/ |
D | Codec2Buffer.cpp | 78 ALOGD("Error while mapping: %d", view.error()); in copyLinear() 82 ALOGD("C2ConstLinearBlock lied --- it actually doesn't fit: view(%u) > this(%zu)", in copyLinear() 230 ALOGD("Converter: view.error() = %d", view.error()); in GraphicView2MediaImageConverter() 237 ALOGD("Converter: 0 planes"); in GraphicView2MediaImageConverter() 253 ALOGD("Converter: %d planes for YUV layout", layout.numPlanes); in GraphicView2MediaImageConverter() 266 ALOGD("Converter: not YUV420 for YUV layout"); in GraphicView2MediaImageConverter() 354 … ALOGD("Converter: incompactible color format (%d) for YUV layout", mColorFormat); in GraphicView2MediaImageConverter() 362 ALOGD("Converter: incompactible color format (%d) for YUVA layout", mColorFormat); in GraphicView2MediaImageConverter() 374 … ALOGD("Converter: incompactible color format (%d) for RGB layout", mColorFormat); in GraphicView2MediaImageConverter() 379 ALOGD("Converter: %d planes for RGB layout", layout.numPlanes); in GraphicView2MediaImageConverter() [all …]
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | VibratorInputMapper.cpp | 52 ALOGD("vibrate: deviceId=%d, pattern=[%s], repeat=%zd, token=%d", getDeviceId(), in vibrate() 68 ALOGD("cancelVibrate: deviceId=%d, token=%d", getDeviceId(), token); in cancelVibrate() 101 ALOGD("nextStep: sending vibrate deviceId=%d, duration=%" PRId64, getDeviceId(), duration); in nextStep() 106 ALOGD("nextStep: sending cancel vibrate deviceId=%d", getDeviceId()); in nextStep() 114 ALOGD("nextStep: scheduled timeout in %0.3fms", duration * 0.000001f); in nextStep() 121 ALOGD("stopVibrating: sending cancel vibrate deviceId=%d", getDeviceId()); in stopVibrating()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1155 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/ |
D | OpusHeader.cpp | 194 ALOGD("Buffer not large enough to hold unified OPUS CSD"); in WriteOpusHeaders() 221 ALOGD("%s: WriteOpusHeader failed", __func__); in WriteOpusHeaders() 243 ALOGD("Buffer not large enough to hold codec delay"); in WriteOpusHeaders() 256 ALOGD("Buffer not large enough to hold seek pre roll"); in WriteOpusHeaders() 296 ALOGD("Unexpected size for opusHeadSize %zu", data_size); in GetOpusHeaderBuffers() 304 ALOGD("Unexpected size for unified opus csd %zu", data_size); in GetOpusHeaderBuffers() 315 ALOGD("Unexpected size for opusHeadSize %" PRIu64, value); in GetOpusHeaderBuffers() 320 ALOGD("Marker signals a header that is larger than input"); in GetOpusHeaderBuffers() 330 ALOGD("Unexpected size for codecDelay %" PRIu64, value); in GetOpusHeaderBuffers() 335 ALOGD("Marker signals a header that is larger than input"); in GetOpusHeaderBuffers() [all …]
|
/frameworks/av/media/libaaudio/src/binding/ |
D | AudioEndpointParcelable.cpp | 148 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()
|
D | AAudioStreamRequest.cpp | 92 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/av/services/oboeservice/ |
D | AAudioServiceEndpointMMAP.cpp | 140 ALOGD("%s() mMapClient.uid = %d, pid = %d => portHandle = %d\n", in open() 145 ALOGD("%s() - openMmapStream() returned status %d", __func__, status); in open() 163 ALOGD("%s() deviceId = %d, sessionId = %d", __func__, getDeviceId(), getSessionId()); in open() 178 ALOGD("%s() createMmapBuffer() buffer_size = %d fr, burst_size %d fr" in open() 215 ALOGD("%s() actual rate = %d, channels = %d" in open() 219 ALOGD("%s() format = 0x%08x, frame size = %d, burst size = %d", in open() 323 ALOGD("%s(%d) tearing down this entire MMAP endpoint", __func__, portHandle); in handleTearDownAsync() 327 ALOGD("%s(%d) disconnect a specific stream", __func__, portHandle); in handleTearDownAsync() 329 ALOGD("%s(%d) disconnectStreamByPortHandle returned %d", __func__, portHandle, result); in handleTearDownAsync() 335 ALOGD("%s(portHandle = %d) called", __func__, portHandle); in onTearDown() [all …]
|
/frameworks/av/media/libaudioclient/ |
D | PlayerBase.cpp | 33 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/libs/hwui/ |
D | Properties.cpp | 138 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()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.h | 90 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/base/core/jni/ |
D | android_view_InputEventReceiver.cpp | 102 ALOGD("channel '%s' ~ Initializing input event receiver.", getInputChannelName().c_str()); in NativeInputEventReceiver() 118 ALOGD("channel '%s' ~ Disposing input event receiver.", getInputChannelName().c_str()); in dispose() 126 ALOGD("channel '%s' ~ Finished input event.", getInputChannelName().c_str()); in finishInputEvent() 133 ALOGD("channel '%s' ~ Could not send finished signal immediately. " in finishInputEvent() 169 ALOGD("channel '%s' ~ Publisher closed input channel or an error occurred. " in handleEvent() 191 ALOGD("channel '%s' ~ Sent %zu queued finish events; %zu left.", in handleEvent() 210 ALOGD("channel '%s' ~ Sent %zu queued finish events; none left.", in handleEvent() 226 ALOGD("channel '%s' ~ Consuming input events, consumeBatches=%s, frameTime=%" PRId64, in consumeEvents() 266 ALOGD("channel '%s' ~ Dispatching batched input event pending notification.", in consumeEvents() 296 ALOGD("channel '%s' ~ Received key event.", getInputChannelName().c_str()); in consumeEvents() [all …]
|
D | android_app_NativeActivity.cpp | 90 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() 403 ALOGD("unloadNativeCode_native"); in unloadNativeCode_native() 415 ALOGD("onStart_native"); in onStart_native() 429 ALOGD("onResume_native"); in onResume_native() 443 ALOGD("onSaveInstanceState_native"); in onSaveInstanceState_native() 472 ALOGD("onPause_native"); in onPause_native() 486 ALOGD("onStop_native"); in onStop_native() 500 ALOGD("onConfigurationChanged_native"); in onConfigurationChanged_native() [all …]
|
/frameworks/base/libs/androidfw/ |
D | BackupData.cpp | 109 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/media/tests/audiotests/ |
D | shared_mem_test.cpp | 57 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/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 347 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/av/media/libaaudio/src/legacy/ |
D | AudioStreamLegacy.cpp | 122 ALOGD("%s() callback returned AAUDIO_CALLBACK_RESULT_STOP", __func__); in processCallbackCommon() 143 ALOGD("processCallbackCommon() stream disconnected"); in processCallbackCommon() 155 ALOGD("checkForDisconnectRequest() mRequestDisconnect acknowledged"); in checkForDisconnectRequest() 212 ALOGD("%s() devId %d => %d", __func__, (int) getDeviceId(), (int)deviceId); in onAudioDeviceUpdate() 219 ALOGD("onAudioDeviceUpdate() request DISCONNECT in data callback due to device change"); in onAudioDeviceUpdate() 225 ALOGD("onAudioDeviceUpdate() DISCONNECT the stream now"); in onAudioDeviceUpdate()
|
/frameworks/native/libs/input/ |
D | KeyLayoutMap.cpp | 72 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() 138 ALOGD("mapAxis: scanCode=%d ~ Failed.", scanCode); in mapAxis() 146 ALOGD("mapAxis: scanCode=%d ~ Result mode=%d, axis=%d, highAxis=%d, " in mapAxis() 161 ALOGD("findScanCodeForLed: ledCode=%d, scanCode=%d.", ledCode, *outScanCode); in findScanCodeForLed() 167 ALOGD("findScanCodeForLed: ledCode=%d ~ Not found.", ledCode); in findScanCodeForLed() 178 ALOGD("findUsageForLed: ledCode=%d, usage=%x.", ledCode, *outUsageCode); in findUsageCodeForLed() 184 ALOGD("findUsageForLed: ledCode=%d ~ Not found.", ledCode); in findUsageCodeForLed() 202 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(), in parse() [all …]
|