Home
last modified time | relevance | path

Searched refs:BOOLEAN (Results 1 – 6 of 6) sorted by relevance

/system/bt/profile/sdp/common/test/
Ddata_element_reader_test.cc85 {Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x01},
89 {Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x00},
166 0x04, Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x01,
167 Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x00},
169 {Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x01,
170 Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x00})},
174 0x00, 0x04, Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1),
175 0x01, Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x00},
177 {Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x01,
178 Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x00})},
[all …]
/system/tools/aidl/
Daidl_const_expressions.cpp168 case Type::BOOLEAN: \
268 case Type::BOOLEAN: // fall-through in IsCompatibleType()
287 case Type::BOOLEAN: // fall-through in AreCompatibleTypes()
292 case Type::BOOLEAN: // fall-through in AreCompatibleTypes()
318 if (left == Type::BOOLEAN) return right; in UsualArithmeticConversion()
319 if (right == Type::BOOLEAN) return left; in UsualArithmeticConversion()
354 return new AidlConstantValue(location, Type::BOOLEAN, value ? "true" : "false"); in Boolean()
519 case Type::BOOLEAN: // fall-through in ValueString()
605 case Type::BOOLEAN: // fall-through in CheckValid()
670 case Type::BOOLEAN: in evaluate()
[all …]
Daidl_language.h573 BOOLEAN,
616 AIDL_FATAL_IF(final_type_ != Type::BOOLEAN, this);
/system/bt/profile/sdp/
Dsdp_common.h73 BOOLEAN = 0x05, enumerator
Dsdp_logging_helper.h90 CASE_RETURN_TEXT(DataElementType::BOOLEAN); in DataElementTypeText()
/system/bt/profile/sdp/common/
Ddata_element_reader.cc54 case DataElementType::BOOLEAN: in ReadNext()