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);
99 AERR("Can't register buffer 0x%p as it is a framebuffer", handle);
119 AERR("Failed to map UMP handle 0x%x", hnd->ump_mem_handle);
126 AERR("Failed to create UMP handle 0x%x", hnd->ump_mem_handle);
130 AERR("Gralloc does not support UMP. Unable to register UMP memory for handle 0x%p", hnd);
148 AERR("Could not get gralloc module for handle: 0x%p", hnd);
164 AERR("Could not open ion device for handle: 0x%p", hnd);
174 AERR("mmap( share_fd:%d ) failed with %s", hnd->share_fd, strerror(errno));
187 AERR("registering non-UMP buffer not supported. flags = %d", hnd->flags)
    [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);
135 AERR("ion_map( %d ) failed", m->ion_client);
139 AERR("ion_free( %d ) failed", m->ion_client);
157 AERR("Gralloc out of mem for ion_client:%d", m->ion_client);
165 AERR("munmap failed for base:%p size: %lu", cpu_ptr, (unsigned long)size);
172 AERR("ion_free( %d ) failed", m->ion_client);
230 AERR("gralloc_alloc_buffer() failed to allocate handle. ump_handle = %p, ump_id = %d", ump_mem_handle, (…)
    [all...]
framebuffer_device.cpp 99 AERR("FBIOPAN_DISPLAY failed for fd: %d", m->framebuffer->fd);
111 // AERR("S3CFB_SET_VSYNC_INT enable failed for fd: %d", m->framebuffer->fd);
123 AERR("FBIO_WAITFORVSYNC failed for fd: %d", m->framebuffer->fd);
138 AERR("S3CFB_SET_VSYNC_INT disable failed for fd: %d", m->framebuffer->fd);
151 AERR("FBIOPUT_VSCREENINFO failed for fd: %d", m->framebuffer->fd);
378 AERR("Error mapping the framebuffer (%s)", strerror(errno));

Completed in 125 milliseconds