/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 | 205 ALOGE_IF(result != NO_ERROR, "setReleaseFence: failed to add the" in setReleaseFence() 221 ALOGE_IF(result != NO_ERROR, "releasePendingBuffer failed: %s (%d)", in releasePendingBuffer()
|
D | Client.cpp | 79 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get()); in getLayerUser()
|
D | SurfaceFlinger.cpp | 1121 ALOGE_IF(result != NO_ERROR, "prepareFrame for display %zd failed:" in doDebugFlashRegions() 1342 ALOGE_IF(result != NO_ERROR, "Failed to set color transform on " in setUpHWComposer() 1359 ALOGE_IF(result != NO_ERROR, "prepareFrame for display %zd failed:" in setUpHWComposer() 1593 ALOGE_IF(status != NO_ERROR, in handleTransactionLocked() 1598 ALOGE_IF(status != NO_ERROR, in handleTransactionLocked() 1603 ALOGE_IF(status != NO_ERROR, in handleTransactionLocked() 1623 ALOGE_IF(state.surface!=NULL, in handleTransactionLocked() 2528 ALOGE_IF(err, "createNormalLayer() failed (%s)", strerror(-err)); in createNormalLayer() 2549 ALOGE_IF(err<0 && err != NAME_NOT_FOUND, in onLayerRemoved()
|
D | Layer.cpp | 537 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set blend mode %s:" 615 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set plane alpha %.3f: " 620 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set Z %u: %s (%d)", 669 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set transform %s: " 830 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set cursor position " 1078 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set "
|
/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()
|
/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/native/libs/gui/ |
D | Surface.cpp | 320 ALOGE_IF(fence == NULL, "Surface::dequeueBuffer: received null Fence! buf=%d", buf); in dequeueBuffer() 986 ALOGE_IF(err, "IGraphicBufferProducer::setBufferCount(%d) returned %s", in setBufferCount() 999 ALOGE_IF(err, "IGraphicBufferProducer::setMaxDequeuedBufferCount(%d) " in setMaxDequeuedBufferCount() 1011 ALOGE_IF(err, "IGraphicBufferProducer::setAsyncMode(%d) returned %s", in setAsyncMode() 1027 ALOGE_IF(err, "IGraphicBufferProducer::setSharedBufferMode(%d) returned" in setSharedBufferMode() 1042 ALOGE_IF(err, "IGraphicBufferProducer::setAutoRefresh(%d) returned %s", in setAutoRefresh() 1189 ALOGE_IF(err, "error locking src buffer %s", strerror(-err)); in copyBlt() 1194 ALOGE_IF(err, "error locking dst buffer %s", strerror(-err)); in copyBlt() 1255 ALOGE_IF(err, "dequeueBuffer failed (%s)", strerror(-err)); in lock() 1338 ALOGE_IF(err, "failed unlocking buffer (%p)", mLockedBuffer->handle); in unlockAndPost() [all …]
|
/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 | 192 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror()); in load_wrapper() 519 ALOGE_IF(!getProcAddress, in load_driver()
|
D | egl_display.cpp | 388 ALOGE_IF(mWakeCount < 0 || mWakeCount == INT32_MAX, in incWakeCount() 415 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/av/radio/ |
D | Radio.cpp | 78 ALOGE_IF(gRadioService == 0, "no RadioService!?"); in getRadioService()
|
/frameworks/av/services/audioflinger/ |
D | FastThread.cpp | 224 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), in threadLoop()
|
/frameworks/av/soundtrigger/ |
D | SoundTrigger.cpp | 78 ALOGE_IF(gSoundTriggerHwService == 0, "no SoundTriggerHwService!?"); in getSoundTriggerHwService()
|
/frameworks/av/camera/ |
D | CameraBase.cpp | 116 ALOGE_IF(gCameraService == 0, "no CameraService!?"); in getCameraService()
|
D | CameraMetadata.cpp | 126 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != OK, in acquire() 340 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != in updateImpl()
|