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

12

/frameworks/native/services/surfaceflinger/
H A DDdmConnection.cpp49 ALOGE_IF(!libdvm_dso, "DdmConnection: %s", dlerror());
52 ALOGE_IF(!libandroid_runtime_dso, "DdmConnection: %s", dlerror());
60 ALOGE_IF(!JNI_CreateJavaVM, "DdmConnection: %s", dlerror());
65 ALOGE_IF(!registerNatives, "DdmConnection: %s", dlerror());
H A DClient.cpp84 ALOGE_IF(lbc==0, "getLayerUser(name=%d) is dead", int(i));
H A DEventThread.cpp115 ALOGE_IF(type >= HWC_DISPLAY_TYPES_SUPPORTED,
129 ALOGE_IF(type >= HWC_DISPLAY_TYPES_SUPPORTED,
H A DSurfaceFlinger.cpp398 ALOGE_IF(ctxt==EGL_NO_CONTEXT, "EGLContext creation failed");
850 ALOGE_IF(err, "HWComposer::prepare failed (%s)", strerror(-err));
969 ALOGE_IF(err, "HWComposer::prepare failed (%s)", strerror(-err));
1172 ALOGE_IF(state.surface!=NULL,
1988 ALOGE_IF(idx < 0,
1991 ALOGE_IF(err<0 && err != NAME_NOT_FOUND,
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp56 ALOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno)); function
75 ALOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno)); function
H A DIMemory.cpp301 ALOGE_IF(err, "binder=%p transaction failed fd=%d, size=%ld, err=%d (%s)",
305 ALOGE_IF(fd==-1, "cannot dup fd=%d, size=%ld, err=%d (%s)",
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp57 ALOGE_IF(sMediaPlayerService == 0, "no media player service!?");
H A Dmediametadataretriever.cpp55 ALOGE_IF(sService == 0, "no MediaPlayerService!?");
H A DAudioRecord.cpp450 ALOGE_IF(originalSessionId != 0 && mSessionId != originalSessionId,
704 ALOGE_IF(err != status_t(NO_MORE_BUFFERS), "Error obtaining an audio buffer, giving up.");
/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
H A DFramebufferNativeWindow.cpp84 ALOGE_IF(err, "couldn't open framebuffer HAL (%s)", strerror(-err));
87 ALOGE_IF(err, "couldn't open gralloc HAL (%s)", strerror(-err));
129 ALOGE_IF(err, "fb buffer %d allocation failed w=%d, h=%d, err=%s",
H A DRegion.cpp347 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name);
351 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
355 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
364 ALOGE_IF(!silent, "%s: region's Rects not sorted", name);
369 ALOGE_IF(!silent, "%s: invalid span %p", name, cur);
372 ALOGE_IF(!silent,
378 ALOGE_IF(!silent,
389 ALOGE_IF(!silent,
397 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);
/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)",
159 ALOGE_IF(err, "Error %s sensor %d (%s)",
H A DSensorService.cpp403 ALOGE_IF(!sensor, "mSensorMap[handle=0x%08x] is null!", handle);
409 ALOGE_IF(!rec, "mActiveSensors[%d] is null (handle=0x%08x)!", i, handle);
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp135 ALOGE_IF(err != GL_NO_ERROR, "%s failed (0x%04X)", #_api, err); \
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp138 ALOGE_IF(err, "setReleaseFenceFd: failed to add the fence: %s (%d)",
H A DHWComposer.cpp477 ALOGE_IF(err, "eventControl(%d, %d) failed %s",
590 ALOGE_IF(err, "HWComposer: prepare failed (%s)", strerror(-err));
902 ALOGE_IF(!numLayers, "mDisplayData[%d].list->numHwLayers is 0", id);
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp400 ALOGE_IF(mWakeCount < 0 || mWakeCount == INT32_MAX,
427 ALOGE_IF(mWakeCount <= 0, "Invalid WakeCount (%d) on leave\n", mWakeCount);
H A DLoader.cpp298 ALOGE_IF(!getProcAddress,
/frameworks/native/libs/gui/
H A DSurfaceTextureClient.cpp577 ALOGE_IF(err, "ISurfaceTexture::setBufferCount(%d) returned %s",
689 ALOGE_IF(err, "error locking src buffer %s", strerror(-err));
693 ALOGE_IF(err, "error locking dst buffer %s", strerror(-err));
752 ALOGE_IF(err, "dequeueBuffer failed (%s)", strerror(-err));
843 ALOGE_IF(err, "failed unlocking buffer (%p)", mLockedBuffer->handle);
846 ALOGE_IF(err, "queueBuffer (handle=%p) failed (%s)",
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp167 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0), function
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp135 ALOGE_IF(res==0, "sensors_data_poll: nothing to read after waitForEvent()");
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp78 ALOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err));
400 ALOGE_IF(!descMap, "descMap is null");
/frameworks/av/camera/
H A DCamera.cpp60 ALOGE_IF(mCameraService==0, "no CameraService!?");

Completed in 2007 milliseconds

12