index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
Binder.java
Age
Commit message (
Expand
)
Author
2021-03-26
Merge "Binder: allow stability downgrade" am: 7236cf6dca am: 0852de16cb am: e...
Steven Moreland
2021-03-24
Binder: allow stability downgrade
Steven Moreland
2021-01-26
Remove redundant method Binder.getNativeTid()
Dmitri Plotnikov
2020-10-19
Make restoreCallingIdentity() @CriticalNative.
Jeff Sharkey
2020-10-07
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-10-06
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-09-08
Merge "android.os.Binder: remove unused getFinalizer" am: c59758ab41 am: e98c...
Treehugger Robot
2020-09-08
Merge "android.os.Binder: remove unused getFinalizer" am: c59758ab41
Treehugger Robot
2020-09-04
android.os.Binder: remove unused getFinalizer
Steven Moreland
2020-08-31
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)
Xin Li
2020-07-24
Merge "Allow module libs to use VINTF AIDL." into rvc-dev-plus-aosp am: b9440...
Steven Moreland
2020-07-24
Allow module libs to use VINTF AIDL.
Steven Moreland
2020-07-24
Allow module libs to use VINTF AIDL.
Steven Moreland
2020-07-09
Add @CriticalNative to getNativeTid to improve performance
Dmitri Plotnikov
2020-07-08
Collect native TIDs for binder threads
Dmitri Plotnikov
2020-06-25
Add support to detect and log excessive incoming binder calls
Jing Ji
2020-04-24
Merge "Migrate clients from Binder.waitForService to ServiceManager.waitForSe...
TreeHugger Robot
2020-04-24
Merge "Migrate clients from Binder.waitForService to ServiceManager.waitForSe...
TreeHugger Robot
2020-04-23
Migrate clients from Binder.waitForService to ServiceManager.waitForService
Robin Lee
2020-03-09
Merge "Introduce thread-local allowBlocking flag" into rvc-dev am: 2a594c9e64...
Automerger Merge Worker
2020-03-09
Merge "Introduce thread-local allowBlocking flag" into rvc-dev am: 2a594c9e64
Automerger Merge Worker
2020-03-06
Introduce thread-local allowBlocking flag
Dmitri Plotnikov
2020-03-06
Merge "Clarify getCallingPid for oneway transactions." am: 26bbd81bd6 am: 79e...
Automerger Merge Worker
2020-03-05
Clarify getCallingPid for oneway transactions.
Steven Moreland
2020-02-04
Merge "Add getExtension to android.os.IBinder interface" am: 935dfd2ce9 am: 8...
Automerger Merge Worker
2020-02-03
Add getExtension to android.os.IBinder interface
Yo Chiang
2020-01-13
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-06
Merge "Add SystemApi to handle "adb shell cmd""
Makoto Onuki
2019-12-03
Add SystemApi to handle "adb shell cmd"
Makoto Onuki
2019-12-02
Merge "Binder: add markVintfStability" am: 4bdfc3c05c am: c8d045a384
Steven Moreland
2019-11-27
Binder: add markVintfStability
Steven Moreland
2019-11-13
Change FileDescriptor to PFD, per API guidelines.
Makoto Onuki
2019-11-12
Revert "Change argument types from FD to PFD"
Makoto Onuki
2019-11-05
Change argument types from FD to PFD
Makoto Onuki
2019-11-05
Bidner shell command API proposal
Makoto Onuki
2019-10-11
Merge "Made libbinder's waitForService accessible in java" am: 3ef1b5e544 am:...
Jon Spivack
2019-10-11
Made libbinder's waitForService accessible in java
Jon Spivack
2019-08-30
Allow apps to collect which appops were noted
Philip P. Moltmann
2019-08-26
IPC StrictMode
Lucas Dupin
2019-05-15
Clear the Parcel before writing an exception during a transaction
Michael Wachenschwanz
2019-04-03
Change visibility of *WorkSourceUid APIs to public instead of @SystemApi.
Olivier Gaillard
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-03-05
Add @Nullable and @NonNull to onTransactStarted
Olivier Gaillard
2019-02-01
Fix a bug with worksource propagation.
Olivier Gaillard
2019-01-09
Add Binder.getCallingUidOrThrow method
Nikita Ioffe
2018-12-12
Make work source APIs visible to system apps.
Olivier Gaillard
2018-12-11
Sets ThreadLocalWorkSource to authorized work source.
Olivier Gaillard
2018-12-11
Make sure callEnded is always called.
Olivier Gaillard
2018-12-06
Merge "Wraps #exectTransact to set/restore worksource."
TreeHugger Robot
[next]