summaryrefslogtreecommitdiffstats
path: root/include/binder
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-032-9/+17
|\ \ \ | |/ /
| * | Binder: Use 64 bit pointers in 32 processes if selected by the targetArve Hjønnevåg2014-01-312-9/+13
| * | 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
* | Cleanup Binder interface between sensorservice and BatteryStatsMike Lockwood2013-09-251-0/+55
* | Add support for sending and receiving ParcelFileDescriptors from native Binde...Mike Lockwood2013-09-051-0/+10
* | Remove obsolete commentMarco Nelissen2013-09-041-8/+0
|/
* Make Flattenable not virtualMathias Agopian2013-07-301-9/+58
* libbinder: include sys/uio.h instead of cutils/uio.hColin Cross2013-07-231-1/+1
* Follow framework change to track started ops by proc.Dianne Hackborn2013-07-171-3/+7
* Make getCallingUid/Pid const.Jeff Brown2013-07-151-2/+2
* binder: add polling / single-threaded operationTodd Poynor2013-07-041-0/+4
* Bring back overloading to print String8/16.Jeff Sharkey2013-05-301-0/+5
* make all libsurfaceflinger and libsensorservice symbols's visibility hiddenMathias Agopian2013-05-091-9/+10
* libutils clean-upMathias Agopian2013-05-073-0/+306
* Revert "Add a compatibility symbol for the MemoryBase constructor."Elliott Hughes2013-03-141-3/+0
* am 9b57ad73: am 8facd1b2: Merge "Add a compatibility symbol for the MemoryBas...Elliott Hughes2013-03-131-0/+3
|\
| * Add a compatibility symbol for the MemoryBase constructor.Elliott Hughes2013-03-131-0/+3
* | rename binder services main thread to Binder_*Mathias Agopian2013-03-072-2/+9
* | Fixes to native app ops servicesEino-Ville Talvala2013-02-192-4/+9
* | App ops: new native access API.Dianne Hackborn2013-02-123-0/+211
|/
* fix a crasher when running out of memoryMathias Agopian2012-09-251-1/+4
* make sure Parcel handles 0-sized LightFlatenablesMathias Agopian2012-08-311-6/+12
* No longer need "original calling uid".Dianne Hackborn2012-08-311-2/+0
* improve [un]marshalling of non-binder objectsMathias Agopian2012-08-131-0/+43
* split-up Client.h out of SurfaceFlinger.hMathias Agopian2012-06-181-0/+1
* Add callback hack to find out when to reload system properties.Dianne Hackborn2012-05-091-0/+1
* SF doesn't need more than a few binder threadsMathias Agopian2012-04-191-1/+0
* add set thread countMathias Agopian2012-04-181-0/+2
* get rid of MemoryHeapPmemMathias Agopian2012-02-271-79/+0
* move CursorWindow from libbinder to libandroidfwMathias Agopian2012-02-271-193/+0
* Some hardening of isolated processes by restricting access to services.Dianne Hackborn2012-02-092-5/+6
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-0/+2
* am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-071-1/+2
|\
| * am 5462bc63: Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-051-1/+2
| |\
| | * Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-041-1/+2
* | | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-2/+2
|/ /
* | Deprecate local-only CursorWindows.Jeff Brown2011-10-121-2/+1
|/
* Use ashmem for CursorWindows.Jeff Brown2011-10-111-160/+131
* Clean up CursorWindow code.Jeff Brown2011-10-061-2/+26
* 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
* Eliminate single-process mode.Jeff Brown2011-07-081-4/+0
* PermissionCache caches permission checksMathias Agopian2011-06-272-68/+79