/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | Utils.cpp | 41 case V1_2::OperandType::BOOL: in sizeOfData() 58 case V1_2::OperandType::BOOL: in isTensor()
|
D | TestAssertions.cpp | 34 CHECK_TEST_ENUM(OperandType, BOOL);
|
D | ValidateModel.cpp | 391 case OperandType::BOOL: in getInvalidRank() 431 case OperandType::BOOL: in getInvalidScale() 469 case OperandType::BOOL: in getInvalidZeroPoints() 750 case OperandType::BOOL: in mutateOperand()
|
/hardware/interfaces/keymaster/4.1/ |
D | types.hal | 28 EARLY_BOOT_ONLY = TagType:BOOL | 305, 44 DEVICE_UNIQUE_ATTESTATION = TagType:BOOL | 720, 52 IDENTITY_CREDENTIAL_KEY = TagType:BOOL | 721, 69 STORAGE_KEY = TagType:BOOL | 722,
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 27 BOOL = 7 << 28, 47 CALLER_NONCE = TagType:BOOL | 7, /** Allow caller to specify nonce or IV. */ 55 ECIES_SINGLE_HASH_MODE = TagType:BOOL | 201, /* Whether the ephemeral public key is fed into the 57 INCLUDE_UNIQUE_ID = TagType:BOOL | 202, /* If true, attestation certificates for this key 63 BOOTLOADER_ONLY = TagType:BOOL | 302, /** Usable only by bootloader. */ 82 ALL_USERS = TagType:BOOL | 500, /** Reserved for future use -- ignore. */ 87 NO_AUTH_REQUIRED = TagType:BOOL | 503, /** If key is usable without authentication. */ 98 ALLOW_WHILE_ON_BODY = TagType:BOOL | 506, /* Allow key to be used after authentication timeout 103 ALL_APPLICATIONS = TagType:BOOL | 600, /* Specified to indicate key is usable by all 106 EXPORTABLE = TagType:BOOL | 602, /* If true, private/secret key can be exported, but only [all …]
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | keymaster_tags.h | 204 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue) 244 inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument 267 static_assert(tag_type != TagType::BOOL || (sizeof...(args) == 0), 269 static_assert(tag_type == TagType::BOOL || (sizeof...(args) == 1), 272 tag_type == TagType::BOOL || 369 case TagType::BOOL: 402 case TagType::BOOL:
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | Utils.cpp | 40 case V1_3::OperandType::BOOL: in sizeOfData() 60 case V1_3::OperandType::BOOL: in isTensor()
|
D | TestAssertions.cpp | 34 CHECK_TEST_ENUM(OperandType, BOOL);
|
D | ValidateModel.cpp | 410 case OperandType::BOOL: in getInvalidRank() 451 case OperandType::BOOL: in getInvalidScale() 490 case OperandType::BOOL: in getInvalidZeroPoints() 778 case OperandType::BOOL: in mutateOperand()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_tags.h | 200 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue) 238 template <Tag tag> inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument 255 static_assert(tag_type != TagType::BOOL || (sizeof...(args) == 0), 257 static_assert(tag_type == TagType::BOOL || (sizeof...(args) == 1), 260 tag_type == TagType::BOOL ||
|
D | key_param_output.cpp | 105 case TagType::BOOL: in operator <<()
|
D | authorization_set.cpp | 39 case TagType::BOOL: in keyParamLess() 73 case TagType::BOOL: in keyParamEqual()
|
D | attestation_record.cpp | 208 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() argument
|
/hardware/interfaces/tests/foo/1.0/default/ |
D | Foo.cpp | 24 if (d == Discriminator::BOOL) { in convertToBoolIfSmall() 25 outValue.discriminator = Discriminator::BOOL; in convertToBoolIfSmall() 30 outValue.discriminator = Discriminator::BOOL; in convertToBoolIfSmall()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | key_param_output.cpp | 77 case TagType::BOOL: in operator <<()
|
D | authorization_set.cpp | 33 case TagType::BOOL: in keyParamLess() 66 case TagType::BOOL: in keyParamEqual()
|
D | attestation_record.cpp | 223 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() argument
|
/hardware/interfaces/tests/foo/1.0/ |
D | IFoo.hal | 136 BOOL, 172 * If d is BOOL, should leave all values as BOOLs.
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 198 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. 220 * * 7: An optional {@link OperandType::BOOL} scalar, default to false. 365 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. 411 * * 7: An optional {@link OperandType::BOOL} scalar, default to false. 530 * * 11: An optional {@link OperandType::BOOL} scalar, default to false. 572 * * 8: An optional {@link OperandType::BOOL} scalar, default to false. 628 * * 2: An optional {@link OperandType::BOOL} scalar, default to false. 923 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. 945 * * 7: An optional {@link OperandType::BOOL} scalar, default to false. 1362 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. [all …]
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 50 BOOL = 7 << 28, 163 CALLER_NONCE = TagType:BOOL | 7, 212 INCLUDE_UNIQUE_ID = TagType:BOOL | 202, 237 BOOTLOADER_ONLY = TagType:BOOL | 302, 252 ROLLBACK_RESISTANCE = TagType:BOOL | 303, 378 NO_AUTH_REQUIRED = TagType:BOOL | 503, /* If key is usable without authentication. */ 419 ALLOW_WHILE_ON_BODY = TagType:BOOL | 506, 466 TRUSTED_USER_PRESENCE_REQUIRED = TagType:BOOL | 507, 479 TRUSTED_CONFIRMATION_REQUIRED = TagType:BOOL | 508, 487 UNLOCKED_DEVICE_REQUIRED = TagType:BOOL | 509, [all …]
|
D | IKeymasterDevice.hal | 768 * o TagType::BOOL tags are represented as ASN.1 NULL. All entries in AuthorizationList are
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 47 BOOL = 6, 254 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. 276 * * 7: An optional {@link OperandType::BOOL} scalar, default to false. 401 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. 446 * * 7: An optional {@link OperandType::BOOL} scalar, default to false. 552 * * 11: An optional {@link OperandType::BOOL} scalar, default to false. 593 * * 8: An optional {@link OperandType::BOOL} scalar, default to false. 648 * * 2: An optional {@link OperandType::BOOL} scalar, default to false. 929 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. 951 * * 7: An optional {@link OperandType::BOOL} scalar, default to false. [all …]
|
/hardware/interfaces/keymaster/4.1/support/ |
D | attestation_record.cpp | 240 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() argument
|