Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dnative.rs79 Self::new_with_stability(rust_object, Stability::default()) in new()
86 pub fn new_with_stability(rust_object: T, stability: Stability) -> Binder<T> { in new_with_stability() method
Dbinder.rs894 …let mut binder = $crate::binder_impl::Binder::new_with_stability($native(Box::new(inner)), $stabil…