/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleObjectPool_test.cpp | 71 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/ |
D | config.cpp | 52 CHECK(type_ == STRING); in getString() 69 type_ = STRING; in parseFromString()
|
D | config.h | 24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | config.cc | 47 CHECK(type_ == STRING); in getString() 64 type_ = STRING; in parseFromString()
|
D | config.h | 24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleUtils.cpp | 51 case VehiclePropertyType::STRING: in createVehiclePropValue()
|
D | VehicleObjectPool.cpp | 80 auto val = obtain(VehiclePropertyType::STRING); in obtainString()
|
/hardware/google/av/media/sfplugin/ |
D | ReflectedParamUpdater.cpp | 180 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/ |
D | VehicleObjectPool.h | 194 return vecSize > mMaxRecyclableVectorSize || VehiclePropertyType::STRING == type || in isDisposable()
|
/hardware/google/av/codec2/tests/ |
D | C2SampleComponent_test.cpp | 41 case FD::STRING: *os << "char"; break; in PrintTo() 340 case C2FieldDescriptor::STRING: cout << "char "; break; in dumpType()
|
D | C2Param_test.cpp | 39 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/ |
D | JsonFakeValueGenerator.cpp | 126 case VehiclePropertyType::STRING: in parseFakeValueJson()
|
D | VehicleEmulator.cpp | 235 case VehiclePropertyType::STRING: in populateProtoVehicleConfig()
|
D | DefaultConfig.h | 70 (int)(0x104 | VehiclePropertyGroup::VENDOR | VehiclePropertyType::STRING | VehicleArea::GLOBAL);
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 465 #define STRING 'S' macro 495 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 463 #define STRING 'S' macro 493 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_ar3k.c | 465 #define STRING 'S' macro 495 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 461 #define STRING 'S' macro 491 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 461 #define STRING 'S' macro 491 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 467 #define STRING 'S' macro 497 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/google/av/codec2/vndk/util/ |
D | C2Debug.cpp | 59 case C2FieldDescriptor::STRING: return "chr"; in asString()
|
D | C2InterfaceHelper.cpp | 108 case C2FieldDescriptor::STRING: fsv = C2SupportedRange<char>::Any(); break; in createFieldsAndSupportedValues()
|
/hardware/google/av/codec2/include/ |
D | C2Param.h | 966 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/ |
D | types.hal | 266 STRING = 0x100,
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 25 STRING = 0x00100000, 152 | VehiclePropertyType:STRING 164 | VehiclePropertyType:STRING 176 | VehiclePropertyType:STRING 2906 /** This is used for properties of type VehiclePropertyType#STRING */
|