Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dallocation.rs295 pub(crate) struct NewAllocation(pub(crate) Allocation); struct
297 impl NewAllocation { implementation
306 impl core::ops::Deref for NewAllocation { implementation
313 impl core::ops::DerefMut for NewAllocation { implementation
H A Dprocess.rs42 allocation::{Allocation, AllocationInfo, NewAllocation},
1008 ) -> BinderResult<NewAllocation> { in buffer_alloc() argument
1061 Ok(NewAllocation(res)) in buffer_alloc()
H A Dthread.rs27 allocation::{Allocation, AllocationView, BinderObject, BinderObjectRef, NewAllocation},
952 ) -> BinderResult<NewAllocation> { in copy_transaction_data() argument