Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dnative.rs19 use crate::binder::{AsNative, Interface, InterfaceClassMethods, Remotable, TransactionCode};
266 impl<T: Remotable> InterfaceClassMethods for Binder<T> {
H A Dbinder.rs331 pub fn new<I: InterfaceClassMethods>() -> InterfaceClass { in new()
585 pub trait InterfaceClassMethods { interface