Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dallocation.rs469 pub(crate) enum BinderObjectRef<'a> { enum
528 pub(crate) fn as_ref(&mut self) -> BinderObjectRef<'_> { in as_ref()
529 use BinderObjectRef::*; in as_ref()
H A Dthread.rs27 allocation::{Allocation, AllocationView, BinderObject, BinderObjectRef, NewAllocation},
666 object: BinderObjectRef<'_>, in translate_object()
672 BinderObjectRef::Binder(obj) => { in translate_object()
686 BinderObjectRef::Handle(obj) => { in translate_object()
694 BinderObjectRef::Fd(obj) => { in translate_object()
726 BinderObjectRef::Ptr(obj) => { in translate_object()
804 BinderObjectRef::Fda(obj) => { in translate_object()