summaryrefslogtreecommitdiff
path: root/core/java/android/os/Binder.java
AgeCommit message (Expand)Author
2021-03-26Merge "Binder: allow stability downgrade" am: 7236cf6dca am: 0852de16cb am: e...Steven Moreland
2021-03-24Binder: allow stability downgradeSteven Moreland
2021-01-26Remove redundant method Binder.getNativeTid()Dmitri Plotnikov
2020-10-19Make restoreCallingIdentity() @CriticalNative.Jeff Sharkey
2020-10-07Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey
2020-10-06Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey
2020-09-08Merge "android.os.Binder: remove unused getFinalizer" am: c59758ab41 am: e98c...Treehugger Robot
2020-09-08Merge "android.os.Binder: remove unused getFinalizer" am: c59758ab41Treehugger Robot
2020-09-04android.os.Binder: remove unused getFinalizerSteven Moreland
2020-08-31Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li
2020-07-24Merge "Allow module libs to use VINTF AIDL." into rvc-dev-plus-aosp am: b9440...Steven Moreland
2020-07-24Allow module libs to use VINTF AIDL.Steven Moreland
2020-07-24Allow module libs to use VINTF AIDL.Steven Moreland
2020-07-09Add @CriticalNative to getNativeTid to improve performanceDmitri Plotnikov
2020-07-08Collect native TIDs for binder threadsDmitri Plotnikov
2020-06-25Add support to detect and log excessive incoming binder callsJing Ji
2020-04-24Merge "Migrate clients from Binder.waitForService to ServiceManager.waitForSe...TreeHugger Robot
2020-04-24Merge "Migrate clients from Binder.waitForService to ServiceManager.waitForSe...TreeHugger Robot
2020-04-23Migrate clients from Binder.waitForService to ServiceManager.waitForServiceRobin Lee
2020-03-09Merge "Introduce thread-local allowBlocking flag" into rvc-dev am: 2a594c9e64...Automerger Merge Worker
2020-03-09Merge "Introduce thread-local allowBlocking flag" into rvc-dev am: 2a594c9e64Automerger Merge Worker
2020-03-06Introduce thread-local allowBlocking flagDmitri Plotnikov
2020-03-06Merge "Clarify getCallingPid for oneway transactions." am: 26bbd81bd6 am: 79e...Automerger Merge Worker
2020-03-05Clarify getCallingPid for oneway transactions.Steven Moreland
2020-02-04Merge "Add getExtension to android.os.IBinder interface" am: 935dfd2ce9 am: 8...Automerger Merge Worker
2020-02-03Add getExtension to android.os.IBinder interfaceYo Chiang
2020-01-13Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-06Merge "Add SystemApi to handle "adb shell cmd""Makoto Onuki
2019-12-03Add SystemApi to handle "adb shell cmd"Makoto Onuki
2019-12-02Merge "Binder: add markVintfStability" am: 4bdfc3c05c am: c8d045a384Steven Moreland
2019-11-27Binder: add markVintfStabilitySteven Moreland
2019-11-13Change FileDescriptor to PFD, per API guidelines.Makoto Onuki
2019-11-12Revert "Change argument types from FD to PFD"Makoto Onuki
2019-11-05Change argument types from FD to PFDMakoto Onuki
2019-11-05Bidner shell command API proposalMakoto Onuki
2019-10-11Merge "Made libbinder's waitForService accessible in java" am: 3ef1b5e544 am:...Jon Spivack
2019-10-11Made libbinder's waitForService accessible in javaJon Spivack
2019-08-30Allow apps to collect which appops were notedPhilip P. Moltmann
2019-08-26IPC StrictModeLucas Dupin
2019-05-15Clear the Parcel before writing an exception during a transactionMichael Wachenschwanz
2019-04-03Change visibility of *WorkSourceUid APIs to public instead of @SystemApi.Olivier Gaillard
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-03-05Add @Nullable and @NonNull to onTransactStartedOlivier Gaillard
2019-02-01Fix a bug with worksource propagation.Olivier Gaillard
2019-01-09Add Binder.getCallingUidOrThrow methodNikita Ioffe
2018-12-12Make work source APIs visible to system apps.Olivier Gaillard
2018-12-11Sets ThreadLocalWorkSource to authorized work source.Olivier Gaillard
2018-12-11Make sure callEnded is always called.Olivier Gaillard
2018-12-06Merge "Wraps #exectTransact to set/restore worksource."TreeHugger Robot