/frameworks/base/libs/androidfw/ |
D | ObbFile.cpp | 93 ALOGW("couldn't open file %s: %s", filename, strerror(errno)); in readFrom() 100 ALOGW("failed to read from %s (fd=%d)\n", filename, fd); in readFrom() 110 ALOGW("attempt to read from invalid fd\n"); in readFrom() 123 ALOGW("error seeking in ObbFile: %s\n", strerror(errno)); in parseObbFile() 125 … ALOGW("file is only %lld (less than %d minimum)\n", (long long int)fileLength, kFooterMinSize); in parseObbFile() 139 ALOGW("couldn't read footer signature: %s\n", strerror(errno)); in parseObbFile() 145 ALOGW("footer didn't match magic string (expected 0x%08x; got 0x%08x)\n", in parseObbFile() 153 ALOGW("claimed footer size is too large (0x%08zx; file size is 0x%08lld)\n", in parseObbFile() 159 ALOGW("claimed footer size is too small (0x%zx; minimum size is 0x%x)\n", in parseObbFile() 167 ALOGW("seek %lld failed: %s\n", (long long int)fileOffset, strerror(errno)); in parseObbFile() [all …]
|
D | DisplayEventDispatcher.cpp | 44 ALOGW("Failed to initialize display event receiver, status=%d", result); in initialize() 79 ALOGW("Failed to request next vsync, status=%d", status); in scheduleVsync() 96 ALOGW("Received spurious callback for unhandled poll event. " in handleEvent() 137 ALOGW("dispatcher %p ~ ignoring unknown event type %#x", this, ev.header.type); in processPendingEvents() 143 ALOGW("Failed to get events from display event dispatcher, status=%d", status_t(n)); in processPendingEvents()
|
D | ZipFileRO.cpp | 70 ALOGW("Error opening archive %s: %s", zipFileName, ErrorCodeString(error)); in open() 142 ALOGW("Could not start iteration over %s: %s", mFileName, ErrorCodeString(error)); in startIteration() 157 ALOGW("Error iteration over %s: %s", mFileName, ErrorCodeString(error)); in nextEntry() 185 ALOGW("Buffer too short, requires %d bytes for entry name", requiredSize); in getEntryFileName() 232 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry() 249 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry()
|
D | ResourceTypes.cpp | 120 ALOGW("%s data size 0x%x extends beyond resource end %p.", in validate_chunk() 124 ALOGW("%s size 0x%x or headerSize 0x%x is not on an integer boundary.", in validate_chunk() 128 ALOGW("%s size 0x%x is smaller than header size 0x%x.", in validate_chunk() 132 ALOGW("%s header size 0x%04x is too small.", in validate_chunk() 237 ALOGW("idmap: header too small (%d bytes)", (uint32_t) size); in assertIdmapHeader() 243 ALOGW("idmap: no magic found in header (is 0x%08x, expected 0x%08x)", in assertIdmapHeader() 252 ALOGW("idmap: version mismatch in header (is 0x%08x, expected 0x%08x)", in assertIdmapHeader() 381 … ALOGW("idmap: too many mappings. Only 255 are possible but %u are present", (uint32_t) mapCount); in parseIdmap() 487 ALOGW("Bad string block: header size %d or total size %d is larger than data size %d\n", in setTo() 499 ALOGW("Bad string block: entry of %d items extends past data size %d\n", in setTo() [all …]
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 82 ALOGW("Could not initialize EGL"); in com_android_server_AssetAtlasService_upload() 101 ALOGW("Could not select EGL configuration"); in com_android_server_AssetAtlasService_upload() 107 ALOGW("Could not find EGL configuration"); in com_android_server_AssetAtlasService_upload() 124 ALOGW("Could not create EGL context"); in com_android_server_AssetAtlasService_upload() 132 ALOGW("Could not create EGL surface"); in com_android_server_AssetAtlasService_upload() 137 ALOGW("Could not change current EGL context"); in com_android_server_AssetAtlasService_upload() 148 ALOGW("Could not create EGL image"); in com_android_server_AssetAtlasService_upload() 156 ALOGW("Could not create/bind texture"); in com_android_server_AssetAtlasService_upload() 165 ALOGW("Could not upload to texture"); in com_android_server_AssetAtlasService_upload() 174 ALOGW("Could not create sync fence %#x", eglGetError()); in com_android_server_AssetAtlasService_upload() [all …]
|
/frameworks/av/media/libcpustats/ |
D | ThreadCpuUsage.cpp | 121 ALOGW("Can't add sample because measurements have never been enabled"); in sample() 143 ALOGW("Can't compute elapsed time because measurements have never been enabled"); in elapsed() 182 ALOGW("kernel_max %d but MAX_CPU %d", sKernelMax, MAX_CPU); in init() 185 ALOGW("kernel_max invalid %d", sKernelMax); in init() 192 ALOGW("Can't read number of CPUs"); in init() 196 ALOGW("Can't open number of CPUs"); in init() 207 ALOGW("getCpukHz called with invalid CPU %d", cpuNum); in getCpukHz() 230 ALOGW("getCpukHz can't open CPU %d", cpuNum); in getCpukHz() 247 ALOGW("Can't read CPU %d frequency", cpuNum); in getCpukHz()
|
/frameworks/base/libs/hwui/ |
D | Readback.cpp | 45 ALOGW("Can't copy surface into bitmap, %dx%d exceeds max texture size %d", in copySurfaceInto() 51 ALOGW("Could not obtain an FBO"); in copySurfaceInto() 109 ALOGW("Failed to get last queued buffer, error = %d", err); in copySurfaceInto() 113 ALOGW("Surface doesn't have any previously queued frames, nothing to readback from"); in copySurfaceInto() 117 ALOGW("Surface is protected, unable to copy from it"); in copySurfaceInto() 139 ALOGW("Error creating image (%#x)", eglGetError()); in copySurfaceInto() 150 ALOGW("Error creating image (%#x)", status); in copySurfaceInto()
|
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 125 ALOGW("%s: failed to open zip %s\n", __FUNCTION__, path); in parse_apk() 130 ALOGW("%s: failed to find entry AndroidManifest.xml\n", __FUNCTION__); in parse_apk() 136 ALOGW("%s: failed to read entry info\n", __FUNCTION__); in parse_apk() 140 ALOGW("%s: cannot handle zip compression method %" PRIu16 "\n", __FUNCTION__, method); in parse_apk() 145 ALOGW("%s: failed to create FileMap\n", __FUNCTION__); in parse_apk() 150 ALOGW("%s: failed to allocate %" PRIu32 " byte\n", __FUNCTION__, uncompLen); in parse_apk() 156 ALOGW("%s: failed to inflate %" PRIu32 " byte\n", __FUNCTION__, uncompLen); in parse_apk()
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 130 ALOGW("Zygote SIGCHLD error in waitpid: %s", strerror(errno)); in SigChldHandler() 150 ALOGW("Error setting SIGCHLD handler: %s", strerror(errno)); in SetSigChldHandler() 162 ALOGW("Error unsetting SIGCHLD handler: %s", strerror(errno)); in UnsetSigChldHandler() 287 ALOGW("Failed to unmount %s: %s", path.c_str(), strerror(errno)); in UnmountTree() 301 ALOGW("Failed to unshare(): %s", strerror(errno)); in MountEmulatedStorage() 318 ALOGW("Failed to mount %s to /storage: %s", storageSource.string(), strerror(errno)); in MountEmulatedStorage() 330 ALOGW("Failed to mount %s to /storage/self: %s", userSource.string(), strerror(errno)); in MountEmulatedStorage() 412 ALOGW("Unable to set the name of current thread to '%s': %s", buf, strerror(errno)); in SetThreadName() 425 ALOGW("Unable to set zygote scheduler boost"); in SetForkLoad() 479 ALOGW("Native bridge will not be used because dataDir == NULL."); in ForkAndSpecializeCommon() [all …]
|
D | android_backup_BackupHelperDispatcher.cpp | 62 ALOGW("Skipping unknown header: %d bytes", flattenedHeader.headerSize); in readHeader_native() 73 ALOGW("Failed reading chunk header"); in readHeader_native() 79 ALOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version, in readHeader_native() 98 ALOGW("Malformed V1 header remainingHeader=%d dataSize=%d nameLength=%d", remainingHeader, in readHeader_native() 105 ALOGW("unable to allocate %d bytes", flattenedHeader.nameLength); in readHeader_native()
|
D | android_view_InputEventReceiver.cpp | 139 ALOGW("Failed to send finished signal on channel '%s'. status=%d", in finishInputEvent() 191 ALOGW("Failed to send finished signal on channel '%s'. status=%d", in handleEvent() 212 ALOGW("channel '%s' ~ Received spurious callback for unhandled poll event. " in handleEvent() 246 ALOGW("channel '%s' ~ Receiver object was finalized " in consumeEvents() 276 ALOGW("channel '%s' ~ Receiver object was finalized " in consumeEvents() 321 ALOGW("channel '%s' ~ Failed to obtain event object.", getInputChannelName()); in consumeEvents()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | EffectDescriptor.cpp | 61 ALOGW("registerEffect() memory limit exceeded for Fx %s, Memory %d KB", in registerEffect() 89 ALOGW("unregisterEffect() unknown effect ID %d", id); in unregisterEffect() 98 ALOGW("unregisterEffect() memory %d too big for total %d", in unregisterEffect() 115 ALOGW("unregisterEffect() unknown effect ID %d", id); in setEffectEnabled() 134 ALOGW("setEffectEnabled(true) CPU Load limit exceeded for Fx %s, CPU %f MIPS", in setEffectEnabled() 142 ALOGW("setEffectEnabled(false) CPU load %d too high for total %d", in setEffectEnabled()
|
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 70 ALOGW("setPhoneState() invalid state %d", state); in setPhoneState() 75 ALOGW("setPhoneState() setting same state %d", state); in setPhoneState() 100 ALOGW("setForceUse() invalid config %d for FOR_COMMUNICATION", config); in setForceUse() 111 ALOGW("setForceUse() invalid config %d for FOR_MEDIA", config); in setForceUse() 119 ALOGW("setForceUse() invalid config %d for FOR_RECORD", config); in setForceUse() 130 ALOGW("setForceUse() invalid config %d for FOR_DOCK", config); in setForceUse() 137 ALOGW("setForceUse() invalid config %d for FOR_SYSTEM", config); in setForceUse() 144 ALOGW("setForceUse() invalid config %d for HDMI_SYSTEM_AUDIO", config); in setForceUse() 152 ALOGW("setForceUse() invalid config %d for ENCODED_SURROUND", config); in setForceUse() 158 ALOGW("setForceUse() invalid usage %d", usage); in setForceUse() [all …]
|
/frameworks/av/media/libeffects/factory/ |
D | EffectsFactory.c | 293 ALOGW("EffectCreate() init error: %d", ret); in EffectCreate() 312 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret); in EffectCreate() 378 ALOGW("EffectRelease() fx %p library already unloaded", handle); in EffectRelease() 413 ALOGW("NULL pointer or insufficient memory. Cannot query subeffects"); in EffectGetSubEffects() 539 ALOGW("loadLibrary() failed to open %s", path); in loadLibrary() 545 ALOGW("loadLibrary() could not find symbol %s", AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR); in loadLibrary() 550 ALOGW("getLibrary() bad tag %08x in lib info struct", desc->tag); in loadLibrary() 556 ALOGW("loadLibrary() bad lib version %08x", desc->version); in loadLibrary() 603 ALOGW("addSubEffect() could not get library %s", node->value); in addSubEffect() 611 ALOGW("addSubEffect() invalid uuid %s", node->value); in addSubEffect() [all …]
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyClientImpl.cpp | 32 ALOGW("%s: could not get AudioFlinger", __func__); in loadHwModule() 49 ALOGW("%s: could not get AudioFlinger", __func__); in openOutput() 61 ALOGW("%s: could not get AudioFlinger", __func__); in openDuplicateOutput() 81 ALOGW("%s: could not get AudioFlinger", __func__); in suspendOutput() 92 ALOGW("%s: could not get AudioFlinger", __func__); in restoreOutput() 109 ALOGW("%s: could not get AudioFlinger", __func__); in openInput()
|
D | AudioPolicyClientImplLegacy.cpp | 58 ALOGW("%s: could not get AudioFlinger", __func__); in aps_load_hw_module() 76 ALOGW("%s: could not get AudioFlinger", __func__); in open_output() 138 ALOGW("%s: could not get AudioFlinger", __func__); in aps_open_dup_output() 158 ALOGW("%s: could not get AudioFlinger", __func__); in aps_suspend_output() 169 ALOGW("%s: could not get AudioFlinger", __func__); in aps_restore_output() 184 ALOGW("%s: could not get AudioFlinger", __func__); in open_input()
|
/frameworks/av/media/img_utils/src/ |
D | FileOutput.cpp | 28 ALOGW("%s: Destructor called with %s still open.", __FUNCTION__, mPath.string()); in ~FileOutput() 35 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string()); in open() 65 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string()); in close()
|
D | TiffIfd.cpp | 37 ALOGW("%s: Failed to add entry for tag 0x%x to IFD %u, too many entries in IFD!", in addEntry() 43 ALOGW("%s: Failed to add entry for tag 0x%x to ifd %u.", __FUNCTION__, entry->getTag(), in addEntry() 53 ALOGW("%s: No entry for tag 0x%x in ifd %u.", __FUNCTION__, tag, mIfdId); in getEntry() 79 ALOGW("%s: Could not calculate IFD offsets, IFD %u contains too many entries.", in checkAndGetOffset() 85 ALOGW("%s: Could not calculate IFD offsets, IFD %u contains no entries.", __FUNCTION__, in checkAndGetOffset() 91 ALOGW("%s: Could not calculate IFD offsets, IFD %u had a bad initial offset.", in checkAndGetOffset() 143 ALOGW("Sizes do not match for tag %x. Expected %zu, received %zu", in writeData()
|
/frameworks/av/services/audioflinger/ |
D | PatchPanel.cpp | 191 ALOGW("createAudioPatch() bad src hw module %d", srcModule); in createAudioPatch() 206 ALOGW("createAudioPatch() different sink types in same patch not supported"); in createAudioPatch() 225 ALOGW("createAudioPatch() invalid source combination"); in createAudioPatch() 234 ALOGW("createAudioPatch() cannot get playback thread"); in createAudioPatch() 301 ALOGW("createAudioPatch() bad capture I/O handle %d", in createAudioPatch() 327 ALOGW("createAudioPatch() bad src hw module %d", srcModule); in createAudioPatch() 335 ALOGW("createAudioPatch() invalid sink type %d for mix source", in createAudioPatch() 350 ALOGW("createAudioPatch() bad playback I/O handle %d", in createAudioPatch() 565 ALOGW("releaseAudioPatch() bad src hw module %d", srcModule); in releaseAudioPatch() 580 ALOGW("releaseAudioPatch() bad capture I/O handle %d", in releaseAudioPatch() [all …]
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 169 ALOGW("Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without..."); in loadConfig() 194 ALOGW("Multiple calls to setTextureAtlas!"); in setTextureAtlas() 246 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, egl_error_str()); in destroySurface() 276 ALOGW("Failed to make current on surface %p, error=%s", in makeCurrent() 351 ALOGW("swapBuffers encountered EGL error %d on %p, halting rendering...", in swapBuffers() 374 ALOGW("Failed to set EGL_SWAP_BEHAVIOR on surface %p, error=%s", in setPreserveBuffer() 381 ALOGW("Failed to query EGL_SWAP_BEHAVIOR on surface %p, error=%p", in setPreserveBuffer()
|
/frameworks/av/services/mediaextractor/minijail/ |
D | minijail.cpp | 32 ALOGW("No seccomp filter defined for this architecture."); in MiniJail() 38 ALOGW("Failed to create minijail."); in MiniJail()
|
/frameworks/av/services/mediacodec/minijail/ |
D | minijail.cpp | 32 ALOGW("No seccomp filter defined for this architecture."); in MiniJail() 38 ALOGW("Failed to create minijail."); in MiniJail()
|
/frameworks/av/media/libstagefright/omx/ |
D | GraphicBufferSource.cpp | 211 ALOGW("potential buffer leak (acquired %d)", mNumBufferAcquired); in ~GraphicBufferSource() 216 ALOGW("consumerDisconnect failed: %d", err); in ~GraphicBufferSource() 288 ALOGW("Dropped back down to Loaded without Executing"); in omxLoaded() 455 ALOGW("giving up limiting timestamp gap (pts = %lld)", in codecBufferFilled() 480 ALOGW("suspend: frame was not available"); in suspend() 483 ALOGW("suspend: acquireBuffer returned err=%d", err); in suspend() 600 ALOGW("fillCodecBuffer_l: frame was not available"); in fillCodecBuffer_l() 604 ALOGW("fillCodecBuffer_l: acquireBuffer returned err=%d", err); in fillCodecBuffer_l() 817 ALOGW("Dropping frame that's going backward in time"); in getTimestamp() 854 ALOGW("WARNING: emptyNativeWindowBuffer failed: 0x%x", err); in submitBuffer_l() [all …]
|
/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 154 ALOGW("Failed to convert meta data to message"); in extractVideoFrame() 168 ALOGW("Failed to instantiate decoder [%s]", componentName.c_str()); in extractVideoFrame() 174 ALOGW("configure returned error %d (%s)", err, asString(err)); in extractVideoFrame() 181 ALOGW("start returned error %d (%s)", err, asString(err)); in extractVideoFrame() 212 ALOGW("source failed to start: %d (%s)", err, asString(err)); in extractVideoFrame() 220 ALOGW("failed to get input buffers: %d (%s)", err, asString(err)); in extractVideoFrame() 229 ALOGW("failed to get output buffers: %d (%s)", err, asString(err)); in extractVideoFrame() 260 ALOGW("Timed out waiting for input"); in extractVideoFrame() 273 ALOGW("Input Error or EOS"); in extractVideoFrame() 340 ALOGW("Received error %d (%s) instead of output", err, asString(err)); in extractVideoFrame()
|
D | MediaClock.cpp | 59 ALOGW("reject anchor time since it is negative."); in updateAnchor() 68 ALOGW("reject anchor time since it leads to negative media time."); in updateAnchor() 103 ALOGW("setRate: anchor time should not be negative, set to 0."); in setPlaybackRate()
|