Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.cpp294 const ArrayType *digestType = static_cast<const ArrayType *>(chainType->getElementType()); in fillHashChainMethod() local
298 { { IMPL_INTERFACE, [this, digestType](auto &out) { in fillHashChainMethod()
302 emitDigestChain(out, "(" + digestType->getInternalDataCppType() + ")", chain, in fillHashChainMethod()
308 { { IMPL_INTERFACE, [this, digestType, chainType](auto &out) { in fillHashChainMethod()
321 emitDigestChain(out, "new " + digestType->getJavaType(false /* forInitializer */), in fillHashChainMethod()