summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | am c6f93a43: Merge "Add missing include to fix libc++ build."Dan Albert2014-11-071-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Add missing include to fix libc++ build.Dan Albert2014-11-071-0/+2
* | | | am 26645298: Merge "Fix for corruption when numFds or numInts is too large." ...Michael Lentine2014-11-051-1/+16
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Fix for corruption when numFds or numInts is too large." into lmp-mr1-devMichael Lentine2014-11-051-1/+16
| |\ \ \
| | * | | Fix for corruption when numFds or numInts is too large.Michael Lentine2014-11-031-1/+16
| | | |/ | | |/|
* | | | am fee99040: Revert "Add more logging for dup(fd) failure"Jesse Hall2014-11-041-15/+3
|\ \ \ \ | |/ / /
| * | | Revert "Add more logging for dup(fd) failure"Jesse Hall2014-11-041-15/+3
* | | | am 8e5cf83a: Revert "Parcel: extra validation/debug code for writeDupFileDesc...Jesse Hall2014-11-041-25/+0
|\ \ \ \ | |/ / /
| * | | Revert "Parcel: extra validation/debug code for writeDupFileDescriptor"Jesse Hall2014-11-041-25/+0
* | | | am de288fe2: Revert "bufferqueue: workaround: allow NULL fence with queueBuffer"Jesse Hall2014-11-041-6/+1
|\ \ \ \ | |/ / /
| * | | Revert "bufferqueue: workaround: allow NULL fence with queueBuffer"Jesse Hall2014-11-041-6/+1
| |/ /
* | | am ac5cd96f: am dbab409c: Merge "Avoid two warnings from clang."Chih-Hung Hsieh2014-11-041-13/+11
|\ \ \ | | |/ | |/|
| * | am dbab409c: Merge "Avoid two warnings from clang."Chih-Hung Hsieh2014-11-041-13/+11
| |\ \
| | * | Avoid two warnings from clang.Chih-Hung Hsieh2014-10-311-13/+11
| * | | am 649bafb7: Merge "bufferqueue: workaround: allow NULL fence with queueBuffe...Jesse Hall2014-10-201-1/+6
| |\ \ \
| * \ \ \ am c52e54c4: Merge "Some more test cleanup."Dan Albert2014-10-172-30/+36
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | am 9cc84950: Merge "Don\'t check if this == NULL."Dan Albert2014-10-152-3/+3
| |\ \ \ \
| * \ \ \ \ am 9ea09757: Fix broken error check in Parcel::readBlobNarayan Kamath2014-10-091-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ am 78639c22: Merge "Parcel: extra validation/debug code for writeDupFileDescr...Jesse Hall2014-10-061-0/+25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am a7eb4b74: Merge "Fix sockfd leakage in SensorService." into lmp-devAravind Akella2014-10-031-9/+13
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am f05ef4e5: Merge "Surface: cancel the dequeued buffer when requestBuffer fa...Jesse Hall2014-10-021-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 36462d9d: Merge "Add more logging for dup(fd) failure" into lmp-devMichael Lentine2014-10-021-3/+15
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 5ee2c9d2: Work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-09-301-8/+13
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am 6ee97e74: Merge "Fix a null dereference."Dan Albert2014-09-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ resolved conflicts for merge of 67d8bd66 to lmp-dev-plus-aospLajos Molnar2014-09-181-0/+29
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ am 793fc0e1: Merge "Fix crash when user provides large values in the Parcel."...Michael Lentine2014-11-012-4/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fix crash when user provides large values in the Parcel.Michael Lentine2014-10-312-4/+18
* | | | | | | | | | | | | | am 98536859: Merge "Fix output of pointers for 64bit devices." into lmp-mr1-devMichael Lentine2014-10-311-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Fix output of pointers for 64bit devices.Michael Lentine2014-10-311-2/+2