Home | History | Annotate | Download | only in linux

Lines Matching refs:_IOR_BAD

120  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 *),
148 BR_CLEAR_DEATH_NOTIFICATION_DONE = _IOR_BAD('r', 16, void *),