/frameworks/native/services/surfaceflinger/ |
D | DdmConnection.cpp | 52 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()
|
D | SurfaceFlingerConsumer.cpp | 203 ALOGE_IF(result != NO_ERROR, "setReleaseFence: failed to add the" in setReleaseFence() 219 ALOGE_IF(result != NO_ERROR, "releasePendingBuffer failed: %s (%d)", in releasePendingBuffer()
|
D | Layer.cpp | 534 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 "
|
D | Client.cpp | 82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get()); in getLayerUser()
|
/frameworks/native/services/sensorservice/ |
D | SensorDevice.cpp | 46 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/ |
D | FramebufferSurface.cpp | 212 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/ |
D | Region.cpp | 525 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()
|
D | GraphicBufferAllocator.cpp | 43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in GraphicBufferAllocator()
|
D | GraphicBufferMapper.cpp | 50 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in ANDROID_SINGLETON_STATIC_INSTANCE()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 277 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/ |
D | log.h | 125 #ifndef ALOGE_IF 126 #define ALOGE_IF(cond, ...) \ macro
|
/frameworks/native/libs/binder/ |
D | MemoryHeapBase.cpp | 51 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()
|
D | IMemory.cpp | 311 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/ |
D | MediaSync.cpp | 686 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/ |
D | IMediaDeathNotifier.cpp | 57 ALOGE_IF(sMediaPlayerService == 0, "no media player service!?"); in getMediaPlayerService()
|
D | mediametadataretriever.cpp | 58 ALOGE_IF(sService == 0, "no MediaPlayerService!?"); in getService()
|
/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 165 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror()); in load_wrapper() 437 ALOGE_IF(!getProcAddress, in load_driver()
|
D | egl_display.cpp | 382 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/ |
D | StatusTracker.cpp | 52 ALOGE_IF(err < 0, "%s: Can't add new component %d: %s (%zd)", in addComponent()
|
/frameworks/av/media/libnbaio/ |
D | MonoPipe.cpp | 138 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), in write()
|
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 541 ALOGE_IF(device == AUDIO_DEVICE_NONE, in getDeviceForStrategyInt() 668 ALOGE_IF(device == AUDIO_DEVICE_NONE, in getDeviceForInputSource()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 80 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/ |
D | CameraMetadata.cpp | 125 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/ |
D | Radio.cpp | 78 ALOGE_IF(gRadioService == 0, "no RadioService!?"); in getRadioService()
|
/frameworks/av/services/audioflinger/ |
D | FastThread.cpp | 220 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), in threadLoop()
|