Searched refs:binder_ptr_cookie (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/include/uapi/linux/android/ |
D | binder.h | 298 struct binder_ptr_cookie { struct 359 BR_INCREFS = _IOR('r', 7, struct binder_ptr_cookie), 360 BR_ACQUIRE = _IOR('r', 8, struct binder_ptr_cookie), 361 BR_RELEASE = _IOR('r', 9, struct binder_ptr_cookie), 362 BR_DECREFS = _IOR('r', 10, struct binder_ptr_cookie), 439 BC_INCREFS_DONE = _IOW('c', 8, struct binder_ptr_cookie), 440 BC_ACQUIRE_DONE = _IOW('c', 9, struct binder_ptr_cookie),
|