Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/frameworks/native/libs/binder/rust/src/
Dproxy.rs136 fn interface_cast<T: FromIBinder + ?Sized>(service: Option<SpIBinder>) -> Result<Strong<T>> { in interface_cast() function