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

1 2 3 4 5 67 8 91011>>

  /frameworks/av/media/libmedia/
AudioEffect.cpp 104 ALOGW("Effect already in use");
115 ALOGW("Must specify at least type or uuid");
342 ALOGW("IEffect died");
MediaScanner.cpp 156 ALOGW("Error opening directory '%s', skipping: %s.", path, strerror(errno));
mediaplayer.cpp 428 ALOGW("Attempt to seek to invalid position: %d", msec);
436 ALOGW("Stream has no duration and is therefore not seekable.");
441 ALOGW("Attempt to seek to past end of file: request = %d, "
733 ALOGW("info/warning (%d, %d)", ext1, ext2);
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 487 ALOGW("Not enough bits, bytesValid %d", bytesValid[0]);
499 ALOGW("AAC decoder returned error %d, substituting silence",
547 ALOGW("Invalid AAC stream");
  /dalvik/vm/native/
InternalNative.cpp 196 ALOGW("dvmFindClassByName rejecting '%s'", name);
dalvik_system_DexFile.cpp 195 ALOGW("Refusing to reopen boot DEX '%s'", sourceName);
322 ALOGW("WARNING: could not remove '%s' from DEX hash table",
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 115 ALOGW("Couldn't get string chars\n");
  /external/bluetooth/bluedroid/hci/src/
lpm.c 290 ALOGW("Still busy on processing prior LPM enable/disable request...");
bt_hci_bdroid.c 220 ALOGW("init has been called repeatedly without calling cleanup ?");
246 ALOGW("libbt-hci init: pthread_setschedparam failed (%s)", \
  /frameworks/av/media/libstagefright/
ESDS.cpp 165 ALOGW("Found malformed 'esds' atom, ignoring missing OCR_ES_Id.");
SurfaceMediaSource.cpp 303 ALOGW("read: failed to wait for buffer fence: %d", err);
404 ALOGW("returned buffer was not found in the current buffer list");
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 214 ALOGW("Could not obtain an FBO");
221 ALOGW("Could not obtain a layer");
230 ALOGW("Layer exceeds max. dimensions supported by the GPU (%dx%d, max=%dx%d)",
388 ALOGW("Could not obtain an FBO");
  /frameworks/native/libs/binder/
Binder.cpp 93 ALOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
  /frameworks/native/libs/utils/
FileMap.cpp 220 ALOGW("madvise(%d) failed: %s\n", sysAdvice, strerror(errno));
BlobCache.cpp 72 ALOGW("set: not caching because keySize is 0");
76 ALOGW("set: not caching because valueSize is 0");
  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.cpp 228 ALOGW("getDeviceForStrategy() unknown strategy: %d", strategy);
  /hardware/qcom/display/libqdutils/
profiler.cpp 53 ALOGW("out of range value for debug.gr.calcfps, using 0");
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 278 ALOGW("Cleaning up Bluetooth Handsfree Interface before initializing...");
284 ALOGW("Cleaning up Bluetooth Handsfree callback object");
314 ALOGW("Cleaning up Bluetooth Handsfree Interface...");
320 ALOGW("Cleaning up Bluetooth Handsfree callback object");
  /dalvik/vm/oo/
Resolve.cpp 128 ALOGW("Class resolved by unexpected DEX:"
134 ALOGW("(%s had used a different %s during pre-verification)",
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 414 ALOGW("%s: Bad camera information: %s", __FUNCTION__, cur_entry);
499 ALOGW("%s: Ignoring transition to the same status", __FUNCTION__);
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 138 ALOGW("Call start() when encoder already started");
180 ALOGW("Call stop() when encoder has not started");
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 155 ALOGW("leaking JNI object references");
169 ALOGW("onFrameAvailable event will not posted");
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp 237 ALOGW("Corrupted RS info file %s! (unexpected size found)", input_filename);
251 ALOGW("Corrupted RS info file %s! (data out of the range)", input_filename);
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 141 ALOGW("EGL_ANDROID_blob_cache set: negative sizes are not allowed");
180 ALOGW("EGL_ANDROID_blob_cache set: negative sizes are not allowed");
egl_display.cpp 176 ALOGW("eglInitialize(%p) failed (%s)", idpy,
261 ALOGW("eglTerminate(%p) failed (%s)", disp.dpy,

Completed in 290 milliseconds

1 2 3 4 5 67 8 91011>>