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

1 23 4

  /frameworks/native/libs/binder/
IMemory.cpp 299 ALOGE_IF(err, "binder=%p transaction failed fd=%d, size=%zd, err=%d (%s)",
303 ALOGE_IF(fd==-1, "cannot dup fd=%d, size=%zd, err=%d (%s)",
MemoryDealer.cpp 351 ALOGE_IF((flags&PAGE_ALIGNED) &&
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 95 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
170 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 94 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
173 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 92 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
156 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
  /hardware/qcom/display/msm8974/libgralloc/
gpu.cpp 93 ALOGE_IF(eDataErr, "gralloc failed for eDataErr=%s",
162 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
  /frameworks/av/camera/
CameraBase.cpp 89 ALOGE_IF(gCameraService == 0, "no CameraService!?");
CameraMetadata.cpp 125 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != OK,
316 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) !=
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 188 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
  /frameworks/av/services/audioflinger/
FastThread.cpp 214 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
AudioMixer.cpp 294 ALOGE_IF(res != OK, "DownmixBufferProvider error %d", res);
558 ALOGE_IF(status != OK,
    [all...]
  /frameworks/av/soundtrigger/
SoundTrigger.cpp 78 ALOGE_IF(gSoundTriggerHwService == 0, "no SoundTriggerHwService!?");
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 45 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 192 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 66 # define OVASSERT(x, ...) ALOGE_IF(!(x), __VA_ARGS__)
560 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, rotation);
  /system/core/libpixelflinger/codeflinger/
blending.cpp 539 ALOGE_IF(ms>=32, "mul_factor overflow vs=%d, fs=%d", vs, fs);
577 ALOGE_IF(ms>=32, "mul_factor_add overflow vs=%d, fs=%d, as=%d", vs, fs, as);
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 158 ALOGE_IF(type >= DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES,
SurfaceFlinger.cpp 915 ALOGE_IF(err, "HWComposer::prepare failed (%s)", strerror(-err));
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 92 ALOGE_IF(rc, "couldn't open audio policy device (%s)", strerror(-rc));
99 ALOGE_IF(rc, "couldn't create audio policy (%s)", strerror(-rc));
105 ALOGE_IF(rc, "couldn't init_check the audio policy (%s)", strerror(-rc));
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 543 ALOGE_IF(err, "eventControl(%d, %d) failed %s",
666 ALOGE_IF(err, "HWComposer: prepare failed (%s)", strerror(-err));
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 269 ALOGE_IF(mStatus != GL_FRAMEBUFFER_COMPLETE_OES,
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 196 ALOGE_IF(camera_dev == NULL, "%s: No camera device instance.", __FUNCTION__);
995 ALOGE_IF(ret == NULL, "%s: Memory failure", __FUNCTION__);
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 291 ALOGE_IF(err < 0, "Error in hotplug CPU poll: %d", errno);
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 161 ALOGE_IF( res != 0, "~SynthProxyJniStorage(): dlclose returned %d", res);

Completed in 1431 milliseconds

1 23 4