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

1 23 4

  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 224 ALOGE_IF(mStatus != GL_FRAMEBUFFER_COMPLETE_OES,
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 192 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 78 ALOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err));
400 ALOGE_IF(!descMap, "descMap is null");
  /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);
  /hardware/qcom/display/msm8x26/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);
load_store.cpp 264 ALOGE_IF(sbits<dbits, "sbits (%d) < dbits (%d) in downshift", sbits, dbits);
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 124 ALOGE_IF(type >= DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES,
SurfaceFlinger.cpp 941 ALOGE_IF(err, "HWComposer::prepare failed (%s)", strerror(-err));
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 504 ALOGE_IF(err, "eventControl(%d, %d) failed %s",
622 ALOGE_IF(err, "HWComposer: prepare failed (%s)", strerror(-err));
    [all...]
  /frameworks/native/libs/binder/
MemoryDealer.cpp 351 ALOGE_IF((flags&PAGE_ALIGNED) &&
  /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...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 511 ALOGE_IF(!sensor, "mSensorMap[handle=0x%08x] is null!", handle);
517 ALOGE_IF(!rec, "mActiveSensors[%d] is null (handle=0x%08x)!", i, handle);
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 84 ALOGE_IF(rc, "couldn't open audio policy device (%s)", strerror(-rc));
90 ALOGE_IF(rc, "couldn't create audio policy (%s)", strerror(-rc));
95 ALOGE_IF(rc, "couldn't init_check the audio policy (%s)", strerror(-rc));
    [all...]
AudioMixer.cpp 159 ALOGE_IF(!isMultichannelCapable, "unable to find downmix effect");
    [all...]
FastMixer.cpp 524 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
    [all...]
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 161 ALOGE_IF( res != 0, "~SynthProxyJniStorage(): dlclose returned %d", res);
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 231 ALOGE_IF(err<0, "copyBits failed (%s)", strerror(errno));
  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 234 ALOGE_IF(err<0, "copyBits failed (%s)", strerror(errno));
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 66 # define OVASSERT(x, ...) ALOGE_IF(!(x), __VA_ARGS__)
  /hardware/qcom/display/msm8x26/libcopybit/
copybit.cpp 231 ALOGE_IF(err<0, "copyBits failed (%s)", strerror(errno));
  /frameworks/av/media/libmedia/
AudioRecord.cpp 474 ALOGE_IF(originalSessionId != 0 && mSessionId != originalSessionId,
AudioSystem.cpp 74 ALOGE_IF(gAudioFlinger==0, "no AudioFlinger!?");
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 824 ALOGE_IF(releasedCount != mRecordingHeapCount - mRecordingHeapFree,
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 485 ALOGE_IF(err, "SurfaceComposerClient::createSurface error %s", strerror(-err));

Completed in 816 milliseconds

1 23 4