Home
last modified time | relevance | path

Searched refs:binder_ptr_cookie (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h180 struct binder_ptr_cookie { struct
208 BR_INCREFS = _IOR('r', 7, struct binder_ptr_cookie),
209 BR_ACQUIRE = _IOR('r', 8, struct binder_ptr_cookie),
210 BR_RELEASE = _IOR('r', 9, struct binder_ptr_cookie),
211 BR_DECREFS = _IOR('r', 10, struct binder_ptr_cookie),
231 BC_INCREFS_DONE = _IOW('c', 8, struct binder_ptr_cookie),
232 BC_ACQUIRE_DONE = _IOW('c', 9, struct binder_ptr_cookie),
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h199 struct binder_ptr_cookie { struct
227 BR_INCREFS = _IOR('r', 7, struct binder_ptr_cookie),
228 BR_ACQUIRE = _IOR('r', 8, struct binder_ptr_cookie),
229 BR_RELEASE = _IOR('r', 9, struct binder_ptr_cookie),
230 BR_DECREFS = _IOR('r', 10, struct binder_ptr_cookie),
250 BC_INCREFS_DONE = _IOW('c', 8, struct binder_ptr_cookie),
251 BC_ACQUIRE_DONE = _IOW('c', 9, struct binder_ptr_cookie),
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c165 static void BinderRefDone(const struct binder_ptr_cookie *ptrCookie, uint32_t cmd) in BinderRefDone()
169 struct binder_ptr_cookie payload; in BinderRefDone()
292 struct binder_ptr_cookie *ptrCookie = (struct binder_ptr_cookie *) ptr; in BinderParse()
302 ptr += sizeof(struct binder_ptr_cookie); in BinderParse()