Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlTranslate.cpp209 static std::string wrapStaticCast(const std::string& payload, const Type& type, in wrapStaticCast() function
232 return wrapStaticCast(payload, *static_cast<const BitFieldType&>(type).getElementEnumType(), in wrapCppSource()
235 return wrapStaticCast(payload, type, fqName, backend); in wrapCppSource()