Lines Matching refs:__u32
44 typedef __u32 binder_size_t;
45 typedef __u32 binder_uintptr_t;
60 __u32 type;
61 __u32 flags;
66 __u32 handle; /* remote object */
102 #define BINDER_SET_MAX_THREADS _IOW('b', 5, __u32)
136 __u32 handle;
141 __u32 code; /* transaction command */
144 __u32 flags;
171 __u32 handle;
177 __u32 desc;
293 BC_INCREFS = _IOW('c', 4, __u32),
294 BC_ACQUIRE = _IOW('c', 5, __u32),
295 BC_RELEASE = _IOW('c', 6, __u32),
296 BC_DECREFS = _IOW('c', 7, __u32),