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

123

/frameworks/native/services/surfaceflinger/
H A DDdmConnection.cpp52 ALOGE_IF(!libart_dso, "DdmConnection: %s", dlerror());
55 ALOGE_IF(!libandroid_runtime_dso, "DdmConnection: %s", dlerror());
64 ALOGE_IF(!JNI_CreateJavaVM, "DdmConnection: %s", dlerror());
70 ALOGE_IF(!registerNatives, "DdmConnection: %s", dlerror());
H A DSurfaceFlingerConsumer.cpp203 ALOGE_IF(result != NO_ERROR, "setReleaseFence: failed to add the"
219 ALOGE_IF(result != NO_ERROR, "releasePendingBuffer failed: %s (%d)",
H A DClient.cpp82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get());
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h125 #ifndef ALOGE_IF
126 #define ALOGE_IF(cond, ...) \ macro
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp51 ALOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno)); function
70 ALOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno)); function
H A DIMemory.cpp311 ALOGE_IF(err, "binder=%p transaction failed fd=%d, size=%zd, err=%d (%s)",
318 ALOGE_IF(fd==-1, "cannot dup fd=%d, size=%zd, err=%d (%s)",
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp57 ALOGE_IF(sMediaPlayerService == 0, "no media player service!?");
H A Dmediametadataretriever.cpp58 ALOGE_IF(sService == 0, "no MediaPlayerService!?");
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp212 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: failed to add the"
217 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: error releasing buffer:"
229 ALOGE_IF(err, "setReleaseFenceFd: failed to add the fence: %s (%d)",
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp46 ALOGE_IF(err, "couldn't load %s module (%s)",
52 ALOGE_IF(err, "couldn't open device for module %s (%s)",
215 ALOGE_IF(err, "Error %s sensor %d (%s)", enabled ? "activating" : "disabling", handle,
363 ALOGE_IF(err, "Error calling batch on sensor %d (%s)", sensor_handle, strerror(-err));
370 ALOGE_IF(err, "Error activating sensor %d (%s)", sensor_handle, strerror(-err));
377 ALOGE_IF(err, "Error calling setDelay sensor %d (%s)", sensor_handle, strerror(-err));
/frameworks/native/libs/ui/
H A DRegion.cpp525 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name);
530 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
534 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
543 ALOGE_IF(!silent, "%s: region's Rects not sorted", name);
548 ALOGE_IF(!silent, "%s: invalid span %p", name, cur);
551 ALOGE_IF(!silent,
557 ALOGE_IF(!silent,
568 ALOGE_IF(!silent,
576 ALOGE_IF(!silent, "%s: mStorage size is 2, which is never valid", name);
H A DGraphicBufferAllocator.cpp43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
H A DGraphicBufferMapper.cpp50 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
/frameworks/native/libs/gui/
H A DSurface.cpp277 ALOGE_IF(fence == NULL, "Surface::dequeueBuffer: received null Fence! buf=%d", buf);
910 ALOGE_IF(err, "IGraphicBufferProducer::setBufferCount(%d) returned %s",
923 ALOGE_IF(err, "IGraphicBufferProducer::setMaxDequeuedBufferCount(%d) "
935 ALOGE_IF(err, "IGraphicBufferProducer::setAsyncMode(%d) returned %s",
951 ALOGE_IF(err, "IGraphicBufferProducer::setSharedBufferMode(%d) returned"
966 ALOGE_IF(err, "IGraphicBufferProducer::setAutoRefresh(%d) returned %s",
1113 ALOGE_IF(err, "error locking src buffer %s", strerror(-err));
1118 ALOGE_IF(err, "error locking dst buffer %s", strerror(-err));
1179 ALOGE_IF(err, "dequeueBuffer failed (%s)", strerror(-err));
1262 ALOGE_IF(er
[all...]
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp686 ALOGE_IF(status != NO_ERROR, "attaching buffer to output failed (%d)", status);
690 ALOGE_IF(status != NO_ERROR, "queueing buffer to output failed (%d)", status);
723 ALOGE_IF(status != NO_ERROR, "detaching buffer from output failed (%d)", status);
766 ALOGE_IF(status != NO_ERROR, "attaching buffer to input failed (%d)", status);
770 ALOGE_IF(status != NO_ERROR, "releasing buffer to input failed (%d)", status);
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp138 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), function
/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp52 ALOGE_IF(err < 0, "%s: Can't add new component %d: %s (%zd)", function
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp165 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror());
437 ALOGE_IF(!getProcAddress,
H A Degl_display.cpp382 ALOGE_IF(mWakeCount < 0 || mWakeCount == INT32_MAX,
409 ALOGE_IF(mWakeCount <= 0, "Invalid WakeCount (%d) on leave\n", mWakeCount);
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp541 ALOGE_IF(device == AUDIO_DEVICE_NONE,
668 ALOGE_IF(device == AUDIO_DEVICE_NONE,
/frameworks/av/camera/
H A DCameraBase.cpp109 ALOGE_IF(gCameraService == 0, "no CameraService!?");
H A DCameraMetadata.cpp125 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != OK,
327 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) !=
/frameworks/av/radio/
H A DRadio.cpp78 ALOGE_IF(gRadioService == 0, "no RadioService!?");
/frameworks/av/services/audioflinger/
H A DFastThread.cpp220 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp78 ALOGE_IF(gSoundTriggerHwService == 0, "no SoundTriggerHwService!?");

Completed in 467 milliseconds

123