summaryrefslogtreecommitdiff
path: root/core/java/android/os/Binder.java
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE in Binder#getTransactionNameMarcin Oczeretko2022-01-181-5/+12
* Merge "Binder: recycle Parcel in finally block" am: 8581d27415 am: 0c1dac2572...Steven Moreland2021-12-161-3/+4
|\
| * Binder: recycle Parcel in finally blockSteven Moreland2021-12-161-3/+4
* | Add cheap aidl tracing suitable for always-on-tracing (1/3)Jorim Jaggi2021-12-101-15/+88
|/
* Binder: correction of javadoc formattingDima2021-11-031-85/+106
* Rename isHandlingTransaction to isDirectlyHandlingTransactionAlice Ryhl2021-10-191-2/+2
* Merge "Binder: allow stability downgrade" am: 7236cf6dca am: 0852de16cb am: e...Steven Moreland2021-03-261-0/+10
|\
| * Binder: allow stability downgradeSteven Moreland2021-03-241-0/+10
* | Remove redundant method Binder.getNativeTid()Dmitri Plotnikov2021-01-261-8/+0
* | Make restoreCallingIdentity() @CriticalNative.Jeff Sharkey2020-10-191-0/+1
* | Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-071-2/+2
* | Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-061-2/+2
* | Merge "android.os.Binder: remove unused getFinalizer" am: c59758ab41 am: e98c...Treehugger Robot2020-09-081-1/+0
|\|
| * Merge "android.os.Binder: remove unused getFinalizer" am: c59758ab41Treehugger Robot2020-09-081-1/+0
| |\
| | * android.os.Binder: remove unused getFinalizerSteven Moreland2020-09-041-1/+0
| * | Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-311-15/+120
| |\ \ | | |/ | |/|
| * | Allow module libs to use VINTF AIDL.Steven Moreland2020-07-241-6/+8
* | | Merge "Allow module libs to use VINTF AIDL." into rvc-dev-plus-aosp am: b9440...Steven Moreland2020-07-241-6/+8
|\ \ \
| * | | Allow module libs to use VINTF AIDL.Steven Moreland2020-07-241-6/+8
| | |/ | |/|
| * | Merge "Migrate clients from Binder.waitForService to ServiceManager.waitForSe...TreeHugger Robot2020-04-241-9/+0
| |\ \
| * \ \ Merge "Introduce thread-local allowBlocking flag" into rvc-dev am: 2a594c9e64Automerger Merge Worker2020-03-091-0/+21
| |\ \ \
* | | | | Add @CriticalNative to getNativeTid to improve performanceDmitri Plotnikov2020-07-091-0/+1
* | | | | Collect native TIDs for binder threadsDmitri Plotnikov2020-07-081-0/+7
* | | | | Add support to detect and log excessive incoming binder callsJing Ji2020-06-251-0/+40
* | | | | Merge "Migrate clients from Binder.waitForService to ServiceManager.waitForSe...TreeHugger Robot2020-04-241-9/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Migrate clients from Binder.waitForService to ServiceManager.waitForServiceRobin Lee2020-04-231-9/+0
| | |/ / | |/| |
* | | | Merge "Introduce thread-local allowBlocking flag" into rvc-dev am: 2a594c9e64...Automerger Merge Worker2020-03-091-0/+21
|\| | | | |/ / |/| |
| * | Introduce thread-local allowBlocking flagDmitri Plotnikov2020-03-061-0/+21
* | | Merge "Clarify getCallingPid for oneway transactions." am: 26bbd81bd6 am: 79e...Automerger Merge Worker2020-03-061-0/+2
|\ \ \ | |/ / |/| / | |/
| * Clarify getCallingPid for oneway transactions.Steven Moreland2020-03-051-0/+2
* | Merge "Add getExtension to android.os.IBinder interface" am: 935dfd2ce9 am: 8...Automerger Merge Worker2020-02-041-0/+12
|\|
| * Add getExtension to android.os.IBinder interfaceYo Chiang2020-02-031-0/+12
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-131-1/+1
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Merge "Add SystemApi to handle "adb shell cmd""Makoto Onuki2019-12-061-9/+22
|\ \
| * | Add SystemApi to handle "adb shell cmd"Makoto Onuki2019-12-031-9/+22
* | | Merge "Binder: add markVintfStability" am: 4bdfc3c05c am: c8d045a384Steven Moreland2019-12-021-0/+13
|\ \ \ | |/ / |/| / | |/
| * Binder: add markVintfStabilitySteven Moreland2019-11-271-0/+13
* | Change FileDescriptor to PFD, per API guidelines.Makoto Onuki2019-11-131-5/+12
* | Revert "Change argument types from FD to PFD"Makoto Onuki2019-11-121-6/+4
* | Change argument types from FD to PFDMakoto Onuki2019-11-051-4/+6
* | Bidner shell command API proposalMakoto Onuki2019-11-051-3/+54
* | Merge "Made libbinder's waitForService accessible in java" am: 3ef1b5e544 am:...Jon Spivack2019-10-111-0/+9
|\|
| * Made libbinder's waitForService accessible in javaJon Spivack2019-10-111-0/+9
* | Allow apps to collect which appops were notedPhilip P. Moltmann2019-08-301-1/+12
* | IPC StrictModeLucas Dupin2019-08-261-0/+11
|/
* Clear the Parcel before writing an exception during a transactionMichael Wachenschwanz2019-05-151-0/+2
* Change visibility of *WorkSourceUid APIs to public instead of @SystemApi.Olivier Gaillard2019-04-031-10/+1
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+3
* Add @Nullable and @NonNull to onTransactStartedOlivier Gaillard2019-03-051-1/+2