summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* am 4ecf6ec9: Merge "Restore Region::set(uint32_t, uint32_t)"Dan Stoza2015-01-221-0/+6
|\
| * Merge "Restore Region::set(uint32_t, uint32_t)"Dan Stoza2015-01-211-0/+6
| |\
| | * Restore Region::set(uint32_t, uint32_t)Bernhard Rosenkraenzer2014-12-221-0/+6
* | | am 8f3ade0c: Merge "Follow StrictMode refactoring."Jeff Sharkey2015-01-161-1/+1
|\ \ \ | |/ /
| * | Follow StrictMode refactoring.Jeff Sharkey2015-01-141-1/+1
* | | am aec92242: Merge "Replace all instances of intptr_t with uintptr_t."Riley Andrews2015-01-131-8/+8
|\ \ \ | |/ /
| * | Replace all instances of intptr_t with uintptr_t.Riley Andrews2015-01-131-8/+8
* | | am 41a160c4: Merge "Fix signed/unsigned comparison warnings in driver interfa...Riley Andrews2015-01-131-7/+7
|\ \ \ | |/ /
| * | Fix signed/unsigned comparison warnings in driver interface test.Riley Andrews2015-01-121-7/+7
| |/
* | am 53186a4d: Merge "Add binder tests"Riley Andrews2014-12-192-1/+960
|\ \ | |/
| * Add binder testsRiley Andrews2014-12-192-1/+960
* | am dbd252ea: Merge "Add binder driver interface test"Riley Andrews2014-12-192-0/+382
|\ \ | |/
| * Add binder driver interface testRiley Andrews2014-12-192-0/+382
* | am a59d7a6a: Merge "GUI: Remove unused variables"Andreas Gampe2014-12-093-6/+2
|\ \ | |/
| * GUI: Remove unused variablesAndreas Gampe2014-12-083-6/+2
| * Merge "libgui: Enable -Weverything and -Werror"Dan Stoza2014-12-0829-407/+519
| |\
| | * libgui: Enable -Weverything and -WerrorDan Stoza2014-12-0529-407/+519
* | | am 8fd567b1: Merge "Libui: Remove unused variables"Andreas Gampe2014-12-091-3/+0
|\ \ \ | |/ /
| * | Libui: Remove unused variablesAndreas Gampe2014-12-051-3/+0
| |/
| * Fix crash when user provides large values in the Parcel.Michael Lentine2014-12-052-4/+18
* | am 09b9193d: Merge "Fix -Werror on 64-bit builds"Dan Albert2014-12-051-1/+1
|\ \ | |/
| * Fix -Werror on 64-bit buildsDan Stoza2014-12-041-1/+1
* | am 67df03d0: Merge "Disable struct padding warning/error"Dan Albert2014-12-051-0/+3
|\ \ | |/
| * Disable struct padding warning/errorDan Stoza2014-12-041-0/+3
* | am 35df7531: Merge "libui: Enable -Weverything and -Werror"Dan Albert2014-12-059-263/+310
|\ \ | |/
| * libui: Enable -Weverything and -WerrorDan Stoza2014-12-049-263/+310
* | am 5588d900: Merge "Enable clang for libui/libgui/surfaceflinger"Dan Albert2014-12-056-27/+32
|\ \ | |/
| * Enable clang for libui/libgui/surfaceflingerDan Stoza2014-12-046-27/+32
| * Fix for corruption when numFds or numInts is too large.Michael Lentine2014-12-041-1/+16
* | am 80e81505: Merge "binder: Add {read,write}Uint32 methods to Parcel"Dan Stoza2014-12-011-0/+15
|\ \ | |/
| * binder: Add {read,write}Uint32 methods to ParcelDan Stoza2014-12-011-0/+15
* | am 104e1259: Merge "binder: Return pid_t/uid_t instead of int"Dan Stoza2014-12-011-2/+2
|\ \ | |/
| * binder: Return pid_t/uid_t instead of intDan Stoza2014-12-011-2/+2
* | am 2d7ec9d7: Merge "Fix build with clang in C++11 mode"Chih-hung Hsieh2014-11-251-6/+6
|\ \ | |/
| * Fix build with clang in C++11 modeBernhard Rosenkränzer2014-11-251-6/+6
* | am 2e42a906: Merge "Binder: Remove unused functions & variables"Andreas Gampe2014-11-252-10/+0
|\ \ | |/
| * Binder: Remove unused functions & variablesAndreas Gampe2014-11-242-10/+0
* | am e0f91c37: Merge "We HAVE_LITTLE_ENDIAN."Elliott Hughes2014-11-221-5/+0
|\ \ | |/
| * We HAVE_LITTLE_ENDIAN.Elliott Hughes2014-11-211-5/+0
* | am c894c204: Merge "C++11 compatibility."Dan Albert2014-11-202-2/+2
|\ \ | |/
| * C++11 compatibility.Dan Albert2014-11-202-2/+2
* | am 55f71bc0: Merge "Replace IInterface::asBinder() with a static"Marco Nelissen2014-11-1717-36/+41
|\ \ | |/
| * Replace IInterface::asBinder() with a staticMarco Nelissen2014-11-1717-36/+41
* | am a4cff88d: Fix issue #18356768: some app process may hang at Runtime#exit...Dianne Hackborn2014-11-142-20/+22
|\ \
| * | Fix issue #18356768: some app process may hang at Runtime#exit...Dianne Hackborn2014-11-132-20/+22
* | | am ca69e8f2: Merge "Add tracking of parcel memory allocations." into lmp-mr1-devDianne Hackborn2014-11-122-2/+56
|\ \ \ | |/ /
| * | Add tracking of parcel memory allocations.Dianne Hackborn2014-11-112-2/+56
* | | am 98d20f82: Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-...Dan Stoza2014-11-0712-27/+62
|\ \ \ | |/ /
| * | Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-devDan Stoza2014-11-0712-27/+62
| |\ \
| | * | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-0712-27/+62