Home
last modified time | relevance | path

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

/system/core/init/fuzzer/
Dinit_property_fuzzer.cpp37 enum PropertyType { STRING, BOOL, INT, UINT, DOUBLE, SIZE, ENUM, RANDOM, kMaxValue = RANDOM }; enumerator
61 case BOOL: in InvokeCheckType()
DREADME.md37 |`PropertyType`| 0.`STRING`,<br/> 1.`BOOL`,<br/> 2.`INT`,<br/> 3.`UINT`,<br/> 4.`DOUBLE`,<br/> 5.`S…
/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()
296 : SK(BOOL); // comparison operators generates bool in evaluate()
328 mValueKind = SK(BOOL); in evaluate()
466 case SK(BOOL) : in javaValue()
/system/core/fastboot/
Dfilesystem.cpp41 const BOOL locked = in LockFile()
/system/keymint/hal/src/
Dhal.rs89 x if x == TagType::BOOL.0 => TagType::BOOL, in tag_type()
/system/security/keystore2/src/
Dsw_keyblob.rs450 TagType::BOOL => KeyParameterValue::BoolValue(consume_bool(data)?), in deserialize_params()
Dkey_parameter.rs1127 TagType::BOOL => return KmKeyParameterValue::BoolValue(Default::default()), in get_field_by_tag_type()
Dlegacy_blob.rs584 TagType::BOOL => { in read_key_parameters()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1098 EXPECT_EQ(IFoo::Discriminator::BOOL, res[1].discriminator); in TEST_F()
1100 EXPECT_EQ(IFoo::Discriminator::BOOL, res[2].discriminator); in TEST_F()