summaryrefslogtreecommitdiffstats
path: root/libion/ion_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Libion: Remove unused variablesAndreas Gampe2014-11-251-1/+3
| | | | | | | | For build-system CFLAGS clean-up, fix unused variables. Fix missing close of file descriptors. Explicitly exit after a fork. Change-Id: I76affbc8647c3a760ed3cacc7f3ada3f59e283b1
* system/core 64-bit cleanup.Elliott Hughes2014-01-161-1/+1
| | | | | | | | | This cleans up most of the size-related problems in system/core. There are still a few changes needed for a clean 64-bit build, but they look like they might require changes to things like the fastboot protocol. Change-Id: I1560425a289fa158e13e2e3173cc3e71976f92c0
* libion: add apache license header to ion_test.cColin Cross2013-12-191-0/+16
| | | | Change-Id: Ie4b641cd62b56f713178932cc5c08083c0d2452a
* libion: clean up whitespaceColin Cross2013-12-181-215/+209
| | | | | | Convert everything to 4 space indents, no tabs. Change-Id: I376fad866864f0579b91ffad406e872fcce566ad
* ion: update struct and type definitions to match kernel headerRom Lemarchand2013-12-181-4/+4
| | | | | | | - Replacing struct ion_handle * with ion_user_handle_t - Replacing heap_mask field name with heap_id_mask Change-Id: Iaba1ccc62b9398a7b37c5a734bc21a9ecbbc8277
* libion: Use %zu for size_tAshok Bhat2013-12-101-2/+2
| | | | | Change-Id: If92fc31ab676a569530c21e655a1b5b451f5c5e5 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
* Fix build.Elliott Hughes2013-11-211-1/+0
| | | | Change-Id: I6552bf9f83faa97bd5a844381aceb3ef85f86c76
* Modify ion to use new definition of ALLOC ioctl argumentRebecca Schultz Zavin2012-06-281-14/+10
| | | | | | | | | Also add ion_alloc_fd helper for when you only want a filedescriptor and know you won't need to access this handle again by its ion_handle Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com> Change-Id: Ia4bae22946b0078084b62f5447fecbf261dfaa83
* Add ion helper libraryRebecca Schultz Zavin2012-02-231-0/+282
This library contains helper functions for using ion Change-Id: I7d7f76d6d3f36cd94d67797a38099a94214392b1 Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>