Home
last modified time | relevance | path

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

12

/frameworks/native/services/surfaceflinger/
DDdmConnection.cpp52 ALOGE_IF(!libart_dso, "DdmConnection: %s", dlerror()); in start()
55 ALOGE_IF(!libandroid_runtime_dso, "DdmConnection: %s", dlerror()); in start()
63 ALOGE_IF(!JNI_CreateJavaVM, "DdmConnection: %s", dlerror()); in start()
68 ALOGE_IF(!registerNatives, "DdmConnection: %s", dlerror()); in start()
DClient.cpp82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get()); in getLayerUser()
DSurfaceFlinger.cpp915 ALOGE_IF(err, "HWComposer::prepare failed (%s)", strerror(-err)); in doDebugFlashRegions()
1115 ALOGE_IF(err, "HWComposer::prepare failed (%s)", strerror(-err)); in setUpHWComposer()
1348 ALOGE_IF(status != NO_ERROR, in handleTransactionLocked()
1353 ALOGE_IF(status != NO_ERROR, in handleTransactionLocked()
1369 ALOGE_IF(state.surface!=NULL, in handleTransactionLocked()
2240 ALOGE_IF(err, "createNormalLayer() failed (%s)", strerror(-err)); in createNormalLayer()
2261 ALOGE_IF(err<0 && err != NAME_NOT_FOUND, in onLayerRemoved()
2275 ALOGE_IF(err<0 && err != NAME_NOT_FOUND, in onLayerDestroyed()
/frameworks/ex/framesequence/jni/utils/
Dlog.h125 #ifndef ALOGE_IF
126 #define ALOGE_IF(cond, ...) \ macro
/frameworks/native/libs/ui/
DRegion.cpp500 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name); in validate()
504 ALOGE_IF(!silent, "%s: rect->right > max_value", name); in validate()
508 ALOGE_IF(!silent, "%s: rect->right > max_value", name); in validate()
517 ALOGE_IF(!silent, "%s: region's Rects not sorted", name); in validate()
522 ALOGE_IF(!silent, "%s: invalid span %p", name, cur); in validate()
525 ALOGE_IF(!silent, in validate()
531 ALOGE_IF(!silent, in validate()
542 ALOGE_IF(!silent, in validate()
550 ALOGE_IF(!silent, "%s: mStorage size is 2, which is never valid", name); in validate()
DFramebufferNativeWindow.cpp84 ALOGE_IF(err, "couldn't open framebuffer HAL (%s)", strerror(-err)); in FramebufferNativeWindow()
87 ALOGE_IF(err, "couldn't open gralloc HAL (%s)", strerror(-err)); in FramebufferNativeWindow()
129 ALOGE_IF(err, "fb buffer %d allocation failed w=%d, h=%d, err=%s", in FramebufferNativeWindow()
DGraphicBufferAllocator.cpp43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in GraphicBufferAllocator()
DGraphicBufferMapper.cpp45 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in ANDROID_SINGLETON_STATIC_INSTANCE()
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp51 ALOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno)); in MemoryHeapBase()
70 ALOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno)); in MemoryHeapBase()
DIMemory.cpp299 ALOGE_IF(err, "binder=%p transaction failed fd=%d, size=%zd, err=%d (%s)", in assertReallyMapped()
303 ALOGE_IF(fd==-1, "cannot dup fd=%d, size=%zd, err=%d (%s)", in assertReallyMapped()
/frameworks/native/libs/gui/
DSurface.cpp230 ALOGE_IF(fence == NULL, "Surface::dequeueBuffer: received null Fence! buf=%d", buf); in dequeueBuffer()
632 ALOGE_IF(err, "IGraphicBufferProducer::setBufferCount(%d) returned %s", in setBufferCount()
753 ALOGE_IF(err, "error locking src buffer %s", strerror(-err)); in copyBlt()
757 ALOGE_IF(err, "error locking dst buffer %s", strerror(-err)); in copyBlt()
816 ALOGE_IF(err, "dequeueBuffer failed (%s)", strerror(-err)); in lock()
899 ALOGE_IF(err, "failed unlocking buffer (%p)", mLockedBuffer->handle); in unlockAndPost()
902 ALOGE_IF(err, "queueBuffer (handle=%p) failed (%s)", in unlockAndPost()
/frameworks/native/services/sensorservice/
DSensorDevice.cpp47 ALOGE_IF(err, "couldn't load %s module (%s)", in ANDROID_SINGLETON_STATIC_INSTANCE()
53 ALOGE_IF(err, "couldn't open device for module %s (%s)", in ANDROID_SINGLETON_STATIC_INSTANCE()
190 ALOGE_IF(err, "Error %s sensor %d (%s)", enabled ? "activating" : "disabling", handle, in activate()
/frameworks/av/media/libmedia/
DIMediaDeathNotifier.cpp57 ALOGE_IF(sMediaPlayerService == 0, "no media player service!?"); in getMediaPlayerService()
Dmediametadataretriever.cpp58 ALOGE_IF(sService == 0, "no MediaPlayerService!?"); in getService()
/frameworks/native/opengl/libs/EGL/
DLoader.cpp166 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror()); in load_wrapper()
393 ALOGE_IF(!getProcAddress, in load_driver()
Degl_display.cpp396 ALOGE_IF(mWakeCount < 0 || mWakeCount == INT32_MAX, in incWakeCount()
423 ALOGE_IF(mWakeCount <= 0, "Invalid WakeCount (%d) on leave\n", mWakeCount); in decWakeCount()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp153 ALOGE_IF(err, "setReleaseFenceFd: failed to add the fence: %s (%d)", in onFrameCommitted()
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp52 ALOGE_IF(err < 0, "%s: Can't add new component %d: %s (%zd)", in addComponent()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp83 ALOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err)); in onFirstRef()
435 ALOGE_IF(!entry, "couldn't find %s", name); in readFile()
442 ALOGE_IF(!entryMap, "entryMap is null"); in readFile()
/frameworks/av/camera/
DCameraBase.cpp89 ALOGE_IF(gCameraService == 0, "no CameraService!?"); in getCameraService()
DCameraMetadata.cpp125 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != OK, in acquire()
316 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != in updateImpl()
/frameworks/av/services/audioflinger/
DFastThread.cpp214 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), in threadLoop()
/frameworks/av/media/libnbaio/
DMonoPipe.cpp188 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), in write()
/frameworks/av/soundtrigger/
DSoundTrigger.cpp78 ALOGE_IF(gSoundTriggerHwService == 0, "no SoundTriggerHwService!?"); in getSoundTriggerHwService()
/frameworks/av/services/audiopolicy/
DAudioPolicyService.cpp92 ALOGE_IF(rc, "couldn't open audio policy device (%s)", strerror(-rc)); in onFirstRef()
99 ALOGE_IF(rc, "couldn't create audio policy (%s)", strerror(-rc)); in onFirstRef()
105 ALOGE_IF(rc, "couldn't init_check the audio policy (%s)", strerror(-rc)); in onFirstRef()

12