Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/binder_tokio/
Dlib.rs64 pub async fn check_interface<T: FromIBinder + ?Sized + 'static>( in check_interface() function
/frameworks/native/libs/binder/rust/src/
Dservice.rs185 pub fn check_interface<T: FromIBinder + ?Sized>(name: &str) -> Result<Strong<T>> { in check_interface() function
/frameworks/base/services/core/jni/
Dcom_android_server_connectivity_Vpn.cpp206 static int check_interface(const char *name) in check_interface() function