Home
last modified time | relevance | path

Searched refs:_IOR_BAD (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/common/linux/
Dbinder.h120 BR_ERROR = _IOR_BAD('r', 0, int),
124 BR_TRANSACTION = _IOR_BAD('r', 2, struct binder_transaction_data),
125 BR_REPLY = _IOR_BAD('r', 3, struct binder_transaction_data),
127 BR_ACQUIRE_RESULT = _IOR_BAD('r', 4, int),
133 BR_INCREFS = _IOR_BAD('r', 7, struct binder_ptr_cookie),
134 BR_ACQUIRE = _IOR_BAD('r', 8, struct binder_ptr_cookie),
135 BR_RELEASE = _IOR_BAD('r', 9, struct binder_ptr_cookie),
136 BR_DECREFS = _IOR_BAD('r', 10, struct binder_ptr_cookie),
138 BR_ATTEMPT_ACQUIRE = _IOR_BAD('r', 11, struct binder_pri_ptr_cookie),
146 BR_DEAD_BINDER = _IOR_BAD('r', 15, void *),
[all …]
/bionic/libc/kernel/common/asm-generic/
Dioctl.h43 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro