HomeSort by relevance Sort by last modified time
    Searched refs:AERR (Results 1 - 10 of 10) 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 67 AERR("Registering invalid buffer 0x%p, returning error", handle);
87 AERR("Failed to open UMP library with res=%d", res);
122 AERR("Failed to map UMP handle 0x%x", hnd->ump_mem_handle);
129 AERR("Failed to create UMP handle 0x%x", hnd->ump_mem_handle);
133 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 91 AERR("failed ump_ref_drv_allocate on iteration #%d\n", call_count);
116 AERR("Failed to ion_alloc from ion_client:%d", m->ion_client);
124 AERR("ion_share( %d ) failed", m->ion_client);
128 AERR("ion_free( %d ) failed", m->ion_client);
147 AERR("Failed to ion_alloc_fd from ion_client:%d", m->ion_client);
156 AERR("ion_map( %d ) failed", m->ion_client);
172 AERR("Gralloc out of mem for ion_client:%d", m->ion_client);
180 AERR("munmap failed for base:%p size: %lu", cpu_ptr, (unsigned long)size);
238 AERR("gralloc_alloc_buffer() failed to allocate handle. ump_handle = %p, ump_id = %d", ump_mem_handle, ump_id);
243 AERR("gralloc_alloc_buffer() failed to retrieve valid secure id. 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));
476 AERR("Error to malloc the framebuffer (%s)", strerror(errno));
  /device/linaro/hikey/gralloc960/
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_ion.cpp 54 AERR("Could not get gralloc module for handle: %p", hnd);
69 AERR( "Could not open ion device for handle: %p", hnd );
80 AERR( "mmap( share_fd:%d ) failed with %s", hnd->share_fd, strerror( errno ) );
103 AERR("Could not munmap base:%p size:%zd '%s'", base, size, strerror(errno));
128 AERR("Could not get gralloc module for handle %p\n", hnd);
alloc_ion.cpp 162 AERR("ion count query failed with %s", strerror(errno));
169 AERR("Error allocating data %s\n", strerror(errno));
176 AERR("Error querying heaps from ion %s", strerror(errno));
189 AERR("No System Heap Found amongst %d heaps\n", cnt);
207 AERR("Protected ION memory is not supported on this platform.");
281 AERR("Failed to find an appropriate ion heap");
289 AERR("Failed to ion_alloc from ion_client:%d", m->ion_client);
296 AERR( "ion_share( %d ) failed", m->ion_client );
297 if ( 0 != ion_free( m->ion_client, ion_hnd ) ) AERR( "ion_free( %d ) failed", m->ion_client );
314 AERR("Failed to ion_alloc_fd from ion_client:%d", m->ion_client)
    [all...]
gralloc_module.cpp 62 AERR("Registering invalid buffer %p, returning error", handle);
84 AERR("unknown buffer flags not supported. flags = %d", hnd->flags );
97 AERR("unregistering invalid buffer %p, returning error", handle);
107 AERR( "Can't unregister buffer %p as it is a framebuffer", handle );
119 AERR("Unregistering unknown buffer is not supported. Flags = %d", hnd->flags);
151 AERR("Locking invalid buffer %p, returning error", handle );
159 AERR("Buffers with format YCbCr_420_888 must be locked using (*lock_ycbcr)" );
186 AERR("Locking invalid buffer %p, returning error", handle );
245 AERR("Can't lock buffer %p: wrong format %" PRIx64, hnd, hnd->internal_format);
265 AERR( "Unlocking invalid buffer %p, returning error", handle )
    [all...]
framebuffer_device.cpp 99 AERR( "FBIOPAN_DISPLAY failed for fd: %d", fbdev_fd );
106 AERR( "FBIOPUT_VSCREENINFO failed for fd: %d", fbdev_fd );
113 AERR( "Gralloc wait for vsync failed for fd: %d", fbdev_fd );
360 AERR( "Error mapping the framebuffer (%s)", strerror(errno) );
424 AERR("Framebuffer HAL not support/disabled %s",
alloc_device.cpp 131 AERR( "Fallback to single buffering. Unable to map framebuffer memory to handle:%p", hnd );
286 AERR(" Buffer must be allocated with AFBC mode for internal pixel format YUV420_8BIT_AFBC!");
303 AERR("GRALLOC_USAGE_PRIVATE_2 (64byte header row alignment for AFBC) is not supported for YUV");
446 AERR(" Buffer must be allocated with AFBC mode for internal pixel format YUV422_8BIT_AFBC!");
463 AERR("GRALLOC_USAGE_PRIVATE_2 (64byte header row alignment for AFBC) is not supported for YUV");
523 AERR("Invalid vertical sub-sampling factor: %d, should be 1 or 2", vss);
725 AERR(" Buffer must be allocated with AFBC mode for internal pixel format YUV420_10BIT_AFBC!");
742 AERR("GRALLOC_USAGE_PRIVATE_2 (64byte header row alignment for AFBC) is not supported for YUV");
807 AERR(" Buffer must be allocated with AFBC mode for internal pixel format YUV422_10BIT_AFBC!");
824 AERR("GRALLOC_USAGE_PRIVATE_2 (64byte header row alignment for AFBC) is not supported for YUV")
    [all...]

Completed in 1265 milliseconds