Home
last modified time | relevance | path

Searched refs:AllocationView (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/binder/
H A Dallocation.rs255 let view = AllocationView::new(self, offsets.start); in drop()
323 pub(crate) struct AllocationView<'a> { struct
328 impl<'a> AllocationView<'a> { argument
330 AllocationView { alloc, limit } in new()
H A Dthread.rs27 allocation::{Allocation, AllocationView, BinderObject, BinderObjectRef, NewAllocation},
654 view: &mut AllocationView<'_>, in translate_object()
1036 let mut view = AllocationView::new(&mut alloc, data_size); in copy_transaction_data()