/frameworks/base/libs/androidfw/ |
H A D | ObbFile.cpp | 93 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 D | DisplayEventDispatcher.cpp | 45 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 D | ZipFileRO.cpp | 72 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 D | ProfileDataContainer.cpp | 56 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 D | Image.cpp | 35 ALOGW("Error creating image (%#x)", eglGetError()); 45 ALOGW("Error creating image (%#x)", status);
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | SoundTriggerSession.cpp | 37 ALOGW("releaseSession() session %d not registered", session);
|
/frameworks/base/cmds/statsd/src/ |
H A D | statscompanion_util.cpp | 35 ALOGW("statscompanion service unavailable!");
|
/frameworks/av/media/libcpustats/ |
H A D | ThreadCpuUsage.cpp | 126 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 D | subscriber_util.cpp | 54 ALOGW("Failed to generate incident report."); 60 ALOGW("Failed to generate perfetto traces.");
|
H A D | AlarmMonitor.cpp | 55 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 D | IInterface.cpp | 54 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 D | FileOutput.cpp | 28 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 D | FileInput.cpp | 36 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 D | MediaUtils.cpp | 37 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 D | PlayerBase.cpp | 94 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 D | metrics_manager_util.cpp | 70 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 D | DumpstateInternal.h | 38 ALOGW(__VA_ARGS__);
|
/frameworks/av/media/libeffects/factory/ |
H A D | EffectsConfigLoader.c | 166 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 D | SchedulingPolicyService.cpp | 54 ALOGW("SchedulingPolicyService died"); 82 ALOGW("SchedulingPolicyService died");
|
/frameworks/base/cmds/incidentd/src/ |
H A D | Section.cpp | 227 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 D | StatsCompanionServicePuller.cpp | 59 ALOGW("error pulling for %d", mTagId); 77 ALOGW("statsCompanion not found!");
|
/frameworks/native/services/inputflinger/ |
H A D | InputManager.cpp | 74 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 D | MediaExtractorFactory.cpp | 46 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 D | GraphicsStatsService.cpp | 114 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 D | AudioStreamLegacy.cpp | 95 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__);
|