Lines Matching refs:AERR

126 		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()
504 AERR("ion_open failed with %s", strerror(errno)); in mali_gralloc_ion_allocate()
523 AERR("Failed to find an appropriate ion heap"); in mali_gralloc_ion_allocate()
533 AERR("ion_alloc failed form client: ( %d )", m->ion_client); in mali_gralloc_ion_allocate()
585 AERR("Failed to find an appropriate ion heap"); in mali_gralloc_ion_allocate()
596 AERR("ion_alloc failed from client ( %d )", m->ion_client); in mali_gralloc_ion_allocate()
635 AERR("mmap failed from client ( %d ), fd ( %d )", m->ion_client, hnd->share_fd); in mali_gralloc_ion_allocate()
668 AERR("Failed to munmap handle %p", hnd); in mali_gralloc_ion_free()
730 AERR("Could not get gralloc module for handle: %p", hnd); in mali_gralloc_ion_map()
739 AERR("mmap( share_fd:%d ) failed with %s", hnd->share_fd, strerror(errno)); in mali_gralloc_ion_map()
762 AERR("Could not munmap base:%p size:%zd '%s'", base, size, strerror(errno)); in mali_gralloc_ion_unmap()
785 AERR("Failed to close ion_client: %d err=%s", m->ion_client, strerror(errno)); in mali_gralloc_ion_device_close()