Home
last modified time | relevance | path

Searched refs:get_class (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/binder/rust/src/
H A Dnative.rs64 let class = T::get_class(); in new_with_stability()
338 let class = B::get_class(); in try_from()
339 if Some(class) != ibinder.get_class() { in try_from()
H A Dbinder.rs105 fn get_class() -> InterfaceClass; in get_class() method
430 fn get_class() -> $crate::InterfaceClass {
781 fn get_class() -> $crate::InterfaceClass {
803 let existing_class = ibinder.get_class();
805 if class != <$native as $crate::Remotable>::get_class() &&
817 if ibinder.associate_class(<$native as $crate::Remotable>::get_class()) {
H A Dproxy.rs110 pub fn get_class(&mut self) -> Option<InterfaceClass> { in get_class() method
/aosp12/frameworks/base/core/xsd/schema/
H A Dcurrent.txt84 method public String get_class();