Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dallocation.rs304 pub(crate) struct NewAllocation(pub(crate) Allocation); struct
306 impl NewAllocation { implementation
315 impl core::ops::Deref for NewAllocation { implementation
322 impl core::ops::DerefMut for NewAllocation { implementation
H A Dthread.rs959 ) -> BinderResult<NewAllocation> { in copy_transaction_data()
H A Dprocess.rs1008 ) -> BinderResult<NewAllocation> { in buffer_alloc()