summaryrefslogtreecommitdiffstats
path: root/libion
Commit message (Expand)AuthorAgeFilesLines
* Merge "libion: Adapt to new ION interface"Treehugger Robot2017-09-202-58/+109
|\
| * libion: Adapt to new ION interfaceLaura Abbott2017-08-092-58/+109
* | Merge "libion: add 4.12+ kernel headers for forward compatibility"Treehugger Robot2017-09-201-0/+125
|\|
| * libion: add 4.12+ kernel headers for forward compatibilityLaura Abbott2017-08-091-0/+125
* | Mark the modules as VNDK-SP in Android.bpJustin Yun2017-08-231-1/+5
* | Remove LOCAL_CLANG and clang: trueLennart Wieboldt2017-07-251-1/+0
|/
* Mark libion vendor_available.Jayant Chowdhary2017-05-241-0/+1
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-1/+1
* ion.c: add O_CLOEXEC to /dev/ion openNick Kralevich2016-11-291-1/+1
* libion: open /dev/ion read-onlyJeff Vander Stoep2016-10-212-2/+2
* system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-0/+1
* system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-301-2/+2
* Convert more Android.mk files to Android.bpDan Willemsen2016-07-134-55/+61
* Fix misc-macro-parentheses warnings in libion, libsparse, libmem*Chih-Hung Hsieh2016-05-181-1/+1
* Use unique_ptr to free objects when ASSERT* fail.Chih-Hung Hsieh2016-03-043-55/+32
* am 8d2cd035: am 2ddb9cb1: am ed43be39: Merge "Remove LOCAL_ADDITIONAL_DEPENDE...Elliott Hughes2015-04-021-1/+0
|\
| * Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.Elliott Hughes2015-04-021-1/+0
* | am 2e14f617: am 06b4e982: Merge "Add missing <malloc.h> and <string.h> includ...Elliott Hughes2015-01-281-0/+1
|\|
| * Add missing <malloc.h> and <string.h> includes.Elliott Hughes2015-01-281-0/+1
* | am fcb2f0ab: am 0b7e6516: Merge "Libion: Remove unused variables"Andreas Gampe2014-11-252-2/+3
|\|
| * Libion: Remove unused variablesAndreas Gampe2014-11-252-2/+3
* | am 9f5f81bf: am 133b7d4a: Merge "Don\'t manually link libgtest_main in libion...Dan Albert2014-11-141-1/+0
|\|
| * Don't manually link libgtest_main in libion tests.Dan Albert2014-11-141-1/+0
* | am 21d8d89c: am 06279285: Merge "Revert "Move some tests to libc++.""Dan Albert2014-11-121-0/+1
|\|
| * Revert "Move some tests to libc++."Dan Albert2014-11-111-0/+1
* | am 498c8135: am 7d196df6: Merge "Move some tests to libc++."Dan Albert2014-11-111-1/+0
|\|
| * Move some tests to libc++.Dan Albert2014-11-111-1/+0
* | libion: only modify parameters on successRom Lemarchand2014-10-281-6/+8
|/
* libion: Turn on -WerrorMark Salyzyn2014-05-211-1/+3
* system/core 64-bit cleanup.Elliott Hughes2014-01-161-1/+1
* libion: add apache license header to ion_test.cColin Cross2013-12-191-0/+16
* libion: initial unit testsColin Cross2013-12-1910-0/+1506
* libion: update ion_test.hColin Cross2013-12-192-1/+4
* libion: update to latest uapi headerColin Cross2013-12-185-3/+382
* libion: return -errno from ion_closeColin Cross2013-12-181-1/+4
* libion: add include for size_tColin Cross2013-12-181-0/+1
* libion: add NULL checksColin Cross2013-12-181-3/+20
* libion: clean up whitespaceColin Cross2013-12-183-294/+288
* libion: move ion.h into local include directoryColin Cross2013-12-182-0/+48
* ion: update struct and type definitions to match kernel headerRom Lemarchand2013-12-182-11/+11
* libion: Use %zu for size_tAshok Bhat2013-12-101-2/+2
* Fix build.Elliott Hughes2013-11-221-1/+0
* Add explicit sync call to ion libraryRebecca Schultz Zavin2012-09-201-0/+8
* Modify ion to use new definition of ALLOC ioctl argumentRebecca Schultz Zavin2012-06-282-16/+26
* libion: use correct build vars in makefileDima Zavin2012-02-271-2/+2
* Add ion helper libraryRebecca Schultz Zavin2012-02-233-0/+431