Searched refs:getParam (Results 1 – 6 of 6) sorted by relevance
/system/tools/hidl/ |
D | Annotation.h | 67 const AnnotationParam *getParam(const std::string &name) const;
|
D | Annotation.cpp | 83 const AnnotationParam *Annotation::getParam(const std::string &name) const { in getParam() function in android::Annotation
|
D | EnumType.cpp | 687 const AnnotationParam *nameParam = annotation->getParam("name"); in emitExportedHeader() 693 const AnnotationParam *exportParentParam = annotation->getParam("export_parent"); in emitExportedHeader() 699 const AnnotationParam *prefixParam = annotation->getParam("value_prefix"); in emitExportedHeader() 705 const AnnotationParam *suffixParam = annotation->getParam("value_suffix"); in emitExportedHeader()
|
D | Interface.cpp | 939 annotation->getParam("next"); in emitVtsMethodDeclaration()
|
/system/security/keystore2/src/km_compat/ |
D | km_compat.cpp | 907 static auto getParam(const std::vector<KeyParameter>& keyParams, KMV1::TypedTag<type, tag> ttag) in getParam() function 920 return static_cast<bool>(getParam(keyParams, ttag)); in containsParam() 962 V4_0_KeyFormat::X509, keyBlob, unwrapBlob(getParam(keyParams, KMV1::TAG_APPLICATION_ID)), in makeCert() 963 unwrapBlob(getParam(keyParams, KMV1::TAG_APPLICATION_DATA)), in makeCert() 982 if (auto blob = getParam(keyParams, KMV1::TAG_CERTIFICATE_SUBJECT)) { in makeCert() 987 if (auto blob = getParam(keyParams, KMV1::TAG_CERTIFICATE_SERIAL)) { in makeCert() 992 if (auto date = getParam(keyParams, KMV1::TAG_CERTIFICATE_NOT_BEFORE)) { in makeCert() 999 if (auto date = getParam(keyParams, KMV1::TAG_CERTIFICATE_NOT_AFTER)) { in makeCert() 1061 auto algorithm = getParam(keyParams, KMV1::TAG_ALGORITHM); in signCertificate() 1133 auto algorithm = getParam(keyParams, KMV1::TAG_ALGORITHM); in getCertificate()
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 468 template <typename MetaParam> auto& getParam() { 471 template <typename MetaParam> const auto& getParam() const { 477 *getParam<MetaParam>() = v; 483 *getParam<MetaParam>() = *this = v; 489 *getParam<MetaParam>() = v; 508 return {getParam<MetaParam<ParamName, ParamType>>()->count(), mm2px_, dp2px_}; 513 return *getParam<MetaParam<ParamName, ParamType>>();
|