Home
last modified time | relevance | path

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

/system/keymaster/ng/include/
Dkeymaster_tags.h217 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue)
255 template <Tag tag> inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument
272 static_assert(tag_type != TagType::BOOL || (sizeof...(args) == 0),
274 static_assert(tag_type == TagType::BOOL || (sizeof...(args) == 1),
277 tag_type == TagType::BOOL ||
/system/tools/hidl/
DConstantExpression.cpp47 case SK(BOOL): __action__(bool) \
62 return SK(BOOL) == kind || ScalarType(kind, nullptr /* parent */).isValidEnumStorageType(); in isSupported()
76 if(lft == SK(BOOL)) return rgt; in usualArithmeticConversion()
77 if(rgt == SK(BOOL)) return lft; in usualArithmeticConversion()
290 : SK(BOOL); // comparison operators generates bool in evaluate()
322 mValueKind = SK(BOOL); in evaluate()
460 case SK(BOOL) : in javaValue()
/system/security/keystore2/src/
Dkey_parameter.rs1067 TagType::BOOL => return KmKeyParameterValue::BoolValue(Default::default()), in get_field_by_tag_type()
Dlegacy_blob.rs511 TagType::BOOL => { in read_key_parameters()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1082 EXPECT_EQ(IFoo::Discriminator::BOOL, res[1].discriminator); in TEST_F()
1084 EXPECT_EQ(IFoo::Discriminator::BOOL, res[2].discriminator); in TEST_F()