Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.cpp107 AERR("failed ump_ref_drv_allocate on iteration #%d\n", call_count); in __ump_alloc_should_fail()
146 AERR("sprintf failed!\n"); in dma_heap_open()
152 AERR("open %s failed!\n", buf); in dma_heap_open()
215 AERR("The platform does NOT support protected ION memory."); in gralloc_alloc_buffer()
228 AERR("Failed to ion_alloc_fd from ion_client:%d", m->ion_client); in gralloc_alloc_buffer()
245 AERR("ion_map( %d ) failed", m->ion_client); in gralloc_alloc_buffer()
263 AERR("Gralloc out of mem for ion_client:%d", m->ion_client); in gralloc_alloc_buffer()
272 AERR("munmap failed for base:%p size: %lu", cpu_ptr, (unsigned long)size); in gralloc_alloc_buffer()
310 AERR("gralloc_alloc_buffer() does not support to allocate protected UMP memory."); in gralloc_alloc_buffer()
336AERR("gralloc_alloc_buffer() failed to allocate handle. ump_handle = %p, ump_id = %d", ump_mem_han… in gralloc_alloc_buffer()
[all …]
Dgralloc_module.cpp68 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 …]
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.cpp99 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/
Dmali_gralloc_ion.cpp126 AERR("ion count query failed with %s", strerror(errno)); in find_heap_id()
133 AERR("Error allocating data %s\n", strerror(errno)); in find_heap_id()
140 AERR("Error querying heaps from ion %s", strerror(errno)); in find_heap_id()
153 AERR("No %s Heap Found amongst %d heaps\n", name, cnt); in find_heap_id()
170 AERR("sprintf failed!\n"); in dma_heap_open()
176 AERR("open %s failed!\n", buf); in dma_heap_open()
308 AERR("Protected ION memory is not supported on this platform."); in pick_ion_heap()
459 AERR("ion_open failed with %s", strerror(errno)); in initialize_interface()
468 AERR( "ion_open failed: no system heap found" ); in initialize_interface()
472 AERR("No cma heap found, falling back to system"); in initialize_interface()
[all …]
Dmali_gralloc_bufferaccess.cpp47 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 …]
Dmali_gralloc_reference.cpp43 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()
152AERR("Trying to unregister buffer %p from process %d that was not imported into current process: %… in mali_gralloc_reference_release()
Dmali_gralloc_bufferdescriptor.cpp47 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()
Dmali_gralloc_bufferallocation.cpp221 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()
Dgralloc_helper.h32 #ifndef AERR
33 #define AERR(fmt, args...) \ macro
39 AERR(fmt, args)
Dframebuffer_device.cpp111 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()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp126 AERR("ion count query failed with %s", strerror(errno)); in find_heap_id()
133 AERR("Error allocating data %s\n", strerror(errno)); in find_heap_id()
140 AERR("Error querying heaps from ion %s", strerror(errno)); in find_heap_id()
153 AERR("No %s Heap Found amongst %d heaps\n", name, cnt); in find_heap_id()
170 AERR("sprintf failed!\n"); in dma_heap_open()
176 AERR("open %s failed!\n", buf); in dma_heap_open()
308 AERR("Protected ION memory is not supported on this platform."); in pick_ion_heap()
459 AERR("ion_open failed with %s", strerror(errno)); in initialize_interface()
468 AERR( "ion_open failed: no system heap found" ); in initialize_interface()
472 AERR("No cma heap found, falling back to system"); in initialize_interface()
[all …]
Dmali_gralloc_public_interface.cpp395 AERR("Bad input buffer handle %p to validate buffer size", buffer); in mali_gralloc1_validate_buffer_size()
401 AERR("Buffer: %p is corrupted, for validating its size", buffer); in mali_gralloc1_validate_buffer_size()
419AERR("Invalid buffer descriptor attributes, width = %d height = %d layerCount = %d", in mali_gralloc1_validate_buffer_size()
426 AERR("Invalid descriptor format to validate the buffer size"); in mali_gralloc1_validate_buffer_size()
462 AERR("Stride mismatch. Expected stride = %d, Buffer stride = %d", in mali_gralloc1_validate_buffer_size()
523 AERR("Width mismatch. Buffer width = %u, Descriptor width = %u", in mali_gralloc1_validate_buffer_size()
530 AERR("Height mismatch. Buffer height = %u, Descriptor height = %u", in mali_gralloc1_validate_buffer_size()
537AERR("Layer Count mismatch. Buffer layer_count = %u, Descriptor layer_count width = %u", in mali_gralloc1_validate_buffer_size()
552 AERR("Bad input buffer handle %p to query transport size", buffer); in mali_gralloc1_get_transport_size()
558AERR("Bad output pointers outNumFds=%p outNumInts=%p to populate", outNumFds, outNumInts); in mali_gralloc1_get_transport_size()
[all …]
Dmali_gralloc_bufferdescriptor.cpp70 AERR("failed to create buffer descriptor"); in mali_gralloc_create_descriptor_internal()
154 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_backing_store_internal()
168 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_consumer_usage_internal()
181 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_dimensions_internal()
195 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_format_internal()
208 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_producer_usage_internal()
223 AERR("Invalid buffer descriptor %p", buffer_descriptor); in mali_gralloc_set_layer_count_internal()
229 AERR("Invalid layer count: %" PRIu32, layerCount); in mali_gralloc_set_layer_count_internal()
241 AERR("Invalid buffer %p, returning error", buffer); in mali_gralloc_get_layer_count_internal()
Dmali_gralloc_bufferaccess.cpp47 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 …]
Dmali_gralloc_reference.cpp43 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()
152AERR("Trying to unregister buffer %p from process %d that was not imported into current process: %… in mali_gralloc_reference_release()
Dmali_gralloc_bufferallocation.cpp221 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()
Dgralloc_helper.h32 #ifndef AERR
33 #define AERR(fmt, args...) \ macro
39 AERR(fmt, args)
Dframebuffer_device.cpp111 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()