Searched refs:ALOGE_IF (Results 1 - 25 of 43) sorted by relevance

12

/frameworks/native/services/surfaceflinger/
H A DDdmConnection.cpp52 ALOGE_IF(!libart_dso, "DdmConnection: %s", dlerror());
55 ALOGE_IF(!libandroid_runtime_dso, "DdmConnection: %s", dlerror());
63 ALOGE_IF(!JNI_CreateJavaVM, "DdmConnection: %s", dlerror());
68 ALOGE_IF(!registerNatives, "DdmConnection: %s", dlerror());
H A DClient.cpp82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get());
H A DEventThread.cpp158 ALOGE_IF(type >= DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES,
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h125 #ifndef ALOGE_IF
126 #define ALOGE_IF(cond, ...) \ macro
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp51 ALOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno)); function
70 ALOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno)); function
H A DIMemory.cpp299 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)",
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp57 ALOGE_IF(sMediaPlayerService == 0, "no media player service!?");
H A Dmediametadataretriever.cpp58 ALOGE_IF(sService == 0, "no MediaPlayerService!?");
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp84 ALOGE_IF(err, "couldn't open framebuffer HAL (%s)", strerror(-err));
87 ALOGE_IF(err, "couldn't open gralloc HAL (%s)", strerror(-err));
129 ALOGE_IF(err, "fb buffer %d allocation failed w=%d, h=%d, err=%s",
H A DRegion.cpp500 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name);
504 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
508 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
517 ALOGE_IF(!silent, "%s: region's Rects not sorted", name);
522 ALOGE_IF(!silent, "%s: invalid span %p", name, cur);
525 ALOGE_IF(!silent,
531 ALOGE_IF(!silent,
542 ALOGE_IF(!silent,
550 ALOGE_IF(!silent, "%s: mStorage size is 2, which is never valid", name);
H A DGraphicBufferAllocator.cpp43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
H A DGraphicBufferMapper.cpp45 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp166 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror());
393 ALOGE_IF(!getProcAddress,
H A Degl_display.cpp396 ALOGE_IF(mWakeCount < 0 || mWakeCount == INT32_MAX,
423 ALOGE_IF(mWakeCount <= 0, "Invalid WakeCount (%d) on leave\n", mWakeCount);
/frameworks/native/libs/gui/
H A DSurface.cpp230 ALOGE_IF(fence == NULL, "Surface::dequeueBuffer: received null Fence! buf=%d", buf);
632 ALOGE_IF(err, "IGraphicBufferProducer::setBufferCount(%d) returned %s",
753 ALOGE_IF(err, "error locking src buffer %s", strerror(-err));
757 ALOGE_IF(err, "error locking dst buffer %s", strerror(-err));
816 ALOGE_IF(err, "dequeueBuffer failed (%s)", strerror(-err));
899 ALOGE_IF(err, "failed unlocking buffer (%p)", mLockedBuffer->handle);
902 ALOGE_IF(err, "queueBuffer (handle=%p) failed (%s)",
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp47 ALOGE_IF(err, "couldn't load %s module (%s)",
53 ALOGE_IF(err, "couldn't open device for module %s (%s)",
190 ALOGE_IF(err, "Error %s sensor %d (%s)", enabled ? "activating" : "disabling", handle,
/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp52 ALOGE_IF(err < 0, "%s: Can't add new component %d: %s (%zd)", function
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp153 ALOGE_IF(err, "setReleaseFenceFd: failed to add the fence: %s (%d)",
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp83 ALOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err));
435 ALOGE_IF(!entry, "couldn't find %s", name);
442 ALOGE_IF(!entryMap, "entryMap is null");
/frameworks/av/camera/
H A DCameraBase.cpp89 ALOGE_IF(gCameraService == 0, "no CameraService!?");
H A DCameraMetadata.cpp125 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != OK,
316 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) !=
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp188 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), function
/frameworks/av/services/audioflinger/
H A DFastThread.cpp214 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp78 ALOGE_IF(gSoundTriggerHwService == 0, "no SoundTriggerHwService!?");
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp92 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));

Completed in 419 milliseconds

12