Searched refs:LOGE_IF (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/base/libs/binder/
H A DMemoryHeapPmem.cpp82 LOGE_IF(err<0, "PMEM_MAP failed (%s), "
118 LOGE_IF(err<0, "PMEM_UNMAP failed (%s), "
136 LOGE_IF(fd<0, "couldn't open %s (%s)", device, strerror(errno)); function
197 LOGE_IF(err<0, "PMEM_MAP failed (%s), "
215 LOGE_IF(err<0, "PMEM_UNMAP failed (%s), "
H A DMemoryHeapBase.cpp56 LOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno)); function
75 LOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno)); function
H A DIMemory.cpp297 LOGE_IF(err, "binder=%p transaction failed fd=%d, size=%ld, err=%d (%s)",
301 LOGE_IF(fd==-1, "cannot dup fd=%d, size=%ld, err=%d (%s)",
H A DMemoryDealer.cpp347 LOGE_IF((flags&PAGE_ALIGNED) &&
/frameworks/base/libs/ui/
H A DFramebufferNativeWindow.cpp87 LOGE_IF(err, "couldn't open framebuffer HAL (%s)", strerror(-err));
90 LOGE_IF(err, "couldn't open gralloc HAL (%s)", strerror(-err));
111 LOGE_IF(err, "fb buffer 0 allocation failed w=%d, h=%d, err=%s",
118 LOGE_IF(err, "fb buffer 1 allocation failed w=%d, h=%d, err=%s",
H A DGraphicBufferAllocator.cpp43 LOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
H A DGraphicBufferMapper.cpp51 LOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
H A DRegion.cpp69 LOGE_IF(err<0, "error %s reading Region from buffer", strerror(err));
/frameworks/base/libs/surfaceflinger_client/
H A DSurface.cpp60 LOGE_IF(err, "error locking src buffer %s", strerror(-err));
64 LOGE_IF(err, "error locking dst buffer %s", strerror(-err));
601 LOGE_IF(err, "getBufferLocked(%ld, %u, %u, %u, %08x) failed (%s)",
649 LOGE_IF(err, "error canceling buffer %d (%s)", bufIdx, strerror(-err));
669 LOGE_IF(err, "error locking buffer %d (%s)", bufIdx, strerror(-err));
691 LOGE_IF(err, "error queuing buffer %d (%s)", bufIdx, strerror(-err));
855 LOGE_IF(err, "ISurface::setBufferCount(%d) returned %s",
937 LOGE_IF(err, "dequeueBuffer failed (%s)", strerror(-err));
941 LOGE_IF(err, "lockBuffer (idx=%d) failed (%s)",
1007 LOGE_IF(er
[all...]
/frameworks/base/media/libmedia/
H A DIMediaDeathNotifier.cpp57 LOGE_IF(sMediaPlayerService == 0, "no media player service!?");
H A Dmediametadataretriever.cpp55 LOGE_IF(sService == 0, "no MediaPlayerService!?");
H A DAudioRecord.cpp638 LOGE_IF(err != status_t(NO_MORE_BUFFERS), "Error obtaining an audio buffer, giving up.");
/frameworks/base/services/sensorservice/
H A DSensorDevice.cpp107 LOGE_IF(err, "couldn't load %s module (%s)",
113 LOGE_IF(err, "couldn't open device for module %s (%s)",
191 LOGE_IF(err, "Error activating sensor %d (%s)", handle, strerror(-err));
/frameworks/base/libs/gui/
H A DSensorEventQueue.cpp73 LOGE_IF(size<0 && size!=-EAGAIN, function
/frameworks/base/cmds/runtime/
H A DSignalHandler.cpp172 LOGE_IF(res != 0, "Unable to create signal handler pipe: %s", strerror(errno));
/frameworks/base/opengl/libs/EGL/
H A DLoader.cpp247 LOGE_IF(!getProcAddress,
H A Degl.cpp133 LOGE_IF(c==1, "refcount is now 0 in release()");
581 LOGE_IF(dpy==EGL_NO_DISPLAY, "No EGLDisplay for software EGL!");
600 LOGE_IF(dpy==EGL_NO_DISPLAY, "No EGLDisplay for hardware EGL!");
1432 LOGE_IF(slot >= MAX_NUMBER_OF_GL_EXTENSIONS,
/frameworks/base/opengl/libs/GLES_CM/
H A Dgl.cpp135 LOGE_IF(err != GL_NO_ERROR, "%s failed (0x%04X)", #_api, err); \
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp66 LOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err));
351 LOGE_IF(!descMap, "descMap is null");
/frameworks/base/libs/camera/
H A DCamera.cpp58 LOGE_IF(mCameraService==0, "no CameraService!?");
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp145 LOGE_IF(err, "couldn't find an EGLConfig matching the screen format");
H A DDisplayHardwareBase.cpp323 LOGE_IF(err<0, "ioctl(%d, VT_RELDISP, 1) failed %d (%s)",
/frameworks/base/services/surfaceflinger/
H A DTextureManager.cpp188 LOGE_IF(err, "loadTexture failed in initTexture (%s)", strerror(err));
H A DLayer.cpp93 LOGE_IF(err != NO_ERROR,
195 LOGE_IF(res, "error %d (%s) locking buffer %p",
394 LOGE_IF(err || buffer->handle == 0,
H A DSurfaceFlinger.cpp158 LOGE_IF(uint32_t(dpy) >= DISPLAY_COUNT, "Invalid DisplayID %d", dpy);
208 LOGE_IF(mServerHeap==0, "can't create shared memory dealer");
211 LOGE_IF(mServerCblk==0, "can't get to shared control block's address");
1346 LOGE_IF(err<0 && err != NAME_NOT_FOUND,
2284 LOGE_IF(lbc==0, "getLayerUser(name=%d) is dead", int(i));

Completed in 193 milliseconds

12