Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.cpp293 const VectorType *chainType = static_cast<const VectorType *>(&method->results()[0]->type()); in fillHashChainMethod() local
294 const ArrayType *digestType = static_cast<const ArrayType *>(chainType->getElementType()); in fillHashChainMethod()
308 { { IMPL_INTERFACE, [this, digestType, chainType](auto &out) { in fillHashChainMethod()
310 out << "return new " << chainType->getJavaType(false /* forInitializer */); in fillHashChainMethod()