Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dallocation.rs454 bbo: uapi::binder_buffer_object,
527 BINDER_TYPE_PTR => Ptr(&mut self.bbo), in as_ref()
/linux/drivers/android/
H A Dbinder_internal.h576 struct binder_buffer_object bbo; member
H A Dbinder.c1881 return &object->bbo; in binder_validate_ptr()
1946 last_bbo = &last_object.bbo; in binder_validate_fixup()
3625 if (user_parent_size != sizeof(user_object.bbo)) { in binder_transaction()
3629 sizeof(user_object.bbo)); in binder_transaction()
3637 &user_object.bbo, t, in binder_transaction()