Home
last modified time | relevance | path

Searched refs:STRING (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp71 valuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
72 auto vs = valuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
77 auto vs2 = valuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
79 ASSERT_NE(raw, valuePool->obtain(VehiclePropertyType::STRING).get()); in TEST_F()
/hardware/nxp/secure_element/libese-spi/p73/utils/
Dconfig.cpp52 CHECK(type_ == STRING); in getString()
69 type_ = STRING; in parseFromString()
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dconfig.cc47 CHECK(type_ == STRING); in getString()
64 type_ = STRING; in parseFromString()
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleUtils.cpp51 case VehiclePropertyType::STRING: in createVehiclePropValue()
DVehicleObjectPool.cpp80 auto val = obtain(VehiclePropertyType::STRING); in obtainString()
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp180 case C2FieldDescriptor::STRING: in addParamStructDesc()
431 case C2FieldDescriptor::STRING: { in parseMessageAndDoWork()
510 case C2FieldDescriptor::STRING: { in getParams()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h194 return vecSize > mMaxRecyclableVectorSize || VehiclePropertyType::STRING == type || in isDisposable()
/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp41 case FD::STRING: *os << "char"; break; in PrintTo()
340 case C2FieldDescriptor::STRING: cout << "char "; break; in dumpType()
DC2Param_test.cpp39 case FD::STRING: *os << "char"; break; in PrintTo()
140 { FD::STRING, 100, "str", 160, 1 },
275 std::is_same<T, char>::value ? FD::STRING :
2352 EXPECT_EQ(FD::STRING, fields.cbegin()->type()); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.cpp126 case VehiclePropertyType::STRING: in parseFakeValueJson()
DVehicleEmulator.cpp235 case VehiclePropertyType::STRING: in populateProtoVehicleConfig()
DDefaultConfig.h70 (int)(0x104 | VehiclePropertyGroup::VENDOR | VehiclePropertyType::STRING | VehicleArea::GLOBAL);
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c465 #define STRING 'S' macro
495 if (type == STRING || sub_type == STRING) in get_input_format()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_ar3k.c463 #define STRING 'S' macro
493 if (type == STRING || sub_type == STRING) in get_input_format()
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dhw_ar3k.c465 #define STRING 'S' macro
495 if (type == STRING || sub_type == STRING) in get_input_format()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c461 #define STRING 'S' macro
491 if (type == STRING || sub_type == STRING) in get_input_format()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c461 #define STRING 'S' macro
491 if (type == STRING || sub_type == STRING) in get_input_format()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c467 #define STRING 'S' macro
497 if (type == STRING || sub_type == STRING) in get_input_format()
/hardware/google/av/codec2/vndk/util/
DC2Debug.cpp59 case C2FieldDescriptor::STRING: return "chr"; in asString()
DC2InterfaceHelper.cpp108 case C2FieldDescriptor::STRING: fsv = C2SupportedRange<char>::Any(); break; in createFieldsAndSupportedValues()
/hardware/google/av/codec2/include/
DC2Param.h966 STRING = 0x100, ///< fixed-size string (POD) enumerator
1078 inline static type_t GetType(char*) { return STRING; } in GetType()
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal266 STRING = 0x100,
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal25 STRING = 0x00100000,
152 | VehiclePropertyType:STRING
164 | VehiclePropertyType:STRING
176 | VehiclePropertyType:STRING
2906 /** This is used for properties of type VehiclePropertyType#STRING */

12