/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 92 AERR("failed ump_ref_drv_allocate on iteration #%d\n", call_count); in __ump_alloc_should_fail() 140 AERR("The platform does NOT support protected ION memory."); in gralloc_alloc_buffer() 158 AERR("Failed to ion_alloc from ion_client:%d", m->ion_client); in gralloc_alloc_buffer() 166 AERR("ion_share( %d ) failed", m->ion_client); in gralloc_alloc_buffer() 170 AERR("ion_free( %d ) failed", m->ion_client); in gralloc_alloc_buffer() 192 AERR("Failed to ion_alloc_fd from ion_client:%d", m->ion_client); in gralloc_alloc_buffer() 210 AERR("ion_map( %d ) failed", m->ion_client); in gralloc_alloc_buffer() 228 AERR("Gralloc out of mem for ion_client:%d", m->ion_client); in gralloc_alloc_buffer() 237 AERR("munmap failed for base:%p size: %lu", cpu_ptr, (unsigned long)size); in gralloc_alloc_buffer() 275 AERR("gralloc_alloc_buffer() does not support to allocate protected UMP memory."); in gralloc_alloc_buffer() [all …]
|
D | gralloc_module.cpp | 68 AERR("Registering invalid buffer %p, returning error", handle); in gralloc_register_buffer() 88 AERR("Failed to open UMP library with res=%d", res); in gralloc_register_buffer() 123 AERR("Failed to map UMP handle 0x%x", hnd->ump_mem_handle); in gralloc_register_buffer() 130 AERR("Failed to create UMP handle 0x%x", hnd->ump_mem_handle); in gralloc_register_buffer() 134 AERR("Gralloc does not support UMP. Unable to register UMP memory for handle %p", hnd); in gralloc_register_buffer() 151 AERR("Could not get gralloc module for handle: %p", hnd); in gralloc_register_buffer() 167 AERR("Could not open ion device for handle: %p", hnd); in gralloc_register_buffer() 177 AERR("mmap( share_fd:%d ) failed with %s", hnd->share_fd, strerror(errno)); in gralloc_register_buffer() 191 AERR("registering non-UMP buffer not supported. flags = %d", hnd->flags); in gralloc_register_buffer() 210 AERR("Can't unregister UMP buffer for handle %p. Not supported", hnd); in unmap_buffer() [all …]
|
D | alloc_device.h | 27 #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 )
|
D | framebuffer_device.cpp | 99 AERR("FBIOPAN_DISPLAY failed for fd: %d", m->framebuffer->fd); in fb_post() 123 AERR("FBIO_WAITFORVSYNC failed for fd: %d", m->framebuffer->fd); in fb_post() 138 AERR("S3CFB_SET_VSYNC_INT disable failed for fd: %d", m->framebuffer->fd); in fb_post() 151 AERR("FBIOPUT_VSCREENINFO failed for fd: %d", m->framebuffer->fd); in fb_post() 378 AERR("Error mapping the framebuffer (%s)", strerror(errno)); in init_frame_buffer_locked()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_ion.cpp | 117 AERR("ion count query failed with %s", strerror(errno)); in find_heap_id() 124 AERR("Error allocating data %s\n", strerror(errno)); in find_heap_id() 131 AERR("Error querying heaps from ion %s", strerror(errno)); in find_heap_id() 144 AERR("No %s Heap Found amongst %d heaps\n", name, cnt); in find_heap_id() 196 AERR("ion_share( %d ) failed", ion_fd); in alloc_from_ion_heap() 204 AERR("ion_free( %d ) failed", ion_fd); in alloc_from_ion_heap() 265 AERR("Protected ION memory is not supported on this platform."); in pick_ion_heap() 410 AERR("ion_open failed with %s", strerror(errno)); in mali_gralloc_ion_allocate() 423 AERR( "ion_open failed: no system heap found" ); in mali_gralloc_ion_allocate() 427 AERR("No cma heap found, falling back to system"); in mali_gralloc_ion_allocate() [all …]
|
D | mali_gralloc_reference.cpp | 43 AERR("Registering/Retaining invalid buffer %p, returning error", handle); in mali_gralloc_reference_retain() 74 AERR("unkown buffer flags not supported. flags = %d", hnd->flags); in mali_gralloc_reference_retain() 87 AERR("unregistering/releasing invalid buffer %p, returning error", handle); in mali_gralloc_reference_release() 96 AERR("Buffer %p should have already been released", handle); in mali_gralloc_reference_release() 134 AERR("Unregistering/Releasing unknown buffer is not supported. Flags = %d", hnd->flags); in mali_gralloc_reference_release() 152 …AERR("Trying to unregister buffer %p from process %d that was not imported into current process: %… in mali_gralloc_reference_release()
|
D | mali_gralloc_bufferdescriptor.cpp | 47 AERR("failed to create buffer descriptor"); in mali_gralloc_create_descriptor_internal() 121 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_backing_store_internal() 135 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_consumer_usage_internal() 148 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_dimensions_internal() 162 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_format_internal() 175 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_producer_usage_internal()
|
D | gralloc_helper.h | 32 #ifndef AERR 33 #define AERR(fmt, args...) \ macro 39 AERR(fmt, args)
|
D | mali_gralloc_bufferaccess.cpp | 47 AERR("Locking invalid buffer %p, returning error", buffer); in mali_gralloc_lock() 55 AERR("Buffers with format YCbCr_420_888 must be locked using (*lock_ycbcr)"); in mali_gralloc_lock() 83 AERR("Locking invalid buffer %p, returning error", buffer); in mali_gralloc_lock_ycbcr() 148 AERR("Can't lock buffer %p: wrong format %" PRIx64, hnd, hnd->internal_format); in mali_gralloc_lock_ycbcr() 161 AERR("Don't support to lock buffer %p: with format %" PRIx64, hnd, hnd->internal_format); in mali_gralloc_lock_ycbcr() 172 AERR("Unlocking invalid buffer %p, returning error", buffer); in mali_gralloc_unlock() 193 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_num_flex_planes() 214 AERR("Can't get planes number of buffer %p: with format %" PRIx64, hnd, hnd->internal_format); in mali_gralloc_get_num_flex_planes() 259 AERR("Locking invalid buffer %p, returning error", buffer); in mali_gralloc_lock_flex_async() 390 AERR("Can't lock buffer %p: wrong format %" PRIx64, hnd, hnd->internal_format); in mali_gralloc_lock_flex_async() [all …]
|
D | mali_gralloc_bufferallocation.cpp | 221 AERR(" Buffer must be allocated with AFBC mode for internal pixel format YUV420_8BIT_AFBC!"); in get_afbc_yuv420_8bit_stride_and_size() 238 AERR("GRALLOC_USAGE_PRIVATE_2 (64byte header row alignment for AFBC) is not supported for YUV"); in get_afbc_yuv420_8bit_stride_and_size() 383 AERR(" Buffer must be allocated with AFBC mode for internal pixel format YUV422_8BIT_AFBC!"); in get_afbc_yuv422_8bit_stride_and_size() 400 AERR("GRALLOC_USAGE_PRIVATE_2 (64byte header row alignment for AFBC) is not supported for YUV"); in get_afbc_yuv422_8bit_stride_and_size() 461 AERR("Invalid vertical sub-sampling factor: %d, should be 1 or 2", vss); in get_yuv_pX10_stride_and_size() 668 AERR(" Buffer must be allocated with AFBC mode for internal pixel format YUV420_10BIT_AFBC!"); in get_yuv420_10bit_afbc_stride_and_size() 685 AERR("GRALLOC_USAGE_PRIVATE_2 (64byte header row alignment for AFBC) is not supported for YUV"); in get_yuv420_10bit_afbc_stride_and_size() 751 AERR(" Buffer must be allocated with AFBC mode for internal pixel format YUV422_10BIT_AFBC!"); in get_yuv422_10bit_afbc_stride_and_size() 768 AERR("GRALLOC_USAGE_PRIVATE_2 (64byte header row alignment for AFBC) is not supported for YUV"); in get_yuv422_10bit_afbc_stride_and_size()
|
D | framebuffer_device.cpp | 111 AERR("FBIOPAN_DISPLAY failed for fd: %d", m->framebuffer->fd); in fb_post() 120 AERR("FBIOPUT_VSCREENINFO failed for fd: %d", m->framebuffer->fd); in fb_post() 129 AERR("Gralloc wait for vsync failed for fd: %d", m->framebuffer->fd); in fb_post() 366 AERR("Error mapping the framebuffer (%s)", strerror(errno)); in init_frame_buffer_locked() 513 AERR("Fallback to single buffering. Unable to map framebuffer memory to handle:%p", hnd); in fb_alloc_framebuffer_locked() 567 AERR("Framebuffer HAL not support/disabled %s", in framebuffer_device_open()
|