Home | History | Annotate | Download | only in gralloc960

Lines Matching refs:AERR

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);
326 AERR( "ion_map( %d ) failed", m->ion_client );
357 AERR( "Gralloc out of mem for ion_client:%d", m->ion_client );
365 if ( 0 != ret ) AERR( "munmap failed for base:%p size: %zd", cpu_ptr, size );
400 if ( 0 != munmap( (void*)hnd->base, hnd->size ) ) AERR( "Failed to munmap handle %p", hnd );
413 AERR( "ion_open failed with %s", strerror(errno) );
426 AERR( "ion_open failed: no system heap found" );
440 if ( 0 != ion_close(m->ion_client) ) AERR( "Failed to close ion_client: %d err=%s", m->ion_client , strerror(errno));