Lines Matching refs:LOG_E
38 LOG_E("FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_init()
55 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_alloc()
62 LOG_E("FATAL: gralloc open failed\n"); in gfx_alloc()
69 LOG_E("alloc(%u, %u, %d, %08x, ...) failed %d (%s)\n", in gfx_alloc()
83 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_free()
90 LOG_E("FATAL: gralloc open failed\n"); in gfx_free()
97 LOG_E("free(...) failed %d (%s)\n", err, strerror(-err)); in gfx_free()
110 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_lock()
120 LOG_E("lock(...) failed %d (%s).\n", err, strerror(-err)); in gfx_lock()
134 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_unlock()
141 LOG_E("unlock(...) failed %d (%s)", err, strerror(-err)); in gfx_unlock()
156 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); in gfx_Blit()
170 LOG_E("Blit(...) failed %d (%s)", err, strerror(-err)); in gfx_Blit()
546 LOG_E("Not support copy in mode %d", mVinfo.mode); in doActionCopy()
588 LOG_E("Not support gfx buffer format %x", tmp.format); in doActionCopy()
625 LOG_E("src buffer is bigger than destination buffer\n"); in doActionCopy()
670 LOG_E("something wrong, why new gfxhandle is not allocated? \n"); in doActionColConv()
760 LOG_E("vaCreateSurfaces failed. vaStatus = %d\n", vaStatus); in CreateSurfaceFromExternalBuf()
805 LOG_E("vaCreateSurfaces failed. vaStatus = %d\n", vaStatus); in CreateNewVASurface()