Home
last modified time | relevance | path

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

/system/libhidl/transport/include/hidl/
DHidlTransportUtils.h31 Return<bool> canCastInterface(::android::hidl::base::V1_0::IBase* interface,
DHidlTransportSupport.h139 Return<bool> canCastRet = details::canCastInterface(parent.get(), childIndicator, emitError); in castInterface()
DHidlBinderSupport.h218 if (details::canCastInterface(base.get(), IType::descriptor)) { in fromBinder()
/system/libhidl/transport/
DHidlTransportUtils.cpp27 Return<bool> canCastInterface(IBase* interface, const char* castTo, bool emitError) { in canCastInterface() function
DServiceManagement.cpp797 details::canCastInterface(base.get(), descriptor.c_str(), true /* emitError */); in getRawServiceInternal()