Searched refs:binder_ptr_cookie (Results 1 – 1 of 1) sorted by relevance
/external/kernel-headers/original/uapi/linux/android/ |
D | binder.h | 274 struct binder_ptr_cookie { struct 330 BR_INCREFS = _IOR('r', 7, struct binder_ptr_cookie), 331 BR_ACQUIRE = _IOR('r', 8, struct binder_ptr_cookie), 332 BR_RELEASE = _IOR('r', 9, struct binder_ptr_cookie), 333 BR_DECREFS = _IOR('r', 10, struct binder_ptr_cookie), 410 BC_INCREFS_DONE = _IOW('c', 8, struct binder_ptr_cookie), 411 BC_ACQUIRE_DONE = _IOW('c', 9, struct binder_ptr_cookie),
|