diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-02-01 01:08:17 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-02-01 14:40:17 +0100 |
| commit | 9f528bbcc8a3d94c9be27a0eecc12022d4b3bfaa (patch) | |
| tree | 59bcdb899b42ba9d793d5bbac6cf58a4a9132143 /sys/linux/dev_binder_arm.const | |
| parent | aa53be276dc84aa8b3825b3416542447ff82b41a (diff) | |
sys/linux: rename dev descriptions files
Prefix file names of descriptions of /dev/* files with dev_.
And give some of them more appropriate names.
Diffstat (limited to 'sys/linux/dev_binder_arm.const')
| -rw-r--r-- | sys/linux/dev_binder_arm.const | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/sys/linux/dev_binder_arm.const b/sys/linux/dev_binder_arm.const new file mode 100644 index 000000000..b4a5d4e8e --- /dev/null +++ b/sys/linux/dev_binder_arm.const @@ -0,0 +1,38 @@ +# AUTOGENERATED FILE +BC_ACQUIRE = 1074029317 +BC_ACQUIRE_DONE = 1074815753 +BC_CLEAR_DEATH_NOTIFICATION = 1074553615 +BC_DEAD_BINDER_DONE = 1074291472 +BC_DECREFS = 1074029319 +BC_ENTER_LOOPER = 25356 +BC_EXIT_LOOPER = 25357 +BC_FREE_BUFFER = 1074291459 +BC_INCREFS = 1074029316 +BC_INCREFS_DONE = 1074815752 +BC_REGISTER_LOOPER = 25355 +BC_RELEASE = 1074029318 +BC_REPLY = 1077961473 +BC_REPLY_SG = 1078485778 +BC_REQUEST_DEATH_NOTIFICATION = 1074553614 +BC_TRANSACTION = 1077961472 +BC_TRANSACTION_SG = 1078485777 +BINDER_GET_NODE_DEBUG_INFO = 3222823435 +BINDER_SET_CONTEXT_MGR = 1074029063 +BINDER_SET_MAX_THREADS = 1074029061 +BINDER_THREAD_EXIT = 1074029064 +BINDER_TYPE_BINDER = 1935813253 +BINDER_TYPE_FD = 1717840517 +BINDER_TYPE_FDA = 1717854597 +BINDER_TYPE_HANDLE = 1936206469 +BINDER_TYPE_PTR = 1886661253 +BINDER_TYPE_WEAK_BINDER = 2002922117 +BINDER_TYPE_WEAK_HANDLE = 2003315333 +BINDER_WRITE_READ = 3224396289 +FLAT_BINDER_FLAG_ACCEPTS_FDS = 256 +O_NONBLOCK = 2048 +O_RDWR = 2 +TF_ACCEPT_FDS = 16 +TF_ONE_WAY = 1 +__NR_ioctl = 54 +__NR_mmap = 192 +__NR_mmap2 = 192 |
