diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-14 19:18:17 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-14 19:28:01 +0200 |
| commit | 2e6300854a5f61abb99404d2fbbc9b9a419694a3 (patch) | |
| tree | 9c29da9e41cef7d91acc9669eef6078fcbb87676 /sys/linux/dev_binder_arm64.const | |
| parent | c1caccc8334f39ba2bcae1dfe78e65c474af0160 (diff) | |
sys/linux: improve binder descriptions
Add few new ioctl's. Add some typedefs for clarity.
Diffstat (limited to 'sys/linux/dev_binder_arm64.const')
| -rw-r--r-- | sys/linux/dev_binder_arm64.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/dev_binder_arm64.const b/sys/linux/dev_binder_arm64.const index a479b283e..76361805e 100644 --- a/sys/linux/dev_binder_arm64.const +++ b/sys/linux/dev_binder_arm64.const @@ -17,7 +17,9 @@ BC_REQUEST_DEATH_NOTIFICATION = 1074553614 BC_TRANSACTION = 1077961472 BC_TRANSACTION_SG = 1078485777 BINDER_GET_NODE_DEBUG_INFO = 3222823435 +BINDER_GET_NODE_INFO_FOR_REF = 3222823436 BINDER_SET_CONTEXT_MGR = 1074029063 +BINDER_SET_CONTEXT_MGR_EXT = 1075339789 BINDER_SET_MAX_THREADS = 1074029061 BINDER_THREAD_EXIT = 1074029064 BINDER_TYPE_BINDER = 1935813253 @@ -29,6 +31,7 @@ BINDER_TYPE_WEAK_BINDER = 2002922117 BINDER_TYPE_WEAK_HANDLE = 2003315333 BINDER_WRITE_READ = 3224396289 FLAT_BINDER_FLAG_ACCEPTS_FDS = 256 +FLAT_BINDER_FLAG_TXN_SECURITY_CTX = 4096 O_NONBLOCK = 2048 O_RDWR = 2 TF_ACCEPT_FDS = 16 |
