Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dallocation.rs459 pub(crate) enum BinderObjectRef<'a> { enum
518 pub(crate) fn as_ref(&mut self) -> BinderObjectRef<'_> { in as_ref()
519 use BinderObjectRef::*; in as_ref()
H A Dthread.rs27 allocation::{Allocation, AllocationView, BinderObject, BinderObjectRef, NewAllocation},
653 object: BinderObjectRef<'_>, in translate_object()
659 BinderObjectRef::Binder(obj) => { in translate_object()
673 BinderObjectRef::Handle(obj) => { in translate_object()
681 BinderObjectRef::Fd(obj) => { in translate_object()
712 BinderObjectRef::Ptr(obj) => { in translate_object()
790 BinderObjectRef::Fda(obj) => { in translate_object()