Home
last modified time | relevance | path

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

/system/tools/hidl/
DArrayType.h55 std::string getInternalDataCppType() const;
DArrayType.cpp119 std::string ArrayType::getInternalDataCppType() const { in getInternalDataCppType() function in android::ArrayType
DInterface.cpp326 emitDigestChain(out, "(" + digestType->getInternalDataCppType() + ")", chain, in fillHashChainMethod()