HomeSort by relevance Sort by last modified time
    Searched refs:ALOGW (Results 226 - 250 of 389) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/jni/
android_util_Process.cpp 419 ALOGW("Unable to open /proc/meminfo");
428 ALOGW("Unable to read /proc/meminfo");
538 ALOGW("Unable to read %s", file.string());
580 ALOGW("Unable to open %s", file.string());
818 //ALOGW("Unable to open process file: %s\n", file8);
827 //ALOGW("Unable to open process file: %s fd=%d\n", file8, fd);
android_view_KeyEvent.cpp 96 ALOGW("An exception occurred while recycling a key event.");
android_view_VelocityTracker.cpp 164 ALOGW("nativeAddMovement failed because MotionEvent was finalized.");
android_os_Debug.cpp 528 ALOGW("dup(%d) failed: %s\n", origFd, strerror(errno));
535 ALOGW("fdopen(%d) failed: %s\n", fd, strerror(errno));
  /frameworks/base/libs/hwui/
Layer.cpp 81 ALOGW("Layer exceeds max. dimensions supported by the GPU (%dx%d, max=%dx%d)",
PathCache.h 284 ALOGW("Shape too large to be rendered into a texture (%dx%d, max=%dx%d)",
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 370 ALOGW("Warning: Reading pixel data from unfiltered GL frame. This is highly "
  /frameworks/base/services/common_time/
diag_thread.cpp 235 ALOGW("Failed accept on socket %d with err %d",
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 326 ALOGW("%s was successfully compiled and loaded but its RS info file failed "
  /frameworks/native/libs/binder/
IServiceManager.cpp 90 ALOGW("Permission failure: %s from uid=%d pid=%d",
  /frameworks/native/libs/gui/
ConsumerBase.cpp 43 #define CB_LOGW(x, ...) ALOGW("[%s] "x, mName.string(), ##__VA_ARGS__)
CpuConsumer.cpp 28 #define CC_LOGW(x, ...) ALOGW("[%s] "x, mName.string(), ##__VA_ARGS__)
  /frameworks/rs/
rsCppUtils.h 47 #define ALOGW(...) \
  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.cpp 228 ALOGW("getDeviceForStrategy() unknown strategy: %d", strategy);
  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.cpp 313 ALOGW("%s: error unmapping pmem fd: %s", pmemdev, strerror(err));
  /system/core/libcutils/
properties.c 102 ALOGW("UNIX domain socket create failed (errno=%d)\n", errno);
113 //ALOGW("AF_UNIX connect failed for '%s': %s\n",
131 //ALOGW("not connected to system property server\n");
  /system/media/audio_utils/
resampler.c 220 ALOGW("ReSampler: Cannot create speex resampler: %s", speex_resampler_strerror(error));
  /dalvik/vm/
Debugger.cpp 590 ALOGW("Warning: problem getting class list");
999 ALOGW("Request for index=%d + count=%d excceds length=%d",
1050 ALOGW("Attempt to set index=%d + count=%d excceds length=%d",
    [all...]
Jni.cpp 185 ALOGW("JNI: bad stack CRC (%08x vs %08x)", crc, stackCrc);
363 ALOGW("Invalid indirect reference %p in decodeIndirectRef", jobj);
433 ALOGW("JNI WARNING: DeleteLocalRef(%p) failed to find entry", jobj);
514 ALOGW("Excessive JNI global references (%d)", count);
550 ALOGW("JNI: DeleteWeakGlobalRef(%p) failed to find entry", jobj);
568 ALOGW("JNI: DeleteGlobalRef(%p) failed to find entry", jobj);
620 ALOGW("JNI: pin count on array %p (%s) is now %d",
640 ALOGW("JNI: unpinPrimitiveArray(%p) failed to find entry (valid=%d)",
763 ALOGW("Unable to register: not native: %s.%s:%s", clazz->descriptor, methodName, signature);
    [all...]
Profile.cpp 621 ALOGW("Found unfilled record at %d (of %d)",
636 ALOGW("WARNING: a debugger is active; method-tracing results "
  /dalvik/vm/jdwp/
JdwpHandler.cpp 358 ALOGW("Debugger is telling the VM to exit with code=%d", exitCode);
652 ALOGW("No signature for refTypeId=0x%llx", refTypeId);
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 151 ALOGW("EffectLibCreateEffect() init failed");
721 ALOGW("Equalizer_command invalid command %d",cmdCode);
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 573 ALOGW("Huh? Received data on RTP connection...");
676 ALOGW("Unknown RTCP packet type %u of size %d",
  /frameworks/base/libs/hwui/font/
Font.cpp 62 ALOGW("Could not query the inverse lookup transform for this font");
234 ALOGW("The path for drawTextOnPath is empty or null");
  /frameworks/native/services/sensorservice/
SensorService.cpp 365 ALOGW("Exiting SensorService::threadLoop => aborting...");
534 ALOGW("sensor %08x already enabled in connection %p (ignoring)",
717 //ALOGW("dropping %d events on the floor", count);

Completed in 555 milliseconds

1 2 3 4 5 6 7 8 91011>>