HomeSort by relevance Sort by last modified time
    Searched refs:ALOGW (Results 51 - 75 of 289) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/vm/native/
java_lang_Runtime.cpp 52 ALOGW("JNI exit hook returned");
  /frameworks/av/camera/
Camera.cpp 51 ALOGW("CameraService not published, waiting...");
401 ALOGW("No listener was set. Drop a recording frame.");
407 ALOGW("ICamera died");
415 ALOGW("Camera server died!");
  /frameworks/av/media/libaah_rtp/
aah_decoder_pump.cpp 134 ALOGW("%s: setVolume failed", __FUNCTION__);
218 ALOGW("%s: setVolume failed", __FUNCTION__);
356 ALOGW("%s: Failed to decode data (res = %d)",
377 ALOGW("%s: Successful decode, but no buffer produced",
  /frameworks/av/media/libmedia/
IAudioRecord.cpp 55 ALOGW("start() error: %s", strerror(-status));
SoundPoolThread.cpp 94 ALOGW("run: Unrecognized message %d\n",
  /frameworks/av/media/libstagefright/
AudioSource.cpp 40 ALOGW("AudioRecord reported overrun!");
283 ALOGW("Spurious callback from AudioRecord. Drop the audio data.");
318 ALOGW("Lost audio record data: %d bytes", numLostBytes);
336 ALOGW("Nothing is available from AudioRecord callback buffer");
  /frameworks/av/media/libstagefright/foundation/
AHierarchicalStateMachine.cpp 66 ALOGW("Warning message %s unhandled in root state.",
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 90 ALOGW("Insufficient CPU for load: expected=%.1f actual=%.1f ms; underruns=%u logs=%u",
  /frameworks/base/services/input/
EventHub.cpp 292 ALOGW("Error reading absolute controller %d for device %s fd %d, errno=%d",
401 ALOGW("Error reading absolute controller %d for device %s fd %d, errno=%d",
578 ALOGW("Could not upload force feedback effect to device %s due to error %d.",
591 ALOGW("Could not start force feedback effect on device %s due to error %d.",
613 ALOGW("Could not stop force feedback effect on device %s due to error %d.",
719 ALOGW("Received unexpected epoll event 0x%08x for INotify.", eventItem.events);
734 ALOGW("Received unexpected epoll event 0x%08x for wake read pipe.",
742 ALOGW("Received unexpected epoll event 0x%08x for unknown device id %d.",
753 ALOGW("could not get event, removed? (fd: %d size: %d bufferSize: %d "
760 ALOGW("could not get event (errno=%d)", errno)
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 81 ALOGW("EGLNativeWindowType %p disconnect failed", window);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardwareBase.cpp 111 ALOGW("/sys/power/wait_for_fb_{wake|sleep} don't exist");
  /hardware/libhardware/modules/local_time/
local_time_hw.c 42 ALOGW("%s failed to fetch CLOCK_MONOTONIC value! (res = %d)",
  /system/netd/
main.cpp 156 ALOGW("WARNING: SIGPIPE not blocked\n");
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.cpp 68 ALOGW("%s: Emulated camera device is already initialized: mState = %d",
105 ALOGW("%s: Device is not started", __FUNCTION__);
118 ALOGW("%s: Fake camera device is not started.", __FUNCTION__);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 256 ALOGW("dropped byte %d", i);
260 ALOGW("corrupted byte %d", i);
347 ALOGW("timeout!");
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 150 ALOGW("Discarding duplicate buffer");
177 ALOGW("RTCP buffer too small to accomodate FIR.");
215 ALOGW("RTCP buffer too small to accomodate RR.");
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 113 ALOGW("Failed to send finished signal on channel '%s'. status=%d",
127 ALOGW("channel '%s' ~ Received spurious callback for unhandled poll event. "
215 ALOGW("channel '%s' ~ Failed to obtain event object.", getInputChannelName());
  /system/core/libnetutils/
packet.c 35 #define ALOGW printf
212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check);
234 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);
  /system/security/keystore-engine/
eng_keystore.cpp 173 ALOGW("No valid signature returned");
226 ALOGW("Cannot convert pubkey");
234 ALOGW("Could not set ex_data for loaded RSA key");
  /dalvik/vm/
Thread.cpp 264 ALOGW("WARNING: newly-created pthread TLS slot is not NULL");
555 ALOGW("threadid=%d: non-daemon id=%d still running at shutdown?!",
785 ALOGW("WARNING: system class loader is NULL (setting main ctxt)");
    [all...]
Exception.cpp 272 ALOGW("Could not allocate message string \"%s\" while "
369 ALOGW("WARNING: exception class '%s' missing constructor "
412 ALOGW("Exception thrown (%s) while throwing internal exception (%s)",
432 ALOGW("Exception thrown (%s) during initCause() "
439 ALOGW("WARNING: couldn't find initCause in '%s'",
582 ALOGW("WARNING: could not find printStackTrace in %s",
587 ALOGW("NOTE: exception thrown while printing stack trace: %s",
674 ALOGW("Could not resolve class ref'ed in exception "
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 284 ALOGW("AgcCreate Error");
324 ALOGW("AgcGetParameter() unknown param %08x", param);
349 ALOGW("AgcGetParameter() unknown param %d", param);
388 ALOGW("AgcSetParameter() unknown param %08x value %08x", param, *(uint32_t *)pValue);
447 ALOGW("AgcCreate Error");
473 ALOGW("AecGetParameter() unknown param %08x value %08x", param, *(uint32_t *)pValue);
493 ALOGW("AecSetParameter() unknown param %08x value %08x", param, *(uint32_t *)pValue);
566 ALOGW("AgcCreate Error");
776 ALOGW("Session_CreateEffect could not get apm engine");
784 ALOGW("Session_CreateEffect could not allocate audio frame")
    [all...]
  /frameworks/native/libs/utils/
Looper.cpp 147 ALOGW("Looper already prepared for this thread with a different value for the "
228 ALOGW("Poll failed with an unexpected error, errno=%d", errno);
254 ALOGW("Ignoring unexpected epoll events 0x%x on wake read pipe.", epollEvents);
266 ALOGW("Ignoring unexpected epoll events 0x%x on fd %d that is "
372 ALOGW("Could not write wake signal, errno=%d", errno);
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 103 ALOGW("read_snapshot_file header.magic0=0x%08x magic1=0x%08x", header.magic0, header.magic1);
113 ALOGW("read_snapshot_file FileState truncated/error with read at %d bytes\n", bytesRead);
132 ALOGW("read_snapshot_file filename truncated/error with read at %d bytes\n", bytesRead);
138 ALOGW("read_snapshot_file length mismatch: header.totalSize=%d bytesRead=%d\n",
169 ALOGW("write_snapshot_file error writing header %s", strerror(errno));
181 ALOGW("write_snapshot_file error writing header %s", strerror(errno));
188 ALOGW("write_snapshot_file error writing filename %s", strerror(errno));
196 ALOGW("write_snapshot_file error writing %d bytes of filename padding %s",
591 ALOGW("Error: unknown file mode 0%o [%s]", s.st_mode, filepath.string());
759 ALOGW("Could not read metadata for %s -- %ld / %s", filename.string()
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 74 ALOGW("setDeviceConnectionState() device already connected: %x", device);
114 ALOGW("setDeviceConnectionState() device not connected: %x", device);
178 ALOGW("setDeviceConnectionState() device already connected: %d", device);
188 ALOGW("setDeviceConnectionState() device not connected: %d", device);
216 ALOGW("setDeviceConnectionState() invalid device: %x", device);
256 ALOGW("setPhoneState() invalid state %d", state);
261 ALOGW("setPhoneState() setting same state %d", state);
358 ALOGW("setForceUse() invalid config %d for FOR_COMMUNICATION", config);
370 ALOGW("setForceUse() invalid config %d for FOR_MEDIA", config);
378 ALOGW("setForceUse() invalid config %d for FOR_RECORD", config)
    [all...]

Completed in 2382 milliseconds

1 23 4 5 6 7 8 91011>>