Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 25 of 259) sorted by relevance

1234567891011

/frameworks/base/libs/androidfw/
DObbFile.cpp93 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", 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%08llx)\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", fileOffset, strerror(errno)); in parseObbFile()
[all …]
DZipFileRO.cpp75 ALOGW("Error opening archive %s: %s", zipFileName, ErrorCodeString(error)); in open()
137 ALOGW("Could not start iteration over %s: %s", mFileName, ErrorCodeString(error)); in startIteration()
152 ALOGW("Error iteration over %s: %s", mFileName, ErrorCodeString(error)); in nextEntry()
180 ALOGW("Buffer too short, requires %d bytes for entry name", requiredSize); in getEntryFileName()
227 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry()
244 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry()
DResourceTypes.cpp115 ALOGW("%s data size 0x%x extends beyond resource end %p.", in validate_chunk()
119 ALOGW("%s size 0x%x or headerSize 0x%x is not on an integer boundary.", in validate_chunk()
123 ALOGW("%s size 0x%x is smaller than header size 0x%x.", in validate_chunk()
127 ALOGW("%s header size 0x%04x is too small.", in validate_chunk()
232 ALOGW("idmap: header too small (%d bytes)", (uint32_t) size); in assertIdmapHeader()
238 ALOGW("idmap: no magic found in header (is 0x%08x, expected 0x%08x)", in assertIdmapHeader()
247 ALOGW("idmap: version mismatch in header (is 0x%08x, expected 0x%08x)", in assertIdmapHeader()
376ALOGW("idmap: too many mappings. Only 255 are possible but %u are present", (uint32_t) mapCount); in parseIdmap()
482 ALOGW("Bad string block: header size %d or total size %d is larger than data size %d\n", in setTo()
494 ALOGW("Bad string block: entry of %d items extends past data size %d\n", in setTo()
[all …]
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp106 ALOGW("Could not initialize EGL"); in com_android_server_AssetAtlasService_upload()
125 ALOGW("Could not select EGL configuration"); in com_android_server_AssetAtlasService_upload()
131 ALOGW("Could not find EGL configuration"); in com_android_server_AssetAtlasService_upload()
148 ALOGW("Could not create EGL context"); in com_android_server_AssetAtlasService_upload()
156 ALOGW("Could not create EGL surface"); in com_android_server_AssetAtlasService_upload()
161 ALOGW("Could not change current EGL context"); in com_android_server_AssetAtlasService_upload()
172 ALOGW("Could not create EGL image"); in com_android_server_AssetAtlasService_upload()
180 ALOGW("Could not create/bind texture"); in com_android_server_AssetAtlasService_upload()
189 ALOGW("Could not upload to texture"); in com_android_server_AssetAtlasService_upload()
198 ALOGW("Could not create sync fence %#x", eglGetError()); in com_android_server_AssetAtlasService_upload()
[all …]
/frameworks/av/media/libcpustats/
DThreadCpuUsage.cpp121 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/core/jni/
Dcom_android_internal_os_Zygote.cpp116 ALOGW("Zygote SIGCHLD error in waitpid: %s", strerror(errno)); in SigChldHandler()
134 ALOGW("Error setting SIGCHLD handler: %d", errno); in SetSigChldHandler()
146 ALOGW("Error unsetting SIGCHLD handler: %d", errno); in UnsetSigChldHandler()
261 ALOGW("Failed to unshare(): %d", errno); in MountEmulatedStorage()
279 ALOGW("Storage environment undefined; unable to provide external storage"); in MountEmulatedStorage()
298 ALOGW("Failed to mount %s to %s :%d", source, target, errno); in MountEmulatedStorage()
305 ALOGW("Failed to mount %s to %s: %d", source_user.string(), target_user.string(), errno); in MountEmulatedStorage()
317 ALOGW("Failed to mount %s to %s: %d", target_user.string(), legacy, errno); in MountEmulatedStorage()
321 ALOGW("Mount mode %d unsupported", mount_mode); in MountEmulatedStorage()
404 ALOGW("Unable to set the name of current thread to '%s'", buf); in SetThreadName()
[all …]
Dandroid_backup_BackupHelperDispatcher.cpp61 ALOGW("Skipping unknown header: %d bytes", flattenedHeader.headerSize); in readHeader_native()
72 ALOGW("Failed reading chunk header"); in readHeader_native()
78 ALOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version, in readHeader_native()
97 ALOGW("Malformed V1 header remainingHeader=%d dataSize=%d nameLength=%d", remainingHeader, in readHeader_native()
104 ALOGW("unable to allocate %d bytes", flattenedHeader.nameLength); in readHeader_native()
Dandroid_view_DisplayEventReceiver.cpp86 ALOGW("Failed to initialize display event receiver, status=%d", result); in initialize()
118 ALOGW("Failed to request next vsync, status=%d", status); in scheduleVsync()
135 ALOGW("Received spurious callback for unhandled poll event. " in handleEvent()
176 ALOGW("receiver %p ~ ignoring unknown event type %#x", this, ev.header.type); in processPendingEvents()
182 ALOGW("Failed to get events from display event receiver, status=%d", status_t(n)); in processPendingEvents()
Dandroid_view_InputEventReceiver.cpp139 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/base/cmds/idmap/
Dscan.cpp148 ALOGW("%s: failed to open zip %s\n", __FUNCTION__, path); in parse_apk()
153 ALOGW("%s: failed to find entry AndroidManifest.xml\n", __FUNCTION__); in parse_apk()
159 ALOGW("%s: failed to read entry info\n", __FUNCTION__); in parse_apk()
163 ALOGW("%s: cannot handle zip compression method %d\n", __FUNCTION__, method); in parse_apk()
168 ALOGW("%s: failed to create FileMap\n", __FUNCTION__); in parse_apk()
173 ALOGW("%s: failed to allocate %d byte\n", __FUNCTION__, uncompLen); in parse_apk()
179 ALOGW("%s: failed to inflate %d byte\n", __FUNCTION__, uncompLen); in parse_apk()
/frameworks/av/services/audiopolicy/
DAudioPolicyClientImpl.cpp32 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()
DAudioPolicyClientImplLegacy.cpp58 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/services/audioflinger/
DPatchPanel.cpp184 ALOGW("createAudioPatch() bad src hw module %d", srcModule); in createAudioPatch()
199 ALOGW("createAudioPatch() different sink types in same patch not supported"); in createAudioPatch()
207 ALOGW("createAudioPatch() invalid sink type %d for device source", in createAudioPatch()
217 ALOGW("createAudioPatch() invalid sink type for cross hw module"); in createAudioPatch()
227 ALOGW("createAudioPatch() invalid source combination"); in createAudioPatch()
236 ALOGW("createAudioPatch() cannot get playback thread"); in createAudioPatch()
291 ALOGW("createAudioPatch() bad capture I/O handle %d", in createAudioPatch()
310 ALOGW("createAudioPatch() bad capture I/O handle %d", in createAudioPatch()
339 ALOGW("createAudioPatch() bad src hw module %d", srcModule); in createAudioPatch()
346 ALOGW("createAudioPatch() invalid sink type %d for mix source", in createAudioPatch()
[all …]
/frameworks/av/media/img_utils/src/
DFileOutput.cpp28 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()
DTiffIfd.cpp37 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()
DFileInput.cpp36 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string()); in open()
71 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string()); in close()
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp111 ALOGW("consumerDisconnect failed: %d", err); in ~GraphicBufferSource()
181 ALOGW("Dropped back down to Loaded without Executing"); in omxLoaded()
342 ALOGW("giving up limiting timestamp gap (pts = %lld)", in codecBufferFilled()
367 ALOGW("suspend: frame was not available"); in suspend()
370 ALOGW("suspend: acquireBuffer returned err=%d", err); in suspend()
416 ALOGW("fillCodecBuffer_l: frame was not available"); in fillCodecBuffer_l()
420 ALOGW("fillCodecBuffer_l: acquireBuffer returned err=%d", err); in fillCodecBuffer_l()
429 ALOGW("failed to wait for buffer fence: %d", err); in fillCodecBuffer_l()
624 ALOGW("Dropping frame that's going backward in time"); in getTimestamp()
680 ALOGW("WARNING: emptyDirectBuffer failed: 0x%x", err); in submitBuffer_l()
[all …]
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c291 ALOGW("EffectCreate() init error: %d", ret); in EffectCreate()
310 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret); in EffectCreate()
376 ALOGW("EffectRelease() fx %p library already unloaded", handle); in EffectRelease()
411 ALOGW("NULL pointer or insufficient memory. Cannot query subeffects"); in EffectGetSubEffects()
514 ALOGW("loadLibrary() failed to open %s", node->value); in loadLibrary()
520 ALOGW("loadLibrary() could not find symbol %s", AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR); in loadLibrary()
525 ALOGW("getLibrary() bad tag %08x in lib info struct", desc->tag); in loadLibrary()
531 ALOGW("loadLibrary() bad lib version %08x", desc->version); in loadLibrary()
578 ALOGW("addSubEffect() could not get library %s", node->value); in addSubEffect()
586 ALOGW("addSubEffect() invalid uuid %s", node->value); in addSubEffect()
[all …]
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp139 ALOGW("Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without..."); in loadConfig()
161 ALOGW("Multiple calls to setTextureAtlas!"); in setTextureAtlas()
208 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, egl_error_str()); in destroySurface()
274 ALOGW("swapBuffers encountered EGL_BAD_SURFACE on %p, halting rendering...", surface); in swapBuffers()
295 ALOGW("Failed to set EGL_SWAP_BEHAVIOR on surface %p, error=%s", in setPreserveBuffer()
305 ALOGW("Failed to query EGL_SWAP_BEHAVIOR on surface %p, error=%p", in setPreserveBuffer()
/frameworks/base/libs/hwui/
DImage.cpp37 ALOGW("Error creating image (%#x)", eglGetError()); in Image()
47 ALOGW("Error creating image (%#x)", status); in Image()
/frameworks/av/camera/
DCameraBase.cpp56 ALOGW("Camera service died!"); in binderDied()
80 ALOGW("CameraService not published, waiting..."); in getCameraService()
113 ALOGW("An error occurred while connecting to camera: %d", cameraId); in connect()
157 ALOGW("mediaserver's remote binder Camera object died"); in binderDied()
/frameworks/native/cmds/installd/
Dcommands.c380 ALOGW("Path exceeds limit: %s%s", tmpdir, name); in free_cache()
408 ALOGW("Path exceeds limit: %s%s", tmpdir, name); in free_cache()
862 ALOGW("waitpid failed: wanted %d, got %d: %s\n", in wait_child()
1122 ALOGW("Unable to make directory %s: %s\n", path, strerror(errno)); in mkinnerdirs()
1143 ALOGW("Unable to stat %s: %s\n", srcpath, strerror(errno)); in movefileordir()
1158 ALOGW("Unable to rename %s to %s: %s\n", in movefileordir()
1167 ALOGW("Unable to opendir %s: %s\n", srcpath, strerror(errno)); in movefileordir()
1182 ALOGW("Source path too long; skipping: %s/%s\n", srcpath, name); in movefileordir()
1187 ALOGW("Destination path too long; skipping: %s/%s\n", dstpath, name); in movefileordir()
1243 ALOGW("Unable to open update commands at %s%s\n", in movefiles()
[all …]
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp396 ALOGW("Max file duration is not positive: %lld us. Disabling duration limit.", timeUs); in setParamMaxFileDurationUs()
404 ALOGW("Target duration (%lld us) too short to be respected", timeUs); in setParamMaxFileDurationUs()
415 ALOGW("Max file size is not positive: %lld bytes. " in setParamMaxFileSizeBytes()
424 ALOGW("Target file size (%lld bytes) is too small to be respected", bytes); in setParamMaxFileSizeBytes()
1113 ALOGW("Using default video fps %d", mFrameRate); in clipVideoFrameRate()
1121 ALOGW("Intended video encoding frame rate (%d fps) is too small" in clipVideoFrameRate()
1125 ALOGW("Intended video encoding frame rate (%d fps) is too large" in clipVideoFrameRate()
1138 ALOGW("Intended video encoding bit rate (%d bps) is too small" in clipVideoBitRate()
1142 ALOGW("Intended video encoding bit rate (%d bps) is too large" in clipVideoBitRate()
1155 ALOGW("Intended video encoding frame width (%d) is too small" in clipVideoFrameWidth()
[all …]
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoExtractor.cpp186 ALOGW("%s contains pragma metadata with empty key (skip)!", in ExtractFromSource()
204 ALOGW("%s contains empty entry in #rs_export_var metadata (skip)!", in ExtractFromSource()
221 ALOGW("%s contains empty entry in #rs_export_func metadata (skip)!", in ExtractFromSource()
289 ALOGW("Entries #%u at #rs_export_foreach_name and #rs_export_foreach" in ExtractFromSource()
320 ALOGW("%s contains empty entry in #rs_object_slots (skip)!", in ExtractFromSource()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegProcessor.cpp222 ALOGW("%s: Camera %d: No stream is available", __FUNCTION__, mId); in processNewCapture()
255 ALOGW("%s: JPEG image is larger than expected, truncating " in processNewCapture()
353 ALOGW("Found JPEG transport header with bad Image Start/End"); in findJpegSize()
356 ALOGW("Found JPEG transport header with bad size %zu", size); in findJpegSize()
400 ALOGW("JPEG size %zu too large, reducing to maxSize %zu", size, maxSize); in findJpegSize()

1234567891011