Home | History | Annotate | Download | only in linux

Lines Matching refs:_IOR_BAD

170 	BR_ERROR = _IOR_BAD('r', 0, int),
178 BR_TRANSACTION = _IOR_BAD('r', 2, struct binder_transaction_data),
179 BR_REPLY = _IOR_BAD('r', 3, struct binder_transaction_data),
184 BR_ACQUIRE_RESULT = _IOR_BAD('r', 4, int),
204 BR_INCREFS = _IOR_BAD('r', 7, struct binder_ptr_cookie),
205 BR_ACQUIRE = _IOR_BAD('r', 8, struct binder_ptr_cookie),
206 BR_RELEASE = _IOR_BAD('r', 9, struct binder_ptr_cookie),
207 BR_DECREFS = _IOR_BAD('r', 10, struct binder_ptr_cookie),
213 BR_ATTEMPT_ACQUIRE = _IOR_BAD('r', 11, struct binder_pri_ptr_cookie),
241 BR_DEAD_BINDER = _IOR_BAD('r', 15, void *),
245 BR_CLEAR_DEATH_NOTIFICATION_DONE = _IOR_BAD('r', 16, void *),