summaryrefslogtreecommitdiffstats
path: root/include/binder/Parcel.h
Commit message (Expand)AuthorAgeFilesLines
* 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