Home
last modified time | relevance | path

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

123

/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()
64 ALOGE_IF(!JNI_CreateJavaVM, "DdmConnection: %s", dlerror()); in start()
70 ALOGE_IF(!registerNatives, "DdmConnection: %s", dlerror()); in start()
DSurfaceFlingerConsumer.cpp203 ALOGE_IF(result != NO_ERROR, "setReleaseFence: failed to add the" in setReleaseFence()
219 ALOGE_IF(result != NO_ERROR, "releasePendingBuffer failed: %s (%d)", in releasePendingBuffer()
DLayer.cpp534 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set blend mode %s:"
591 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set display frame "
599 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set source crop "
606 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set plane alpha %.3f: "
611 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set Z %u: %s (%d)",
660 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set transform %s: "
806 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set cursor position "
1054 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set "
DClient.cpp82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get()); in getLayerUser()
/frameworks/native/services/sensorservice/
DSensorDevice.cpp46 ALOGE_IF(err, "couldn't load %s module (%s)", in ANDROID_SINGLETON_STATIC_INSTANCE()
52 ALOGE_IF(err, "couldn't open device for module %s (%s)", in ANDROID_SINGLETON_STATIC_INSTANCE()
215 ALOGE_IF(err, "Error %s sensor %d (%s)", enabled ? "activating" : "disabling", handle, in activate()
363 ALOGE_IF(err, "Error calling batch on sensor %d (%s)", sensor_handle, strerror(-err)); in enableAllSensors()
370 ALOGE_IF(err, "Error activating sensor %d (%s)", sensor_handle, strerror(-err)); in enableAllSensors()
377 ALOGE_IF(err, "Error calling setDelay sensor %d (%s)", sensor_handle, strerror(-err)); in enableAllSensors()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp212 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: failed to add the" in nextBuffer()
217 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: error releasing buffer:" in nextBuffer()
229 ALOGE_IF(err, "setReleaseFenceFd: failed to add the fence: %s (%d)", in nextBuffer()
/frameworks/native/libs/ui/
DRegion.cpp525 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name); in validate()
530 ALOGE_IF(!silent, "%s: rect->right > max_value", name); in validate()
534 ALOGE_IF(!silent, "%s: rect->right > max_value", name); in validate()
543 ALOGE_IF(!silent, "%s: region's Rects not sorted", name); in validate()
548 ALOGE_IF(!silent, "%s: invalid span %p", name, cur); in validate()
551 ALOGE_IF(!silent, in validate()
557 ALOGE_IF(!silent, in validate()
568 ALOGE_IF(!silent, in validate()
576 ALOGE_IF(!silent, "%s: mStorage size is 2, which is never valid", name); in validate()
DGraphicBufferAllocator.cpp43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in GraphicBufferAllocator()
DGraphicBufferMapper.cpp50 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in ANDROID_SINGLETON_STATIC_INSTANCE()
/frameworks/native/libs/gui/
DSurface.cpp277 ALOGE_IF(fence == NULL, "Surface::dequeueBuffer: received null Fence! buf=%d", buf); in dequeueBuffer()
910 ALOGE_IF(err, "IGraphicBufferProducer::setBufferCount(%d) returned %s", in setBufferCount()
923 ALOGE_IF(err, "IGraphicBufferProducer::setMaxDequeuedBufferCount(%d) " in setMaxDequeuedBufferCount()
935 ALOGE_IF(err, "IGraphicBufferProducer::setAsyncMode(%d) returned %s", in setAsyncMode()
951 ALOGE_IF(err, "IGraphicBufferProducer::setSharedBufferMode(%d) returned" in setSharedBufferMode()
966 ALOGE_IF(err, "IGraphicBufferProducer::setAutoRefresh(%d) returned %s", in setAutoRefresh()
1113 ALOGE_IF(err, "error locking src buffer %s", strerror(-err)); in copyBlt()
1118 ALOGE_IF(err, "error locking dst buffer %s", strerror(-err)); in copyBlt()
1179 ALOGE_IF(err, "dequeueBuffer failed (%s)", strerror(-err)); in lock()
1262 ALOGE_IF(err, "failed unlocking buffer (%p)", mLockedBuffer->handle); in unlockAndPost()
[all …]
/frameworks/ex/framesequence/jni/utils/
Dlog.h125 #ifndef ALOGE_IF
126 #define ALOGE_IF(cond, ...) \ macro
/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.cpp311 ALOGE_IF(err, "binder=%p transaction failed fd=%d, size=%zd, err=%d (%s)", in assertReallyMapped()
318 ALOGE_IF(fd==-1, "cannot dup fd=%d, size=%zd, err=%d (%s)", in assertReallyMapped()
/frameworks/av/media/libstagefright/
DMediaSync.cpp686 ALOGE_IF(status != NO_ERROR, "attaching buffer to output failed (%d)", status); in renderOneBufferItem_l()
690 ALOGE_IF(status != NO_ERROR, "queueing buffer to output failed (%d)", status); in renderOneBufferItem_l()
723 ALOGE_IF(status != NO_ERROR, "detaching buffer from output failed (%d)", status); in onBufferReleasedByOutput()
766 ALOGE_IF(status != NO_ERROR, "attaching buffer to input failed (%d)", status); in returnBufferToInput_l()
770 ALOGE_IF(status != NO_ERROR, "releasing buffer to input failed (%d)", status); in returnBufferToInput_l()
/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.cpp165 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror()); in load_wrapper()
437 ALOGE_IF(!getProcAddress, in load_driver()
Degl_display.cpp382 ALOGE_IF(mWakeCount < 0 || mWakeCount == INT32_MAX, in incWakeCount()
409 ALOGE_IF(mWakeCount <= 0, "Invalid WakeCount (%d) on leave\n", mWakeCount); in decWakeCount()
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp52 ALOGE_IF(err < 0, "%s: Can't add new component %d: %s (%zd)", in addComponent()
/frameworks/av/media/libnbaio/
DMonoPipe.cpp138 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), in write()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp541 ALOGE_IF(device == AUDIO_DEVICE_NONE, in getDeviceForStrategyInt()
668 ALOGE_IF(device == AUDIO_DEVICE_NONE, in getDeviceForInputSource()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp80 ALOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err)); in onFirstRef()
429 ALOGE_IF(!entry, "couldn't find %s", name); in readFile()
436 ALOGE_IF(!entryMap, "entryMap is null"); in readFile()
/frameworks/av/camera/
DCameraMetadata.cpp125 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != OK, in acquire()
327 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != in updateImpl()
/frameworks/av/radio/
DRadio.cpp78 ALOGE_IF(gRadioService == 0, "no RadioService!?"); in getRadioService()
/frameworks/av/services/audioflinger/
DFastThread.cpp220 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), in threadLoop()

123