Searched refs:BOOLEAN (Results 1 – 6 of 6) sorted by relevance
/system/bt/profile/sdp/common/test/ |
D | data_element_reader_test.cc | 85 {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/ |
D | aidl_const_expressions.cpp | 168 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 …]
|
D | aidl_language.h | 573 BOOLEAN, 616 AIDL_FATAL_IF(final_type_ != Type::BOOLEAN, this);
|
/system/bt/profile/sdp/ |
D | sdp_common.h | 73 BOOLEAN = 0x05, enumerator
|
D | sdp_logging_helper.h | 90 CASE_RETURN_TEXT(DataElementType::BOOLEAN); in DataElementTypeText()
|
/system/bt/profile/sdp/common/ |
D | data_element_reader.cc | 54 case DataElementType::BOOLEAN: in ReadNext()
|