Searched refs:ALOGW (Results 1 - 25 of 455) sorted by relevance

1234567891011>>

/frameworks/base/libs/androidfw/
H A DObbFile.cpp93 ALOGW("couldn't open file %s: %s", filename, strerror(errno));
100 ALOGW("failed to read from %s (fd=%d)\n", filename, fd);
110 ALOGW("attempt to read from invalid fd\n");
123 ALOGW("error seeking in ObbFile: %s\n", strerror(errno));
125 ALOGW("file is only %lld (less than %d minimum)\n", (long long int)fileLength, kFooterMinSize);
139 ALOGW("couldn't read footer signature: %s\n", strerror(errno));
145 ALOGW("footer didn't match magic string (expected 0x%08x; got 0x%08x)\n",
153 ALOGW("claimed footer size is too large (0x%08zx; file size is 0x%08lld)\n",
159 ALOGW("claimed footer size is too small (0x%zx; minimum size is 0x%x)\n",
167 ALOGW("see
[all...]
H A DDisplayEventDispatcher.cpp45 ALOGW("Failed to initialize display event receiver, status=%d", result);
80 ALOGW("Failed to request next vsync, status=%d", status);
97 ALOGW("Received spurious callback for unhandled poll event. "
138 ALOGW("dispatcher %p ~ ignoring unknown event type %#x", this, ev.header.type);
144 ALOGW("Failed to get events from display event dispatcher, status=%d", status_t(n));
H A DZipFileRO.cpp72 ALOGW("Error opening archive %s: %s", zipFileName, ErrorCodeString(error));
87 ALOGW("Error opening archive fd %d %s: %s", fd, debugFileName, ErrorCodeString(error));
158 ALOGW("Could not start iteration over %s: %s", mFileName != NULL ? mFileName : "<null>",
174 ALOGW("Error iteration over %s: %s", mFileName != NULL ? mFileName : "<null>",
203 ALOGW("Buffer too short, requires %d bytes for entry name", requiredSize);
250 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error));
267 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error));
/frameworks/base/libs/hwui/
H A DProfileDataContainer.cpp56 ALOGW("Failed to get ashmem region size from fd %d, err %d %s", ashmemfd, err,
61 ALOGW("Ashmem region is too small! Received %d, required %u", regionSize,
69 ALOGW("Failed to move profile data to ashmem fd %d, error = %d", ashmemfd, err);
H A DImage.cpp35 ALOGW("Error creating image (%#x)", eglGetError());
45 ALOGW("Error creating image (%#x)", status);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSoundTriggerSession.cpp37 ALOGW("releaseSession() session %d not registered", session);
/frameworks/base/cmds/statsd/src/
H A Dstatscompanion_util.cpp35 ALOGW("statscompanion service unavailable!");
/frameworks/av/media/libcpustats/
H A DThreadCpuUsage.cpp126 ALOGW("Can't add sample because measurements have never been enabled");
148 ALOGW("Can't compute elapsed time because measurements have never been enabled");
187 ALOGW("kernel_max %d but MAX_CPU %d", sKernelMax, MAX_CPU);
190 ALOGW("kernel_max invalid %d", sKernelMax);
197 ALOGW("Can't read number of CPUs");
201 ALOGW("Can't open number of CPUs");
212 ALOGW("getCpukHz called with invalid CPU %d", cpuNum);
235 ALOGW("getCpukHz can't open CPU %d", cpuNum);
252 ALOGW("Can't read CPU %d frequency", cpuNum);
/frameworks/base/cmds/statsd/src/anomaly/
H A Dsubscriber_util.cpp54 ALOGW("Failed to generate incident report.");
60 ALOGW("Failed to generate perfetto traces.");
H A DAlarmMonitor.cpp55 ALOGW("Asked to add a null alarm.");
60 ALOGW("Asked to add a 0-time alarm.");
75 ALOGW("Asked to remove a null alarm.");
/frameworks/native/libs/binder/
H A DIInterface.cpp54 ALOGW("deprecated asBinder call, please update your code");
61 ALOGW("deprecated asBinder call, please update your code");
/frameworks/av/media/img_utils/src/
H A DFileOutput.cpp28 ALOGW("%s: Destructor called with %s still open.", __FUNCTION__, mPath.string());
35 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string());
65 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
H A DFileInput.cpp36 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string());
71 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
/frameworks/av/media/libmedia/
H A DMediaUtils.cpp37 ALOGW("Running with ASan, skip enforcing memory limitations.");
51 ALOGW("requested %zu%% of total memory, using 100%%", percentageOfTotalMem);
60 ALOGW("couldn't determine total RAM");
/frameworks/av/media/libaudioclient/
H A DPlayerBase.cpp94 ALOGW("PlayerBase::start() error %d", status);
104 ALOGW("PlayerBase::pause() error %d", status);
115 ALOGW("PlayerBase::stop() error %d", status);
150 ALOGW("PlayerBase::setVolume() error %d", status);
170 ALOGW("PlayerBase::setPan() error %d", status);
176 ALOGW("setStartDelay() is not supported");
183 ALOGW("applyVolumeShaper() is not supported");
/frameworks/base/cmds/statsd/src/metrics/
H A Dmetrics_manager_util.cpp70 ALOGW("cannot find the AtomMatcher \"%lld\" in config", (long long)what);
94 ALOGW("cannot find Predicate \"%lld\" in the config", (long long)condition);
101 ALOGW("cannot find Predicate \"%lld\" in the config", (long long)link.condition());
286 ALOGW("cannot find \"what\" in CountMetric \"%lld\"", (long long)metric.id());
310 ALOGW("metrics has a MetricConditionLink but doesn't have a condition");
379 ALOGW("metrics has a MetricConditionLink but doesn't have a condition");
397 ALOGW("cannot find the metric name or what in config");
416 ALOGW("metrics has a MetricConditionLink but doesn't have a condition");
431 ALOGW("cannot find \"what\" in ValueMetric \"%lld\"", (long long)metric.id());
463 ALOGW("metric
[all...]
/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.h38 ALOGW(__VA_ARGS__);
/frameworks/av/media/libeffects/factory/
H A DEffectsConfigLoader.c166 ALOGW("loadLibrary() could not find library %s", path);
172 ALOGW("loadLibrary() failed to open %s", path);
178 ALOGW("loadLibrary() could not find symbol %s", AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR);
183 ALOGW("getLibrary() bad tag %08x in lib info struct", desc->tag);
189 ALOGW("loadLibrary() bad lib version %08x", desc->version);
247 ALOGW("addSubEffect() could not get library %s", node->value);
255 ALOGW("addSubEffect() invalid uuid %s", node->value);
262 ALOGW("Error querying effect %s on lib %s", s, l->name);
273 ALOGW("Bad API version %08x on lib %s", d->apiVersion, l->name);
320 ALOGW("loadEffec
[all...]
/frameworks/av/media/utils/
H A DSchedulingPolicyService.cpp54 ALOGW("SchedulingPolicyService died");
82 ALOGW("SchedulingPolicyService died");
/frameworks/base/cmds/incidentd/src/
H A DSection.cpp227 ALOGW("Failed to write metadata to fd %d", request->fd);
234 ALOGW("Failed to write metadata to dropbox fd %d", requests->mainFd());
257 ALOGW("FileSection '%s' failed to open file", this->name.string());
266 ALOGW("FileSection '%s' failed to setup pipes", this->name.string());
272 ALOGW("FileSection '%s' failed to fork", this->name.string());
282 ALOGW("FileSection '%s' failed to read data from incident helper: %s, timedout: %s",
290 ALOGW("FileSection '%s' abnormal child process: %s", this->name.string(),
299 ALOGW("FileSection '%s' failed writing: %s", this->name.string(), strerror(-err));
329 ALOGW("GZipSection failed to open file %s", mFilenames[index]);
334 ALOGW("GZipSectio
[all...]
/frameworks/base/cmds/statsd/src/external/
H A DStatsCompanionServicePuller.cpp59 ALOGW("error pulling for %d", mTagId);
77 ALOGW("statsCompanion not found!");
/frameworks/native/services/inputflinger/
H A DInputManager.cpp74 ALOGW("Could not stop InputReader thread due to error %d.", result);
79 ALOGW("Could not stop InputDispatcher thread due to error %d.", result);
/frameworks/av/media/libstagefright/
H A DMediaExtractorFactory.cpp46 ALOGW("creating media extractor in calling process");
195 ALOGW("replacing extractor '%s' version %u with version %u",
202 ALOGW("ignoring extractor '%s' version %u in favor of version %u",
245 ALOGW("%s does not contain sniffer", libPath.string());
249 ALOGW("couldn't dlopen(%s) %s", libPath.string(), strerror(errno));
254 ALOGW("couldn't find plugins from %s, %d", apkPath, ret);
258 ALOGW("couldn't open(%s) %d", apkPath, ret);
280 ALOGW("%s does not contain sniffer", libPath.string());
284 ALOGW("couldn't dlopen(%s) %s", libPath.string(), strerror(errno));
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp114 ALOGW("Failed to open '%s', errno=%d (%s)", path.c_str(), err, strerror(err));
124 ALOGW("Failed to fstat '%s', errno=%d (%s) (st_size %d)", path.c_str(), err,
135 ALOGW("Failed to mmap '%s', errno=%d (%s)", path.c_str(), err, strerror(err));
141 ALOGW("file_version mismatch! expected %d got %d", sCurrentFileVersion, file_version);
150 ALOGW("Parse failed on '%s' error='%s'", path.c_str(),
203 ALOGW("Frame time mistmatch %d vs. %u", bucket->render_millis(),
230 ALOGW("Skipping dump, invalid package_name() '%s' or summary %d",
283 ALOGW("Failed to open '%s', error=%d (%s)", path.c_str(), err, strerror(err));
289 ALOGW("Failed to write header to '%s', returned=%d errno=%d (%s)", path.c_str(), wrote, err,
298 ALOGW("Erro
[all...]
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp95 ALOGW("processCallbackCommon() data, stream disconnected");
98 ALOGW("processCallbackCommon() stopping because callback disabled");
102 ALOGW("processCallbackCommon() data, frameCount is zero");
119 ALOGW("%s() callback requested stop, fake an error", __func__);

Completed in 145 milliseconds

1234567891011>>