/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()
|
D | DisplayEventDispatcher.cpp | 46 ALOGW("Failed to initialize display event receiver, status=%d", result); in initialize() 81 ALOGW("Failed to request next vsync, status=%d", status); in scheduleVsync() 98 ALOGW("Received spurious callback for unhandled poll event. " in handleEvent() 143 ALOGW("dispatcher %p ~ ignoring unknown event type %#x", this, ev.header.type); in processPendingEvents() 149 ALOGW("Failed to get events from display event dispatcher, status=%d", status_t(n)); in processPendingEvents()
|
/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/av/media/libcpustats/ |
D | ThreadCpuUsage.cpp | 127 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/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() 310 ALOGW("cannot find \"what\" in CountMetric \"%lld\"", (long long)metric.id()); in initMetrics() 334 ALOGW("metrics has a MetricConditionLink but doesn't have a condition"); in initMetrics() 403 ALOGW("metrics has a MetricConditionLink but doesn't have a condition"); in initMetrics() 421 ALOGW("cannot find the metric name or what in config"); in initMetrics() 440 ALOGW("metrics has a MetricConditionLink but doesn't have a condition"); in initMetrics() 455 ALOGW("cannot find \"what\" in ValueMetric \"%lld\"", (long long)metric.id()); in initMetrics() [all …]
|
/frameworks/base/cmds/incidentd/src/ |
D | Section.cpp | 102 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() 129 ALOGW("[%s] failed to read data from incident helper: %s, timedout: %s", in Execute() 137 ALOGW("[%s] abnormal child process: %s", this->name.string(), strerror(-ihStatus)); in Execute() 167 ALOGW("GZipSection failed to open file %s", mFilenames[index]); in Execute() 171 ALOGW("[%s] can't open all the files", this->name.string()); in Execute() 179 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute() 185 ALOGW("[%s] failed to fork", this->name.string()); in Execute() 211 ALOGW("[%s] failed to read data from gzip: %s, timedout: %s", this->name.string(), in Execute() [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/libs/hwui/service/ |
D | GraphicsStatsService.cpp | 114 ALOGW("Failed to open '%s', errno=%d (%s)", path.c_str(), err, strerror(err)); in parseFromFile() 124 ALOGW("Failed to fstat '%s', errno=%d (%s) (st_size %d)", path.c_str(), err, in parseFromFile() 135 ALOGW("Failed to mmap '%s', errno=%d (%s)", path.c_str(), err, strerror(err)); in parseFromFile() 141 ALOGW("file_version mismatch! expected %d got %d", sCurrentFileVersion, file_version); in parseFromFile() 151 ALOGW("Parse failed on '%s' error='%s'", path.c_str(), in parseFromFile() 205 ALOGW("Frame time mistmatch %d vs. %u", bucket->render_millis(), in mergeProfileDataIntoProto() 232 ALOGW("Skipping dump, invalid package_name() '%s' or summary %d", in dumpAsTextToFd() 285 ALOGW("Failed to open '%s', error=%d (%s)", path.c_str(), err, strerror(err)); in saveBuffer() 291 ALOGW("Failed to write header to '%s', returned=%d errno=%d (%s)", path.c_str(), wrote, err, in saveBuffer() 300 ALOGW("Error writing to fd=%d, path='%s' err=%d (%s)", outFd, path.c_str(), in saveBuffer() [all …]
|
/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/base/libs/hwui/ |
D | Readback.cpp | 47 ALOGW("Failed to get last queued buffer, error = %d", err); in copySurfaceInto() 51 ALOGW("Surface doesn't have any previously queued frames, nothing to readback from"); in copySurfaceInto() 55 ALOGW("Surface is protected, unable to copy from it"); in copySurfaceInto() 123 ALOGW("Can't copy surface into bitmap, RGBA_F16 config is not supported"); in copyImageInto() 179 ALOGW("Unable to generate GPU buffer in a format compatible with the provided bitmap"); in copyLayerInto() 187 ALOGW("Unable to draw content from GPU into the provided bitmap"); in copyLayerInto() 201 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/av/media/libmedia/ |
D | MediaUtils.cpp | 45 ALOGW("requested %zu%% of total memory, using 100%%", percentageOfTotalMem); in limitProcessMemory() 54 ALOGW("couldn't determine total RAM"); in limitProcessMemory() 71 ALOGW("couldn't set allocation limit"); in limitProcessMemory()
|
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 182 ALOGW("%s: failed to open zip %s\n", __FUNCTION__, path); in parse_apk() 187 ALOGW("%s: failed to find entry AndroidManifest.xml\n", __FUNCTION__); in parse_apk() 193 ALOGW("%s: failed to read entry info\n", __FUNCTION__); in parse_apk() 197 ALOGW("%s: cannot handle zip compression method %" PRIu16 "\n", __FUNCTION__, method); in parse_apk() 202 ALOGW("%s: failed to create FileMap\n", __FUNCTION__); in parse_apk() 207 ALOGW("%s: failed to allocate %" PRIu32 " byte\n", __FUNCTION__, uncompLen); in parse_apk() 213 ALOGW("%s: failed to inflate %" PRIu32 " byte\n", __FUNCTION__, uncompLen); in parse_apk()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 108 ALOGW("Could not initialize EGL"); in initialize() 134 ALOGW("Could not select EGL configuration"); in initialize() 141 ALOGW("Could not find EGL configuration"); in initialize() 152 ALOGW("Could not create EGL context"); in initialize() 159 ALOGW("Could not query EGL version"); in initialize() 165 ALOGW("Unsupported EGL version"); in initialize() 173 ALOGW("Could not create EGL surface"); in initialize() 179 ALOGW("Could not change current EGL context"); in initialize()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyClientImpl.cpp | 32 ALOGW("%s: could not get AudioFlinger", __func__); in loadHwModule() 48 ALOGW("%s: could not get AudioFlinger", __func__); in openOutput() 60 ALOGW("%s: could not get AudioFlinger", __func__); in openDuplicateOutput() 80 ALOGW("%s: could not get AudioFlinger", __func__); in suspendOutput() 91 ALOGW("%s: could not get AudioFlinger", __func__); in restoreOutput() 108 ALOGW("%s: could not get AudioFlinger", __func__); in openInput()
|
/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/media/utils/ |
D | ServiceUtilities.cpp | 247 ALOGW("%s: failed to retrieve defaultServiceManager", __func__); in retreivePackageManager() 252 ALOGW("%s: failed to retrieve native package manager", __func__); in retreivePackageManager() 263 ALOGW("%s: Playback capture is denied as package manager is not reachable", __func__); in doIsAllowed() 271 ALOGW("%s: Playback capture is denied for uid %u as the package names could not be " in doIsAllowed() 276 ALOGW("%s: Playback capture for uid %u is denied as no package name could be retrieved " in doIsAllowed() 283 ALOGW("%s: Playback capture is denied for uid %u as the manifest property could not be " in doIsAllowed() 288 ALOGW("%s: Playback capture is denied for uid %u as the package manager returned incoherent" in doIsAllowed()
|
/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/base/libs/hwui/pipeline/skia/ |
D | GLFunctorDrawable.cpp | 54 ALOGW("Unable to extract renderTarget info from canvas; aborting GLFunctor draw"); in GetFboDetails() 60 ALOGW("Unable to extract renderTarget info from canvas; aborting GLFunctor draw"); in GetFboDetails() 66 ALOGW("Unable to extract renderTarget info from canvas; aborting GLFunctor draw"); in GetFboDetails() 112 ALOGW("Unable to extract renderTarget info from offscreen canvas; aborting GLFunctor"); in onDraw() 219 ALOGW("Unable to extract invert canvas matrix; aborting GLFunctor draw"); in onDraw()
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamLegacy.cpp | 96 ALOGW("processCallbackCommon() data, stream disconnected"); in processCallbackCommon() 99 ALOGW("processCallbackCommon() no data because callback disabled"); in processCallbackCommon() 103 ALOGW("processCallbackCommon() data, frameCount is zero"); in processCallbackCommon() 123 ALOGW("%s() callback returned invalid result = %d", in processCallbackCommon()
|
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 80 ALOGW("setForceUse() invalid config %d for FOR_COMMUNICATION", config); in setForceUse() 90 ALOGW("setForceUse() invalid config %d for FOR_MEDIA", config); in setForceUse() 97 ALOGW("setForceUse() invalid config %d for FOR_RECORD", config); in setForceUse() 107 ALOGW("setForceUse() invalid config %d for FOR_DOCK", config); in setForceUse() 113 ALOGW("setForceUse() invalid config %d for FOR_SYSTEM", config); in setForceUse() 119 ALOGW("setForceUse() invalid config %d for HDMI_SYSTEM_AUDIO", config); in setForceUse() 127 ALOGW("setForceUse() invalid config %d for ENCODED_SURROUND", config); in setForceUse() 133 ALOGW("setForceUse() invalid config %d for FOR_VIBRATE_RINGING", config); in setForceUse() 138 ALOGW("setForceUse() invalid usage %d", usage); in setForceUse() 450 ALOGW("getDevicesForStrategy() unknown strategy: %d", strategy); in getDevicesForStrategyInt() [all …]
|
/frameworks/native/libs/graphicsenv/ |
D | GraphicsEnv.cpp | 347 ALOGW("Cannot find ANGLEGetFeatureSupportUtilAPIVersion function"); in checkAngleRules() 354 ALOGW("Cannot use ANGLE feature-support library, it is older than supported by EGL, " in checkAngleRules() 373 ALOGW("Cannot find " #symbol " in ANGLE feature-support library"); \ in checkAngleRules() 386 ALOGW("ANGLE feature-support library cannot parse rules file"); in checkAngleRules() 390 ALOGW("ANGLE feature-support library cannot obtain SystemInfo"); in checkAngleRules() 394 ALOGW("ANGLE feature-support library cannot add device info to SystemInfo"); in checkAngleRules() 404 ALOGW("Version %u of ANGLE feature-support library is NOT supported.", versionToUse); in checkAngleRules() 483 ALOGW("Empty rules file"); in setAngleInfo() 486 ALOGW("Did not read all of the necessary bytes from the rules file." in setAngleInfo()
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioStreamInternal.cpp | 217 ALOGW("%s - framesPerCallback too big = %d, capacity = %d", in open() 223 ALOGW("%s - framesPerCallback negative", __func__); in open() 384 ALOGW("%s() mServiceStreamHandle invalid = 0x%08X", in requestStop() 398 ALOGW("%s() mServiceStreamHandle invalid", __func__); in registerThread() 408 ALOGW("%s() mServiceStreamHandle invalid", __func__); in unregisterThread() 527 ALOGW("%s - AAUDIO_SERVICE_EVENT_DISCONNECTED - FIFO cleared", __func__); in onEventFromServer() 655 ALOGW("processData(): entered at %lld nanos, currently %lld", in processData() 657 ALOGW("processData(): TIMEOUT after %lld nanos", in processData() 659 ALOGW("processData(): wakeTime = %lld, deadline = %lld nanos", in processData() 661 ALOGW("processData(): past deadline by %d micros", in processData()
|