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

1234567891011

/frameworks/rs/
H A DrsUtils.h27 #define ALOGW(...) macro
/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", 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%08llx)\n",
159 ALOGW("claimed footer size is too small (0x%zx; minimum size is 0x%x)\n",
167 ALOGW("see
[all...]
H A DZipFileRO.cpp75 ALOGW("Error opening archive %s: %s", zipFileName, ErrorCodeString(error));
137 ALOGW("Could not start iteration over %s: %s", mFileName, ErrorCodeString(error));
152 ALOGW("Error iteration over %s: %s", mFileName, ErrorCodeString(error));
180 ALOGW("Buffer too short, requires %d bytes for entry name", requiredSize);
227 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error));
244 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error));
/frameworks/av/media/libcpustats/
H A DThreadCpuUsage.cpp121 ALOGW("Can't add sample because measurements have never been enabled");
143 ALOGW("Can't compute elapsed time because measurements have never been enabled");
182 ALOGW("kernel_max %d but MAX_CPU %d", sKernelMax, MAX_CPU);
185 ALOGW("kernel_max invalid %d", sKernelMax);
192 ALOGW("Can't read number of CPUs");
196 ALOGW("Can't open number of CPUs");
207 ALOGW("getCpukHz called with invalid CPU %d", cpuNum);
230 ALOGW("getCpukHz can't open CPU %d", cpuNum);
247 ALOGW("Can't read CPU %d frequency", cpuNum);
/frameworks/base/libs/hwui/
H A DImage.cpp37 ALOGW("Error creating image (%#x)", eglGetError());
47 ALOGW("Error creating image (%#x)", status);
H A DFence.h73 ALOGW("Failed to wait for the fence %#x", eglGetError());
/frameworks/compile/libbcc/lib/Support/
H A DInputFile.cpp33 ALOGW("InputFile::read: count = %zu, buffer = %p", count, pBuf);
H A DOutputFile.cpp37 ALOGW("OutputFile::write: count = %zu, buffer = %p", count, pBuf);
/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/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp106 ALOGW("Could not initialize EGL");
125 ALOGW("Could not select EGL configuration");
131 ALOGW("Could not find EGL configuration");
148 ALOGW("Could not create EGL context");
156 ALOGW("Could not create EGL surface");
161 ALOGW("Could not change current EGL context");
172 ALOGW("Could not create EGL image");
180 ALOGW("Could not create/bind texture");
189 ALOGW("Could not upload to texture");
198 ALOGW("Coul
[all...]
/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/base/cmds/idmap/
H A Dscan.cpp148 ALOGW("%s: failed to open zip %s\n", __FUNCTION__, path);
153 ALOGW("%s: failed to find entry AndroidManifest.xml\n", __FUNCTION__);
159 ALOGW("%s: failed to read entry info\n", __FUNCTION__);
163 ALOGW("%s: cannot handle zip compression method %d\n", __FUNCTION__, method);
168 ALOGW("%s: failed to create FileMap\n", __FUNCTION__);
173 ALOGW("%s: failed to allocate %d byte\n", __FUNCTION__, uncompLen);
179 ALOGW("%s: failed to inflate %d byte\n", __FUNCTION__, uncompLen);
/frameworks/av/services/audioflinger/
H A DSchedulingPolicyService.cpp54 ALOGW("SchedulingPolicyService died");
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp47 ALOGW("Media player service not published, waiting...");
79 ALOGW("media server died");
/frameworks/av/services/audiopolicy/
H A DAudioPolicyClientImpl.cpp32 ALOGW("%s: could not get AudioFlinger", __func__);
49 ALOGW("%s: could not get AudioFlinger", __func__);
61 ALOGW("%s: could not get AudioFlinger", __func__);
81 ALOGW("%s: could not get AudioFlinger", __func__);
92 ALOGW("%s: could not get AudioFlinger", __func__);
109 ALOGW("%s: could not get AudioFlinger", __func__);
H A DAudioPolicyClientImplLegacy.cpp58 ALOGW("%s: could not get AudioFlinger", __func__);
76 ALOGW("%s: could not get AudioFlinger", __func__);
138 ALOGW("%s: could not get AudioFlinger", __func__);
158 ALOGW("%s: could not get AudioFlinger", __func__);
169 ALOGW("%s: could not get AudioFlinger", __func__);
184 ALOGW("%s: could not get AudioFlinger", __func__);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp139 ALOGW("Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...");
161 ALOGW("Multiple calls to setTextureAtlas!");
208 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, egl_error_str());
274 ALOGW("swapBuffers encountered EGL_BAD_SURFACE on %p, halting rendering...", surface);
295 ALOGW("Failed to set EGL_SWAP_BEHAVIOR on surface %p, error=%s",
305 ALOGW("Failed to query EGL_SWAP_BEHAVIOR on surface %p, error=%p",
/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp116 ALOGW("Zygote SIGCHLD error in waitpid: %s", strerror(errno));
134 ALOGW("Error setting SIGCHLD handler: %d", errno);
146 ALOGW("Error unsetting SIGCHLD handler: %d", errno);
261 ALOGW("Failed to unshare(): %d", errno);
279 ALOGW("Storage environment undefined; unable to provide external storage");
298 ALOGW("Failed to mount %s to %s :%d", source, target, errno);
305 ALOGW("Failed to mount %s to %s: %d", source_user.string(), target_user.string(), errno);
317 ALOGW("Failed to mount %s to %s: %d", target_user.string(), legacy, errno);
321 ALOGW("Mount mode %d unsupported", mount_mode);
404 ALOGW("Unabl
[all...]
H A Dandroid_backup_BackupHelperDispatcher.cpp61 ALOGW("Skipping unknown header: %d bytes", flattenedHeader.headerSize);
72 ALOGW("Failed reading chunk header");
78 ALOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version,
97 ALOGW("Malformed V1 header remainingHeader=%d dataSize=%d nameLength=%d", remainingHeader,
104 ALOGW("unable to allocate %d bytes", flattenedHeader.nameLength);
H A Dandroid_view_DisplayEventReceiver.cpp86 ALOGW("Failed to initialize display event receiver, status=%d", result);
118 ALOGW("Failed to request next vsync, status=%d", status);
135 ALOGW("Received spurious callback for unhandled poll event. "
176 ALOGW("receiver %p ~ ignoring unknown event type %#x", this, ev.header.type);
182 ALOGW("Failed to get events from display event receiver, status=%d", status_t(n));
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp111 ALOGW("consumerDisconnect failed: %d", err);
181 ALOGW("Dropped back down to Loaded without Executing");
342 ALOGW("giving up limiting timestamp gap (pts = %lld)",
367 ALOGW("suspend: frame was not available");
370 ALOGW("suspend: acquireBuffer returned err=%d", err);
416 ALOGW("fillCodecBuffer_l: frame was not available");
420 ALOGW("fillCodecBuffer_l: acquireBuffer returned err=%d", err);
429 ALOGW("failed to wait for buffer fence: %d", err);
624 ALOGW("Dropping frame that's going backward in time");
680 ALOGW("WARNIN
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp121 ALOGW("failed to deliver message. Target handler not registered.");
129 ALOGW("failed to deliver message. "
165 ALOGW("failed to post message. "
/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp115 ALOGW("Packet discarded due to VRC (V != 0)");
123 ALOGW("Packet discarded (PLEN != 0)");
131 ALOGW("Packet discarded (PEBIT != 0)");
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp72 //ALOGW("RS export var at entry #%u named %s cannot be found in the result "
89 // ALOGW("RS export func at entry #%u named %s cannot be found in the result"
108 // ALOGW("Expanded RS foreach at entry #%u named %s cannot be found in the "
172 ALOGW("Failed to get the list of function name in %s for disassembly!",
189 ALOGW("Failed to disassemble the function %s in %s (error code=%zu)!",
193 ALOGW("And the error occured in disassembler is fatal. Abort "

Completed in 5794 milliseconds

1234567891011