summaryrefslogtreecommitdiffstats
path: root/core/jni/android_util_Binder.cpp
Commit message (Expand)AuthorAgeFilesLines
* am 9cf01b63: Merge "More work on issue #17656716: Unhandled exception in Wind...Dianne Hackborn2014-09-301-11/+6
|\
| * More work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-09-301-11/+6
* | am 0b1eb9d4: Merge "Work on issue #17656716: Unhandled exception in Window Ma...Dianne Hackborn2014-09-261-1/+1
|\ \ | |/
| * Work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-09-251-1/+1
| * Fix JNI error in exception reporting.Mathieu Chartier2014-08-061-1/+4
* | am be39e991: am 977c4a5b: Merge "Clean up ExceptionOccurred."Mathieu Chartier2014-08-211-8/+8
|\ \
| * | Clean up ExceptionOccurred.Mathieu Chartier2014-08-201-8/+8
* | | am 72d3cef8: am 708da446: Merge "Use gettid directly in frameworks JNI."Elliott Hughes2014-08-181-9/+2
|\ \ \ | |/ /
| * | Use gettid directly in frameworks JNI.Elliott Hughes2014-08-181-9/+2
* | | am 021cf13e: am 7782c6b3: Merge "Fix JNI error in exception reporting."Mathieu Chartier2014-08-061-1/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Fix JNI error in exception reporting.Mathieu Chartier2014-08-061-1/+4
* | Battery stats more wake history, power save mode.Dianne Hackborn2014-05-151-0/+32
|/
* jni: binder ptrdiff_t compile issuesMark Salyzyn2014-04-171-2/+2
* jni: binder 64-bit compile issuesMark Salyzyn2014-04-171-9/+10
* AArch64: Make Binder and Parcel 64-bit compatibleAshok Bhat2014-01-231-24/+24
* Merge "fix possible buffer overrun and memory leak"Elliott Hughes2013-12-111-4/+11
|\
| * fix possible buffer overrun and memory leakSungmin Choi2013-05-291-4/+11
* | replace cutils/logger.h with log/logger.hColin Cross2013-07-241-1/+1
* | Disable various sampling event logs.Jeff Sharkey2013-04-261-0/+5
* | Fix reference cycle in InputEventReceiver and Sender.Jeff Brown2013-04-021-16/+1
* | fix JNI use of incStrong/decStrongMathias Agopian2013-03-061-2/+2
|/
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-6/+0
* Add callback hack to find out when to load system properties.Dianne Hackborn2012-05-091-0/+6
* Split Parcel JNI details away from Binder.Jeff Sharkey2012-03-081-656/+20
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-0/+6
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-5/+5
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-8/+8
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-8/+8
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* am 698d3de6: am e7de36e6: Merge "Throw TransactionTooLargeException when Bind...Jeff Brown2011-11-101-8/+26
|\
| * Throw TransactionTooLargeException when Binder transaction fails.Jeff Brown2011-11-081-8/+26
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-14/+14
|/
* Fix handling of "allow fds" state.Dianne Hackborn2011-10-031-3/+12
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-12/+31
* Fix JNI for warning about failure to unlink DeathRecipientsChristopher Tate2011-08-301-16/+22
* Warn if we're tearing down "live" DeathRecipient content [take 2]Christopher Tate2011-08-261-1/+31
* Revert "Warn only if we're tearing down "live" DeathRecipient content"Guang Zhu2011-08-241-25/+1
* Warn only if we're tearing down "live" DeathRecipient contentChristopher Tate2011-08-231-1/+25
* Stop leaking DeathRecipient and BinderProxy instancesChristopher Tate2011-08-181-15/+37
* Check for exceptions before calling back into JavaBjorn Bringert2011-04-261-7/+15
* You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-53/+10
* More JNI exception-throwing cleanup.Elliott Hughes2011-04-081-9/+9
* Improve activity manager debug dumps.Dianne Hackborn2011-04-071-1/+34
* am cffde30f: am 44220a56: Merge "Add some debug code to try to track down iss...Dianne Hackborn2011-03-151-0/+9
|\
| * Add some debug code to try to track down issue 3183612Dianne Hackborn2011-03-141-0/+9
* | Don't fail unlinking death recipients on dead bindersChristopher Tate2011-03-041-7/+25
* | Fix binder proxy death notice trackingChristopher Tate2011-03-011-52/+34
* | Add ParcelFileDescriptor APIs to get raw fd.Dianne Hackborn2011-02-281-0/+9
* | Merge "Fix Parcel.writeNative to not ignore 'offset'."Elliott Hughes2011-02-281-4/+2
|\ \
| * | Fix Parcel.writeNative to not ignore 'offset'.Elliott Hughes2011-02-281-4/+2