summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* am c9fcaf37: Merge "Change InputMessage.motion.pointerSize to a uint32_t."Narayan Kamath2014-05-161-8/+8
|\
| * Change InputMessage.motion.pointerSize to a uint32_t.Narayan Kamath2014-05-161-8/+8
* | am bd20e551: Merge "Use asynchronous lock/unlock API"Greg Hackmann2014-05-123-13/+113
|\ \ | |/
| * Use asynchronous lock/unlock APIFrancis Hart2014-05-123-13/+113
* | am a9d49f99: Merge "Revert "Use asynchronous lock/unlock API""Greg Hackmann2014-05-093-113/+13
|\ \ | |/
| * Merge "Revert "Use asynchronous lock/unlock API""Greg Hackmann2014-05-093-113/+13
| |\
| | * Revert "Use asynchronous lock/unlock API"Greg Hackmann2014-05-093-113/+13
* | | am f60564a1: Merge "Use asynchronous lock/unlock API"Greg Hackmann2014-05-093-13/+113
|\ \ \ | |/ /
| * | Merge "Use asynchronous lock/unlock API"Greg Hackmann2014-05-093-13/+113
| |\ \ | | |/
| | * Use asynchronous lock/unlock APIFrancis Hart2014-05-023-13/+113
* | | am 8155ce81: Merge "Remove unused LOCAL_LDLIBS."Ying Wang2014-05-071-2/+0
|\ \ \ | |/ /
| * | Remove unused LOCAL_LDLIBS.Ying Wang2014-05-071-2/+0
* | | am ef923fcf: Merge "fix GraphicBuffer::flatten crash issue when handle is null"Jesse Hall2014-05-051-2/+4
|\ \ \ | |/ /
| * | Merge "fix GraphicBuffer::flatten crash issue when handle is null"Jesse Hall2014-05-051-2/+4
| |\ \
| | * | fix GraphicBuffer::flatten crash issue when handle is nullJun Jiang2014-04-291-2/+4
| | |/
* | | am 70278fbf: Merge "Add error message for hints when exceptions occur during ...Jesse Hall2014-05-051-1/+6
|\ \ \ | |/ /
| * | Add error message for hints when exceptions occur during binder transactions.Jun Jiang2014-04-291-1/+6
| |/
* | Merge commit '6d05ef2310bdc84811d5b0385b009ad11447a749' into HEADBill Yi2014-04-291-6/+18
|\ \ | |/ |/|
| * am 01502981: Merge "fix valgrind ioctl warning."Jesse Hall2014-03-201-1/+1
| |\
| * \ am 5b61ad2c: Check the padded size of the read byte arrayKenny Root2014-03-171-2/+4
| |\ \
| | * | Check the padded size of the read byte arrayKenny Root2014-03-171-2/+4
| * | | am f0190bff: Add support for writing byte arrays to parcelsMarco Nelissen2014-03-141-0/+10
| |\ \ \ | | |/ /
| | * | Add support for writing byte arrays to parcelsMarco Nelissen2014-03-131-0/+10
| * | | am cdbf28b3: Merge "native frameworks: 64-bit compile issues"Mark Salyzyn2014-03-132-5/+6
| |\ \ \
| * \ \ \ am 462fb3a8: Merge "gui: Fix return code assert in CpuConsumer_test."Igor Murashkin2014-03-111-1/+1
| |\ \ \ \
| * \ \ \ \ am 6b4e5b7f: Merge "Fix misuse of ."Ying Wang2014-03-111-2/+0
| |\ \ \ \ \
| * \ \ \ \ \ am d1c87d37: Merge changes I3432d9d3,I90fcf538,I64398603Arve Hjønnevåg2014-03-102-1/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 74be0f7b: Merge "binder: fix all warnings"Colin Cross2014-03-078-36/+39
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am 4e7fd950: Merge "Use 64 bit binder interface if TARGET_USES_64_BIT_BINDER ...Arve Hjønnevåg2014-03-071-0/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 58242fc2: Merge changes Ib0e5a037,I1bd7c38e,Icfc67c2a,I96c64312,I59528054,...Arve Hjønnevåg2014-03-075-85/+117
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 67903293: Fix "Binder: Make sure binder objects do not overlap" to work ol...Arve Hjønnevåg2014-02-201-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | * | | | | | | | | Fix "Binder: Make sure binder objects do not overlap" to work old binder kern...Arve Hjønnevåg2014-02-191-4/+4
| * | | | | | | | | | am f50b9eaa: Binder: Make sure binder objects do not overlapArve Hjønnevåg2014-02-191-0/+12
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Binder: Make sure binder objects do not overlapArve Hjønnevåg2014-02-151-0/+12
| * | | | | | | | | | am f2f74ca6: Merge "Remove references to obsolete pmem functionality."Elliott Hughes2013-11-211-17/+3
| |\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | libui: fix passing Fence object over binderColin Cross2014-04-141-2/+2
* | | | | | | | | | | | Remove global variables from ProcessState.Narayan Kamath2014-04-031-35/+0
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge "fix valgrind ioctl warning."Jesse Hall2014-03-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | fix valgrind ioctl warning.Jin Wei2013-08-311-1/+1
* | | | | | | | | | | native frameworks: 64-bit compile issuesMark Salyzyn2014-03-122-5/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge "gui: Fix return code assert in CpuConsumer_test."Igor Murashkin2014-03-041-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | gui: Fix return code assert in CpuConsumer_test.Alistair Strachan2013-12-041-1/+1
* | | | | | | | | | Fix misuse of $(my-dir).Ying Wang2014-02-281-2/+0
* | | | | | | | | | Binder: Make sure binder objects do not overlapArve Hjønnevåg2014-02-241-0/+12
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Binder: Fix some valgrind errors.Arve Hjønnevåg2014-02-182-0/+4
* | | | | | | | | Binder: Don't cast directly from a pointer to binder_uintptr_tArve Hjønnevåg2014-02-181-1/+1
* | | | | | | | | Binder: Disable attemptIncStrongHandleArve Hjønnevåg2014-02-141-0/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | binder: fix all warningsColin Cross2014-02-058-36/+39
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Use 64 bit binder interface if TARGET_USES_64_BIT_BINDER _or_ TARGET_IS_64_BI...Arve Hjønnevåg2014-02-031-0/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Binder: Use 64 bit pointers in 32 processes if selected by the targetArve Hjønnevåg2014-01-312-66/+71