Home
last modified time | relevance | path

Searched refs:canCastInterface (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/libhidl/transport/include/hidl/
H A DHidlTransportUtils.h31 Return<bool> canCastInterface(::android::hidl::base::V1_0::IBase* interface,
H A DHidlTransportSupport.h139 Return<bool> canCastRet = details::canCastInterface(parent.get(), childIndicator, emitError); in castInterface()
H A DHidlBinderSupport.h218 if (details::canCastInterface(base.get(), IType::descriptor)) { in fromBinder()
/aosp12/system/libhidl/transport/
H A DHidlTransportUtils.cpp27 Return<bool> canCastInterface(IBase* interface, const char* castTo, bool emitError) { in canCastInterface() function
H A DServiceManagement.cpp797 details::canCastInterface(base.get(), descriptor.c_str(), true /* emitError */); in getRawServiceInternal()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DComposerVts.cpp29 using details::canCastInterface;
37 ASSERT_TRUE(canCastInterface( in createClient()