Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DIInterface.h50 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h50 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h50 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/
DIInterface.h50 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/frameworks/native/include/binder/
H A DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DIInterface.h48 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast() function
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dservice.rs137 fn interface_cast<T: FromIBinder + ?Sized>(service: Option<SpIBinder>) -> Result<Strong<T>> { in interface_cast() function