Searched refs:binder_ptr_cookie (Results 1 – 1 of 1) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/android/ |
H A D | binder.h | 165 struct binder_ptr_cookie { struct 191 BR_INCREFS = _IOR('r', 7, struct binder_ptr_cookie), 192 BR_ACQUIRE = _IOR('r', 8, struct binder_ptr_cookie), 193 BR_RELEASE = _IOR('r', 9, struct binder_ptr_cookie), 194 BR_DECREFS = _IOR('r', 10, struct binder_ptr_cookie), 212 BC_INCREFS_DONE = _IOW('c', 8, struct binder_ptr_cookie), 213 BC_ACQUIRE_DONE = _IOW('c', 9, struct binder_ptr_cookie),
|