Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/rust/src/
H A Dproxy.rs138 fn associate_class(&mut self, class: InterfaceClass) -> bool; in associate_class() method
142 fn associate_class(&mut self, class: InterfaceClass) -> bool { in associate_class() method
H A Dbinder.rs817 if ibinder.associate_class(<$native as $crate::Remotable>::get_class()) {