Home
last modified time | relevance | path

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

12345678910>>...23

/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()
125ALOGW("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 …]
DZipFileRO.cpp72 ALOGW("Error opening archive %s: %s", zipFileName, ErrorCodeString(error)); in open()
87 ALOGW("Error opening archive fd %d %s: %s", fd, debugFileName, ErrorCodeString(error)); in openFd()
155 ALOGW("Could not start iteration over %s: %s", mFileName != NULL ? mFileName : "<null>", in startIteration()
171 ALOGW("Error iteration over %s: %s", mFileName != NULL ? mFileName : "<null>", in nextEntry()
200 ALOGW("Buffer too short, requires %d bytes for entry name", requiredSize); in getEntryFileName()
270 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry()
287 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry()
/frameworks/av/media/libcpustats/
DThreadCpuUsage.cpp127 ALOGW("Can't add sample because measurements have never been enabled"); in sample()
149 ALOGW("Can't compute elapsed time because measurements have never been enabled"); in elapsed()
188 ALOGW("kernel_max %d but MAX_CPU %d", sKernelMax, MAX_CPU); in init()
191 ALOGW("kernel_max invalid %d", sKernelMax); in init()
198 ALOGW("Can't read number of CPUs"); in init()
202 ALOGW("Can't open number of CPUs"); in init()
213 ALOGW("getCpukHz called with invalid CPU %d", cpuNum); in getCpukHz()
236 ALOGW("getCpukHz can't open CPU %d", cpuNum); in getCpukHz()
253 ALOGW("Can't read CPU %d frequency", cpuNum); in getCpukHz()
/frameworks/av/media/libeffects/factory/
DEffectsConfigLoader.c166 ALOGW("loadLibrary() could not find library %s", path); in loadLibrary()
172 ALOGW("loadLibrary() failed to open %s", path); in loadLibrary()
178 ALOGW("loadLibrary() could not find symbol %s", AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR); in loadLibrary()
183 ALOGW("getLibrary() bad tag %08x in lib info struct", desc->tag); in loadLibrary()
189 ALOGW("loadLibrary() bad lib version %08x", desc->version); in loadLibrary()
247 ALOGW("addSubEffect() could not get library %s", node->value); in addSubEffect()
255 ALOGW("addSubEffect() invalid uuid %s", node->value); in addSubEffect()
262 ALOGW("Error querying effect %s on lib %s", s, l->name); in addSubEffect()
273 ALOGW("Bad API version %08x on lib %s", d->apiVersion, l->name); in addSubEffect()
320 ALOGW("loadEffect() could not get library %s", node->value); in loadEffect()
[all …]
/frameworks/base/cmds/incidentd/src/
DSection.cpp103 ALOGW("[%s] failed to open file", this->name.string()); in Execute()
113 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute()
119 ALOGW("[%s] failed to fork", this->name.string()); in Execute()
130 ALOGW("[%s] failed to read data from incident helper: %s, timedout: %s", in Execute()
138 ALOGW("[%s] abnormal child process: %s", this->name.string(), strerror(-ihStatus)); in Execute()
168 ALOGW("GZipSection failed to open file %s", mFilenames[index]); in Execute()
172 ALOGW("[%s] can't open all the files", this->name.string()); in Execute()
180 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute()
186 ALOGW("[%s] failed to fork", this->name.string()); in Execute()
212 ALOGW("[%s] failed to read data from gzip: %s, timedout: %s", this->name.string(), in Execute()
[all …]
Dincidentd_util.cpp118 ALOGW("Failed to dup2 stdin."); in fork_execute_cmd()
122 ALOGW("Failed to dup2 stdout."); in fork_execute_cmd()
132 ALOGW("Failed to close pd. Killing child process"); in fork_execute_cmd()
188 ALOGW("sigprocmask failed: %s", strerror(errno)); in waitpid_with_timeout()
200 ALOGW("sigprocmask failed: %s", strerror(errno)); in waitpid_with_timeout()
210 ALOGW("sigtimedwait failed: %s", strerror(errno)); in waitpid_with_timeout()
220 ALOGW("waitpid failed: %s", strerror(errno)); in waitpid_with_timeout()
222 ALOGW("Waiting for pid %d, got pid %d instead", pid, child_pid); in waitpid_with_timeout()
/frameworks/av/media/libaudioclient/
DPlayerBase.cpp114 ALOGW("PlayerBase::start() error %d", status); in startWithStatus()
124 ALOGW("PlayerBase::pause() error %d", status); in pauseWithStatus()
135 ALOGW("PlayerBase::stop() error %d", status); in stopWithStatus()
175 ALOGW("PlayerBase::setVolume() error %d", status); in setVolume()
195 ALOGW("PlayerBase::setPan() error %d", status); in setPan()
201 ALOGW("setStartDelay() is not supported"); in setStartDelayMs()
208 ALOGW("applyVolumeShaper() is not supported"); in applyVolumeShaper()
/frameworks/native/libs/android_runtime_lazy/
Dandroid_runtime_lazy.cpp56 ALOGW("Could not find getJNIEnv."); in load()
63 ALOGW("Could not find ibinderForJavaObject."); in load()
71 ALOGW("Could not find javaObjectForIBinder."); in load()
78 ALOGW("Could not find parcelForJavaObject."); in load()
/frameworks/av/media/libstagefright/rtsp/
DQualManager.cpp50 ALOGW("%s DISARMED", name); in release()
54 ALOGW("%s DISARMED", name); in release()
77 ALOGW("%s Timer init", name); in threadLoop()
81 ALOGW("%s timer BOOM after %d msec", name, (int)(mTimeLimit / 1000000LL)); in threadLoop()
85 ALOGW("%s BOOM!!!!", name); in threadLoop()
/frameworks/base/libs/hwui/
DReadback.cpp53 ALOGW("Readback failed to ANativeWindow_getLastQueuedBuffer2 - who are we talking to?"); in copySurfaceInto()
60 ALOGW("Failed to get last queued buffer, error = %d", err); in copySurfaceInto()
64 ALOGW("Surface doesn't have any previously queued frames, nothing to readback from"); in copySurfaceInto()
71 ALOGW("Surface is protected, unable to copy from it"); in copySurfaceInto()
129 ALOGW("Unable to generate GPU buffer in a format compatible with the provided bitmap"); in copySurfaceInto()
200 ALOGW("Unable to convert content into the provided bitmap"); in copySurfaceInto()
221 ALOGW("Failed to get last queued buffer, error = %d", err); in copySurfaceIntoLegacy()
225 ALOGW("Surface doesn't have any previously queued frames, nothing to readback from"); in copySurfaceIntoLegacy()
233 ALOGW("Surface is protected, unable to copy from it"); in copySurfaceIntoLegacy()
352 ALOGW("Unable to generate GPU buffer in a format compatible with the provided bitmap"); in copyLayerInto()
[all …]
DProfileDataContainer.cpp59 ALOGW("Failed to get ashmem region size from fd %d, err %d %s", ashmemfd, err, in switchStorageToAshmem()
64 ALOGW("Ashmem region is too small! Received %d, required %u", regionSize, in switchStorageToAshmem()
72 ALOGW("Failed to move profile data to ashmem fd %d, error = %d", ashmemfd, err); in switchStorageToAshmem()
/frameworks/base/services/core/jni/gnss/
DGnssMeasurement.cpp72 ALOGW("Full tracking mode is not supported in 1.0 GNSS HAL."); in setCallback()
75 ALOGW("Correlation vector output is not supported in 1.0 GNSS HAL."); in setCallback()
98 ALOGW("Correlation vector output is not supported in 1.1 GNSS HAL."); in setCallback()
116 ALOGW("Correlation vector output is not supported in 2.0 GNSS HAL."); in setCallback()
134 ALOGW("Correlation vector output is not supported in 2.1 GNSS HAL."); in setCallback()
/frameworks/av/media/utils/
DLimitProcessMemory.cpp44 ALOGW("requested %zu%% of total memory, using 100%%", percentageOfTotalMem); in limitProcessMemory()
53 ALOGW("couldn't determine total RAM"); in limitProcessMemory()
70 ALOGW("couldn't set allocation limit"); in limitProcessMemory()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DEffectDescriptor.cpp50 ALOGW("%s effect %s already registered", __FUNCTION__, desc->name); in registerEffect()
55 ALOGW("registerEffect() memory limit exceeded for Fx %s, Memory %d KB", in registerEffect()
87 ALOGW("%s unknown effect ID %d", __FUNCTION__, id); in unregisterEffect()
92 ALOGW("unregisterEffect() memory %d too big for total %d", in unregisterEffect()
109 ALOGW("unregisterEffect() unknown effect ID %d", id); in setEffectEnabled()
136 ALOGW("setEffectEnabled(true) CPU Load limit exceeded for Fx %s, CPU %f MIPS", in setEffectEnabled()
144 ALOGW("setEffectEnabled(false) CPU load %d too high for total %d", in setEffectEnabled()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp34 ALOGW("%s: could not get AudioFlinger", __func__); in loadHwModule()
50 ALOGW("%s: could not get AudioFlinger", __func__); in openOutput()
77 ALOGW("%s: could not get AudioFlinger", __func__); in openDuplicateOutput()
97 ALOGW("%s: could not get AudioFlinger", __func__); in suspendOutput()
108 ALOGW("%s: could not get AudioFlinger", __func__); in restoreOutput()
125 ALOGW("%s: could not get AudioFlinger", __func__); in openInput()
288 ALOGW("%s: could not get AudioFlinger", __func__); in getAudioPort()
298 ALOGW("%s: could not get AudioFlinger", __func__); in updateSecondaryOutputs()
/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()
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp112 ALOGW("Could not initialize EGL"); in initialize()
138 ALOGW("Could not select EGL configuration"); in initialize()
145 ALOGW("Could not find EGL configuration"); in initialize()
156 ALOGW("Could not create EGL context"); in initialize()
163 ALOGW("Could not query EGL version"); in initialize()
169 ALOGW("Unsupported EGL version"); in initialize()
177 ALOGW("Could not create EGL surface"); in initialize()
183 ALOGW("Could not change current EGL context"); in initialize()
/frameworks/av/services/oboeservice/
DAAudioService.cpp74 ALOGW("%s", result.c_str()); in dump()
150 ALOGW("openStream(), could not open in EXCLUSIVE mode"); in openStream()
218 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in startStream()
229 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in pauseStream()
240 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in stopStream()
251 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in flushStream()
263 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in registerAudioThread()
277 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in unregisterAudioThread()
331 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in startClient()
341 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in stopClient()
/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp46 ALOGW("Failed to initialize display event receiver, status=%d", result); in initialize()
84 ALOGW("Failed to request next vsync, status=%d", status); in scheduleVsync()
110 ALOGW("Received spurious callback for unhandled poll event. " in handleEvent()
175 ALOGW("dispatcher %p ~ ignoring unknown event type %#x", this, ev.header.type); in processPendingEvents()
181 ALOGW("Failed to get events from display event dispatcher, status=%d", status_t(n)); in processPendingEvents()
/frameworks/av/media/libmediaformatshaper/
DCodecProperties.cpp163 ALOGW("setTuningValue() unable to apply tuning '%s' with value '%s'", in setTuningValue()
200 ALOGW("unable to parse resolution: '%s'", resolution.c_str()); in bppPoint()
218 ALOGW("unparseable: width, height '%s'", resolution.c_str()); in bppPoint()
227 ALOGW("unparseable bpp '%s'", value.c_str()); in bppPoint()
233 ALOGW("unable to allocate memory for bpp point"); in bppPoint()
314 ALOGW("unable to parse resolution: '%s'", resolution.c_str()); in qpMaxPoint()
332 ALOGW("unparseable: width, height '%s'", resolution.c_str()); in qpMaxPoint()
341 ALOGW("unparseable qpmax '%s'", value.c_str()); in qpMaxPoint()
351 ALOGW("unable to allocate memory for qpmax point"); in qpMaxPoint()
460 ALOGW("no memory to return mappings"); in getMappings()
/frameworks/base/services/core/jni/stats/
DSurfaceFlingerPuller.cpp38 ALOGW("Unable to serialize surface flinger bytes field"); in getBytes()
54 ALOGW("Failed to pull atom %" PRId32 in pull()
66 ALOGW("Invalid atom id for surfaceflinger pullers: %" PRId32, atomTag); in pull()
75 ALOGW("Error parsing surface flinger global stats to proto"); in parseGlobalInfoPull()
118 ALOGW("Error parsing surface flinger layer stats to proto"); in parseLayerInfoPull()
/frameworks/base/core/jni/
Dandroid_backup_BackupHelperDispatcher.cpp62 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()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp96 ALOGW("processCallbackCommon() data, stream disconnected"); in processCallbackCommon()
101 ALOGW("processCallbackCommon() no data because callback disabled, set size=0"); in processCallbackCommon()
108 ALOGW("processCallbackCommon() data, frameCount is zero"); in processCallbackCommon()
128 ALOGW("%s() callback returned invalid result = %d", in processCallbackCommon()
/frameworks/av/media/libaaudio/src/core/
DAudioStream.cpp166 ALOGW("%s() stream was already started, state = %s", __func__, in systemStart()
175 ALOGW("%s() stream is dead, state = %s", __func__, in systemStart()
225 ALOGW("%s() stream not running, state = %s", in systemPause()
304 ALOGW("%s() stream not running, state = %s", __func__, in safeStop_l()
371 ALOGW("%s(%d) tried to set to %d but already CLOSED", __func__, getId(), state); in setState()
376 ALOGW("%s(%d) tried to set to %d but already CLOSING", __func__, getId(), state); in setState()
382 ALOGW("%s(%d) tried to set to %d but already DISCONNECTED", __func__, getId(), state); in setState()
543 ALOGW("%s() data callback already running!", __func__); in maybeCallDataCallback()
561 ALOGW("%s() error callback already running!", __func__); in maybeCallErrorCallback()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayIdentification.cpp52 ALOGW("Invalid EDID: ASCII text is not printable."); in parseEdidText()
116 ALOGW("Invalid EDID: CEA 861 data block is truncated."); in parseCea861Block()
158 ALOGW("Invalid EDID: structure is truncated."); in parseEdid()
252 ALOGW("Invalid EDID: falling back to serial number due to missing display name."); in parseEdid()
256 ALOGW("Invalid EDID: falling back to ASCII text due to missing serial number."); in parseEdid()
271 ALOGW("Invalid EDID: block 0 is truncated."); in parseEdid()
279 ALOGW("Invalid EDID: block %zu is truncated.", blockNumber); in parseEdid()

12345678910>>...23