/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() 63 ALOGE_IF(!JNI_CreateJavaVM, "DdmConnection: %s", dlerror()); in start() 68 ALOGE_IF(!registerNatives, "DdmConnection: %s", dlerror()); in start()
|
D | Client.cpp | 82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get()); in getLayerUser()
|
D | SurfaceFlinger.cpp | 915 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/ |
D | log.h | 125 #ifndef ALOGE_IF 126 #define ALOGE_IF(cond, ...) \ macro
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 500 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()
|
D | FramebufferNativeWindow.cpp | 84 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()
|
D | GraphicBufferAllocator.cpp | 43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in GraphicBufferAllocator()
|
D | GraphicBufferMapper.cpp | 45 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in ANDROID_SINGLETON_STATIC_INSTANCE()
|
/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 | 299 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/ |
D | Surface.cpp | 230 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/ |
D | SensorDevice.cpp | 47 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/ |
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 | 166 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror()); in load_wrapper() 393 ALOGE_IF(!getProcAddress, in load_driver()
|
D | egl_display.cpp | 396 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/ |
D | FramebufferSurface.cpp | 153 ALOGE_IF(err, "setReleaseFenceFd: failed to add the fence: %s (%d)", in onFrameCommitted()
|
/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/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 83 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/ |
D | CameraBase.cpp | 89 ALOGE_IF(gCameraService == 0, "no CameraService!?"); in getCameraService()
|
D | CameraMetadata.cpp | 125 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/ |
D | FastThread.cpp | 214 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), in threadLoop()
|
/frameworks/av/media/libnbaio/ |
D | MonoPipe.cpp | 188 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), in write()
|
/frameworks/av/soundtrigger/ |
D | SoundTrigger.cpp | 78 ALOGE_IF(gSoundTriggerHwService == 0, "no SoundTriggerHwService!?"); in getSoundTriggerHwService()
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyService.cpp | 92 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()
|