Lines Matching refs:AERR

107 			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()
341AERR("gralloc_alloc_buffer() failed to retrieve valid secure id. ump_handle = %p", ump_mem_handle); in gralloc_alloc_buffer()
348 AERR("gralloc_alloc_buffer() failed to map UMP memory. ump_handle = %p", ump_mem_handle); in gralloc_alloc_buffer()
355AERR("gralloc_alloc_buffer() failed to allocate UMP memory. size:%d constraints: %d", size, constr… in gralloc_alloc_buffer()
393 AERR("fallback to single buffering. Virtual Y-res too small %d", m->info.yres); in gralloc_alloc_framebuffer_locked()
562 AERR("Height for HAL_PIXEL_FORMAT_BLOB must be 1. h=%d", h); in alloc_device_alloc()
568 AERR("The format is not supported yet: format=%d\n", format); in alloc_device_alloc()
676 AERR("Can't free ump memory for handle:%p. Not supported.", hnd); in alloc_device_free()
687 AERR("Failed to munmap handle %p", hnd); in alloc_device_free()
695 AERR("Can't free dma_buf memory for handle:0x%x. Not supported.", (unsigned int)hnd); in alloc_device_free()
716 AERR("Failed to close ion_client: %d", m->ion_client); in alloc_device_close()
740 AERR("ion count query failed with %s", strerror(errno)); in find_heap_id()
747 AERR("Error allocating data %s\n", strerror(errno)); in find_heap_id()
754 AERR("Error querying heaps from ion %s", strerror(errno)); in find_heap_id()
768 AERR("No System Heap Found amongst %d heaps\n", cnt); in find_heap_id()
799 AERR("ion_open failed with %s", strerror(errno)); in initialize_interface()
808 AERR( "ion_open failed: no system heap found" ); in initialize_interface()
812 AERR("No cma heap found, falling back to system"); in initialize_interface()
841 AERR("UMP open failed with %d", ump_res); in alloc_device_open()