Home
last modified time | relevance | path

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

/system/tools/hidl/
DAnnotation.h67 const AnnotationParam *getParam(const std::string &name) const;
DAnnotation.cpp83 const AnnotationParam *Annotation::getParam(const std::string &name) const { in getParam() function in android::Annotation
DEnumType.cpp704 const AnnotationParam *nameParam = annotation->getParam("name"); in emitExportedHeader()
710 const AnnotationParam *exportParentParam = annotation->getParam("export_parent"); in emitExportedHeader()
716 const AnnotationParam *prefixParam = annotation->getParam("value_prefix"); in emitExportedHeader()
722 const AnnotationParam *suffixParam = annotation->getParam("value_suffix"); in emitExportedHeader()
DInterface.cpp941 annotation->getParam("next"); in emitVtsMethodDeclaration()
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1040 static auto getParam(const std::vector<KeyParameter>& keyParams, KMV1::TypedTag<type, tag> ttag) in getParam() function
1053 return static_cast<bool>(getParam(keyParams, ttag)); in containsParam()
1095 V4_0_KeyFormat::X509, keyBlob, unwrapBlob(getParam(keyParams, KMV1::TAG_APPLICATION_ID)), in makeCert()
1096 unwrapBlob(getParam(keyParams, KMV1::TAG_APPLICATION_DATA)), in makeCert()
1115 if (auto blob = getParam(keyParams, KMV1::TAG_CERTIFICATE_SUBJECT)) { in makeCert()
1120 if (auto blob = getParam(keyParams, KMV1::TAG_CERTIFICATE_SERIAL)) { in makeCert()
1129 } else if (auto date = getParam(keyParams, KMV1::TAG_CERTIFICATE_NOT_BEFORE)) { in makeCert()
1138 } else if (auto date = getParam(keyParams, KMV1::TAG_CERTIFICATE_NOT_AFTER)) { in makeCert()
1200 auto algorithm = getParam(keyParams, KMV1::TAG_ALGORITHM); in signCertificate()
1272 auto algorithm = getParam(keyParams, KMV1::TAG_ALGORITHM); in getCertificate()
/system/teeui/libteeui/include/teeui/
Dutils.h473 template <typename MetaParam> auto& getParam() {
476 template <typename MetaParam> const auto& getParam() const {
482 *getParam<MetaParam>() = v;
488 *getParam<MetaParam>() = *this = v;
494 *getParam<MetaParam>() = v;
513 return {getParam<MetaParam<ParamName, ParamType>>()->count(), mm2px_, dp2px_};
518 return *getParam<MetaParam<ParamName, ParamType>>();