Searched refs:BOOL (Results 1 - 7 of 7) sorted by relevance

/system/tools/hidl/
H A DConstantExpression.cpp44 case SK(BOOL): __action__(bool) \
59 return SK(BOOL) == kind || ScalarType(kind).isValidEnumStorageType();
73 if(lft == SK(BOOL)) return rgt;
74 if(rgt == SK(BOOL)) return lft;
278 : SK(BOOL); // comparison operators generates bool
306 mValueKind = SK(BOOL);
397 case SK(BOOL) :
/system/security/keystore/include/keystore/
H A Dkeymaster_tags.h216 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue)
254 template <Tag tag> inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) {
271 static_assert(tag_type != TagType::BOOL || (sizeof...(args) == 0),
272 "TagType::BOOL Authorizations do not take parameters. Presence is truth.");
273 static_assert(tag_type == TagType::BOOL || (sizeof...(args) == 1),
274 "Authorization other then TagType::BOOL take exactly one parameter.");
276 tag_type == TagType::BOOL ||
/system/core/adb/client/
H A Dmain.cpp61 static BOOL WINAPI ctrlc_handler(DWORD type) {
/system/security/keystore/
H A Dkeystore_aidl_hidl_marshalling_utils.cpp103 case TagType::BOOL:
133 case TagType::BOOL:
H A Dauthorization_set.cpp36 case TagType::BOOL:
69 case TagType::BOOL:
/system/tpm/trunks/
H A Dtpm_generated.h390 typedef int BOOL; typedef in namespace:trunks
1737 TRUNKS_EXPORT TPM_RC Serialize_BOOL(const BOOL& value, std::string* buffer);
1740 BOOL* value,
H A Dtpm_generated.cc958 TPM_RC Serialize_BOOL(const BOOL& value, std::string* buffer) {
963 TPM_RC Parse_BOOL(std::string* buffer, BOOL* value, std::string* value_bytes) {
[all...]

Completed in 253 milliseconds