Home
last modified time | relevance | path

Searched defs:check_interface (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/tests/vm_accessor/test/src/
Dtest.rs38 fn check_interface() -> Strong<dyn IAccessorVmService> { in check_interface() function
/aosp_15_r20/frameworks/native/libs/binder/rust/binder_tokio/
H A Dlib.rs64 pub async fn check_interface<T: FromIBinder + ?Sized + 'static>( in check_interface() function
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dservice.rs185 pub fn check_interface<T: FromIBinder + ?Sized>(name: &str) -> Result<Strong<T>> { in check_interface() function
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp206 static int check_interface(const char *name) in check_interface() function