/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 | ZipFileRO.cpp | 72 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() 247 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry() 264 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry()
|
/frameworks/av/media/libcpustats/ |
D | ThreadCpuUsage.cpp | 126 ALOGW("Can't add sample because measurements have never been enabled"); in sample() 148 ALOGW("Can't compute elapsed time because measurements have never been enabled"); in elapsed() 187 ALOGW("kernel_max %d but MAX_CPU %d", sKernelMax, MAX_CPU); in init() 190 ALOGW("kernel_max invalid %d", sKernelMax); in init() 197 ALOGW("Can't read number of CPUs"); in init() 201 ALOGW("Can't open number of CPUs"); in init() 212 ALOGW("getCpukHz called with invalid CPU %d", cpuNum); in getCpukHz() 235 ALOGW("getCpukHz can't open CPU %d", cpuNum); in getCpukHz() 252 ALOGW("Can't read CPU %d frequency", cpuNum); in getCpukHz()
|
/frameworks/av/media/libeffects/factory/ |
D | EffectsConfigLoader.c | 166 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/statsd/src/metrics/ |
D | metrics_manager_util.cpp | 72 ALOGW("cannot find the AtomMatcher \"%lld\" in config", (long long)what); in handleMetricWithLogTrackers() 94 ALOGW("cannot find the AtomMatcher \"%lld\" in config", (long long)trigger); in handlePullMetricTriggerWithLogTrackers() 118 ALOGW("cannot find Predicate \"%lld\" in the config", (long long)condition); in handleMetricWithConditions() 125 ALOGW("cannot find Predicate \"%lld\" in the config", (long long)link.condition()); in handleMetricWithConditions() 160 ALOGW("cannot find State %" PRId64 " in the config", stateId); in handleMetricWithStates() 397 ALOGW("cannot find \"what\" in CountMetric \"%lld\"", (long long)metric.id()); in initMetrics() 420 ALOGW("metrics has a MetricConditionLink but doesn't have a condition"); in initMetrics() 434 ALOGW("CountMetric has a MetricStateLink but doesn't have a slice_by_state"); in initMetrics() 513 ALOGW("metrics has a MetricConditionLink but doesn't have a condition"); in initMetrics() 531 ALOGW("DurationMetric has a MetricStateLink but doesn't have a sliced state"); in initMetrics() [all …]
|
/frameworks/av/media/libaudioclient/ |
D | PlayerBase.cpp | 94 ALOGW("PlayerBase::start() error %d", status); in startWithStatus() 104 ALOGW("PlayerBase::pause() error %d", status); in pauseWithStatus() 115 ALOGW("PlayerBase::stop() error %d", status); in stopWithStatus() 150 ALOGW("PlayerBase::setVolume() error %d", status); in setVolume() 170 ALOGW("PlayerBase::setPan() error %d", status); in setPan() 176 ALOGW("setStartDelay() is not supported"); in setStartDelayMs() 183 ALOGW("applyVolumeShaper() is not supported"); in applyVolumeShaper()
|
/frameworks/base/cmds/incidentd/src/ |
D | Section.cpp | 104 ALOGW("[%s] failed to open file", this->name.string()); in Execute() 114 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute() 120 ALOGW("[%s] failed to fork", this->name.string()); in Execute() 131 ALOGW("[%s] failed to read data from incident helper: %s, timedout: %s", in Execute() 139 ALOGW("[%s] abnormal child process: %s", this->name.string(), strerror(-ihStatus)); in Execute() 169 ALOGW("GZipSection failed to open file %s", mFilenames[index]); in Execute() 173 ALOGW("[%s] can't open all the files", this->name.string()); in Execute() 181 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute() 187 ALOGW("[%s] failed to fork", this->name.string()); in Execute() 213 ALOGW("[%s] failed to read data from gzip: %s, timedout: %s", this->name.string(), in Execute() [all …]
|
D | incidentd_util.cpp | 118 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()
|
D | PrivacyFilter.cpp | 113 ALOGW("Bad value when stripping id %d, wiretype %d, tag %#x, depth %d, size %d, " in strip_field() 180 ALOGW("FieldStripper constructed with a ProtoReader that doesn't support size." in FieldStripper() 213 ALOGW("Buffer corrupted: expect %zu bytes, read %zu bytes", mData->size(), in strip() 362 ALOGW("filter_and_write_report FdBuffer.write failed (this shouldn't happen): %s", in filter_and_write_report() 370 ALOGW("filter_and_write_report filter.writeData had an error: %s", strerror(-err)); in filter_and_write_report() 382 ALOGW("filter_and_write_report reader had an error: %s", strerror(-err)); in filter_and_write_report()
|
/frameworks/native/libs/gui/ |
D | DisplayEventDispatcher.cpp | 46 ALOGW("Failed to initialize display event receiver, status=%d", result); in initialize() 83 ALOGW("Failed to request next vsync, status=%d", status); in scheduleVsync() 95 ALOGW("Failed enable config events, status=%d", status); in requestLatestConfig() 113 ALOGW("Received spurious callback for unhandled poll event. " in handleEvent() 161 ALOGW("dispatcher %p ~ ignoring unknown event type %#x", this, ev.header.type); in processPendingEvents() 167 ALOGW("Failed to get events from display event dispatcher, status=%d", status_t(n)); in processPendingEvents()
|
/frameworks/av/services/oboeservice/ |
D | AAudioService.cpp | 64 ALOGW("%s", result.c_str()); in dump() 131 ALOGW("openStream(), could not open in EXCLUSIVE mode"); in openStream() 222 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in startStream() 231 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in pauseStream() 240 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in stopStream() 249 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in flushStream() 260 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in registerAudioThread() 272 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in unregisterAudioThread() 284 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in startClient() 294 ALOGW("%s(), invalid streamHandle = 0x%0x", __func__, streamHandle); in stopClient()
|
/frameworks/base/libs/hwui/ |
D | Readback.cpp | 49 ALOGW("Failed to get last queued buffer, error = %d", err); in copySurfaceInto() 53 ALOGW("Surface doesn't have any previously queued frames, nothing to readback from"); in copySurfaceInto() 62 ALOGW("Surface is protected, unable to copy from it"); in copySurfaceInto() 126 ALOGW("Can't copy surface into bitmap, RGBA_F16 config is not supported"); in copyImageInto() 181 ALOGW("Unable to generate GPU buffer in a format compatible with the provided bitmap"); in copyLayerInto() 189 ALOGW("Unable to draw content from GPU into the provided bitmap"); in copyLayerInto() 203 ALOGW("Unable to convert content into the provided bitmap"); in copyLayerInto()
|
D | ProfileDataContainer.cpp | 56 ALOGW("Failed to get ashmem region size from fd %d, err %d %s", ashmemfd, err, in switchStorageToAshmem() 61 ALOGW("Ashmem region is too small! Received %d, required %u", regionSize, in switchStorageToAshmem() 69 ALOGW("Failed to move profile data to ashmem fd %d, error = %d", ashmemfd, err); in switchStorageToAshmem()
|
/frameworks/native/libs/android_runtime_lazy/ |
D | android_runtime_lazy.cpp | 56 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/services/audiopolicy/common/managerdefinitions/src/ |
D | EffectDescriptor.cpp | 50 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/media/utils/ |
D | LimitProcessMemory.cpp | 44 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/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 112 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/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()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyClientImpl.cpp | 34 ALOGW("%s: could not get AudioFlinger", __func__); in loadHwModule() 50 ALOGW("%s: could not get AudioFlinger", __func__); in openOutput() 62 ALOGW("%s: could not get AudioFlinger", __func__); in openDuplicateOutput() 82 ALOGW("%s: could not get AudioFlinger", __func__); in suspendOutput() 93 ALOGW("%s: could not get AudioFlinger", __func__); in restoreOutput() 110 ALOGW("%s: could not get AudioFlinger", __func__); in openInput()
|
/frameworks/base/core/jni/ |
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()
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamLegacy.cpp | 97 ALOGW("processCallbackCommon() data, stream disconnected"); in processCallbackCommon() 100 ALOGW("processCallbackCommon() no data because callback disabled"); in processCallbackCommon() 104 ALOGW("processCallbackCommon() data, frameCount is zero"); in processCallbackCommon() 124 ALOGW("%s() callback returned invalid result = %d", in processCallbackCommon()
|
/frameworks/av/media/libaaudio/src/utility/ |
D | AAudioUtilities.cpp | 311 ALOGW("AAudioProperty_getWakeupDelayMicros: clipped %d to %d", prop, minMicros); in AAudioProperty_getWakeupDelayMicros() 314 ALOGW("AAudioProperty_getWakeupDelayMicros: clipped %d to %d", prop, maxMicros); in AAudioProperty_getWakeupDelayMicros() 326 ALOGW("AAudioProperty_getMinimumSleepMicros: clipped %d to %d", prop, minMicros); in AAudioProperty_getMinimumSleepMicros() 329 ALOGW("AAudioProperty_getMinimumSleepMicros: clipped %d to %d", prop, maxMicros); in AAudioProperty_getMinimumSleepMicros() 354 ALOGW("%s: clipped %d to %d", functionName, prop, minMicros); in AAudioProperty_getMMapOffsetMicros() 357 ALOGW("%s: clipped %d to %d", functionName, prop, minMicros); in AAudioProperty_getMMapOffsetMicros()
|
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 81 ALOGW("setForceUse() invalid config %d for FOR_COMMUNICATION", config); in setForceUse() 91 ALOGW("setForceUse() invalid config %d for FOR_MEDIA", config); in setForceUse() 98 ALOGW("setForceUse() invalid config %d for FOR_RECORD", config); in setForceUse() 108 ALOGW("setForceUse() invalid config %d for FOR_DOCK", config); in setForceUse() 114 ALOGW("setForceUse() invalid config %d for FOR_SYSTEM", config); in setForceUse() 120 ALOGW("setForceUse() invalid config %d for HDMI_SYSTEM_AUDIO", config); in setForceUse() 128 ALOGW("setForceUse() invalid config %d for ENCODED_SURROUND", config); in setForceUse() 134 ALOGW("setForceUse() invalid config %d for FOR_VIBRATE_RINGING", config); in setForceUse() 139 ALOGW("setForceUse() invalid usage %d", usage); in setForceUse() 456 ALOGW("getDevicesForStrategy() unknown strategy: %d", strategy); in getDevicesForStrategyInt() [all …]
|
/frameworks/base/libs/hwui/service/ |
D | GraphicsStatsService.cpp | 119 ALOGW("Failed to open '%s', errno=%d (%s)", path.c_str(), err, strerror(err)); in parseFromFile() 129 ALOGW("Failed to fstat '%s', errno=%d (%s) (st_size %d)", path.c_str(), err, in parseFromFile() 140 ALOGW("Failed to mmap '%s', errno=%d (%s)", path.c_str(), err, strerror(err)); in parseFromFile() 146 ALOGW("file_version mismatch! expected %d got %d", sCurrentFileVersion, file_version); in parseFromFile() 156 ALOGW("Parse failed on '%s' error='%s'", path.c_str(), in parseFromFile() 212 ALOGW("Frame time mistmatch %d vs. %u", bucket->render_millis(), in mergeProfileDataIntoProto() 243 ALOGW("GPU frame time mistmatch %d vs. %u", bucket->render_millis(), in mergeProfileDataIntoProto() 286 ALOGW("Skipping dump, invalid package_name() '%s' or summary %d", in dumpAsTextToFd() 347 ALOGW("Failed to open '%s', error=%d (%s)", path.c_str(), err, strerror(err)); in saveBuffer() 353 ALOGW("Failed to write header to '%s', returned=%d errno=%d (%s)", path.c_str(), wrote, err, in saveBuffer() [all …]
|
/frameworks/av/media/bufferpool/1.0/ |
D | BufferStatus.cpp | 83 ALOGW("FMQ message cannot be read from %lld", (long long)it->first); in getBufferStatusChanges() 133 ALOGW("FMQ message cannot be sent from %lld", (long long)connectionId); in postBufferRelease() 160 ALOGW("FMQ message cannot be sent from %lld", (long long)connectionId); in postBufferStatusMessage() 176 ALOGW("FMQ message cannot be sent from %lld", (long long)connectionId); in postBufferStatusMessage()
|