Lines Matching refs:LOG_E
39 LOG_E("FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_init()
56 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_alloc()
63 LOG_E("FATAL: gralloc open failed\n"); in gfx_alloc()
70 LOG_E("alloc(%u, %u, %d, %08x, ...) failed %d (%s)\n", in gfx_alloc()
84 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_free()
91 LOG_E("FATAL: gralloc open failed\n"); in gfx_free()
98 LOG_E("free(...) failed %d (%s)\n", err, strerror(-err)); in gfx_free()
111 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_lock()
121 LOG_E("lock(...) failed %d (%s).\n", err, strerror(-err)); in gfx_lock()
135 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_unlock()
142 LOG_E("unlock(...) failed %d (%s)", err, strerror(-err)); in gfx_unlock()
157 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_Blit()
177 LOG_E("Blit failed %d (%s)", err, strerror(-err)); in gfx_Blit()
549 LOG_E("Not support copy in mode %d", mVinfo.mode); in doActionCopy()
591 LOG_E("Not support gfx buffer format %x", tmp.format); in doActionCopy()
628 LOG_E("src buffer is bigger than destination buffer\n"); in doActionCopy()
672 LOG_E("something wrong, why new gfxhandle is not allocated? \n"); in doActionColConv()
762 LOG_E("vaCreateSurfaces failed. vaStatus = %d\n", vaStatus); in CreateSurfaceFromExternalBuf()
807 LOG_E("vaCreateSurfaces failed. vaStatus = %d\n", vaStatus); in CreateNewVASurface()