summaryrefslogtreecommitdiffstats
path: root/include/binder/Parcel.h
Commit message (Expand)AuthorAgeFilesLines
* libbinder: allow devices to disable ashmem size trackingforkbomb2015-12-101-0/+2
* Maintain Parcel ABIAdrian Roos2015-10-221-3/+3
* Revert "Revert "Track ashmem memory usage in Parcel""Adrian Roos2015-10-221-2/+4
* Revert "Track ashmem memory usage in Parcel"Ian Pedowitz2015-10-221-4/+2
* Track ashmem memory usage in ParcelAdrian Roos2015-10-211-2/+4
* Enable more flexible usage of blobs in parcels.Jeff Brown2015-06-051-5/+17
* DO NOT MERGE Remove unused ParcelFileDescriptor methods in parcel.Tim Kilbourn2015-06-041-10/+0
* Add ashmem stats to ParcelsDan Sandler2015-04-161-0/+6
* binder: add uint64 support to Parcel.Ronghua Wu2015-03-191-0/+3
* am 80e81505: Merge "binder: Add {read,write}Uint32 methods to Parcel"Dan Stoza2014-12-011-0/+3
|\
| * binder: Add {read,write}Uint32 methods to ParcelDan Stoza2014-12-011-0/+3
* | Add tracking of parcel memory allocations.Dianne Hackborn2014-11-111-1/+5
|/
* Remove Parcel::writeIntPtr.Narayan Kamath2014-06-121-1/+0
* am 793be12c: am b730a452: am f0190bff: Add support for writing byte arrays to...Marco Nelissen2014-03-151-0/+1
|\
| * am b730a452: am f0190bff: Add support for writing byte arrays to parcelsMarco Nelissen2014-03-141-0/+1
| |\
| | * Add support for writing byte arrays to parcelsMarco Nelissen2014-03-131-0/+1
* | | am c93865de: am 58242fc2: Merge changes Ib0e5a037,I1bd7c38e,Icfc67c2a,I96c643...Arve Hjønnevåg2014-02-031-8/+16
|\ \ \ | |/ /
| * | Binder: Use 64 bit pointers in 32 processes if selected by the targetArve Hjønnevåg2014-01-311-8/+12
| * | Binder: Make binder portableSerban Constantinescu2014-01-311-0/+4
| |/
| * Native counterpart of new power manager methodMarco Nelissen2013-10-251-0/+1
* | Native counterpart of new power manager methodMarco Nelissen2013-10-161-0/+1
* | Add support for sending and receiving ParcelFileDescriptors from native Binde...Mike Lockwood2013-09-051-0/+10
|/
* Make Flattenable not virtualMathias Agopian2013-07-301-9/+58
* make sure Parcel handles 0-sized LightFlatenablesMathias Agopian2012-08-311-6/+12
* improve [un]marshalling of non-binder objectsMathias Agopian2012-08-131-0/+43
* Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-041-1/+2
* Fix handling of "allow fds" state.Dianne Hackborn2011-10-031-1/+2
* Transfer large bitmaps using ashmem.Jeff Brown2011-10-031-3/+46
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-1/+4
* Revert "Transfer large bitmaps using ashmem. Bug: 5224703"Bart Sears2011-09-251-46/+3
* Transfer large bitmaps using ashmem.Jeff Brown2011-09-231-3/+46
* Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)Andreas Huber2011-04-131-1/+2
* Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-4/+8
* More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-151-1/+5
* Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-131-1/+13
* Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick2010-06-211-1/+4
* remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-211-1/+3
* Support for marshalling pointers / intptr_t in Parcel.Andreas Huber2009-08-171-0/+11
* some work to try to reduce the code size of some native librariesMathias Agopian2009-05-261-2/+3
* change 2115 wasn't merged properly into master. this fixes that.Mathias Agopian2009-05-211-8/+10
* move libbinder's header files under includes/binderMathias Agopian2009-05-201-0/+209