HomeSort by relevance Sort by last modified time
    Searched refs:AERR (Results 1 - 4 of 4) sorted by null

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

Completed in 250 milliseconds