Home
last modified time | relevance | path

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

/system/tools/aidl/tests/rust/
Dtest_client.rs22 self, BpTestService, ITestServiceDefault, ITestServiceDefaultRef,
600 let di: ITestServiceDefaultRef = Some(Arc::new(TestDefaultImpl)); in test_default_impl()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs66 fn getDefaultImpl() -> ITestServiceDefaultRef where Self: Sized { in getDefaultImpl()
69 fn setDefaultImpl(d: ITestServiceDefaultRef) -> ITestServiceDefaultRef where Self: Sized { in setDefaultImpl()
281 pub type ITestServiceDefaultRef = Option<std::sync::Arc<dyn ITestServiceDefault>>; typedef
284 static ref DEFAULT_IMPL: std::sync::Mutex<ITestServiceDefaultRef> = std::sync::Mutex::new(None);