Home
last modified time | relevance | path

Searched refs:AERR (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/gralloc/
Dgralloc_module.cpp66 AERR("Registering invalid buffer 0x%p, returning error", handle); in gralloc_register_buffer()
86 AERR("Failed to open UMP library with res=%d", res); in gralloc_register_buffer()
121 AERR("Failed to map UMP handle 0x%x", hnd->ump_mem_handle); in gralloc_register_buffer()
128 AERR("Failed to create UMP handle 0x%x", hnd->ump_mem_handle); in gralloc_register_buffer()
132 AERR("Gralloc does not support UMP. Unable to register UMP memory for handle 0x%p", hnd); in gralloc_register_buffer()
150 AERR("Could not get gralloc module for handle: 0x%p", hnd); in gralloc_register_buffer()
166 AERR("Could not open ion device for handle: 0x%p", hnd); in gralloc_register_buffer()
176 AERR("mmap( share_fd:%d ) failed with %s", hnd->share_fd, strerror(errno)); in gralloc_register_buffer()
189 AERR("registering non-UMP buffer not supported. flags = %d", hnd->flags); in gralloc_register_buffer()
206 AERR("Can't unregister UMP buffer for handle 0x%p. Not supported", hnd); in unmap_buffer()
[all …]
Dalloc_device.cpp90 AERR("failed ump_ref_drv_allocate on iteration #%d\n", call_count); in __ump_alloc_should_fail()
113 AERR("Failed to ion_alloc from ion_client:%d", m->ion_client); in gralloc_alloc_buffer()
121 AERR("ion_share( %d ) failed", m->ion_client); in gralloc_alloc_buffer()
125 AERR("ion_free( %d ) failed", m->ion_client); in gralloc_alloc_buffer()
142 AERR("ion_map( %d ) failed", m->ion_client); in gralloc_alloc_buffer()
158 AERR("Gralloc out of mem for ion_client:%d", m->ion_client); in gralloc_alloc_buffer()
166 AERR("munmap failed for base:%p size: %lu", cpu_ptr, (unsigned long)size); in gralloc_alloc_buffer()
224AERR("gralloc_alloc_buffer() failed to allocate handle. ump_handle = %p, ump_id = %d", ump_mem_han… in gralloc_alloc_buffer()
229AERR("gralloc_alloc_buffer() failed to retrieve valid secure id. ump_handle = %p", ump_mem_handle); in gralloc_alloc_buffer()
236 AERR("gralloc_alloc_buffer() failed to map UMP memory. ump_handle = %p", ump_mem_handle); in gralloc_alloc_buffer()
[all …]
Dalloc_device.h27 #ifndef AERR
28 #define AERR(fmt, args...) __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt,_… macro
31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args )
Dframebuffer_device.cpp101 AERR("FBIOPAN_DISPLAY failed for fd: %d", fbdev_fd); in fb_post()
125 AERR("FBIO_WAITFORVSYNC failed for fd: %d", fbdev_fd); in fb_post()
140 AERR("S3CFB_SET_VSYNC_INT disable failed for fd: %d", fbdev_fd); in fb_post()
153 AERR("FBIOPUT_VSCREENINFO failed for fd: %d", fbdev_fd); in fb_post()
380 AERR("Error mapping the framebuffer (%s)", strerror(errno)); in init_frame_buffer_locked()