Home
last modified time | relevance | path

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

12

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp73 valuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
74 auto vs = valuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
79 auto vs2 = valuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
81 ASSERT_NE(raw, valuePool->obtain(VehiclePropertyType::STRING).get()); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleObjectPoolTest.cpp102 .type = VehiclePropertyType::STRING, in getAllPropertyTypes()
191 mValuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
192 auto stringProp = mValuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
197 auto newStringProp = mValuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
200 ASSERT_NE(mValuePool->obtain(VehiclePropertyType::STRING).get(), raw); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/
DVehiclePropertyType.aidl37 STRING = 0x00100000, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/
DVehiclePropertyType.aidl37 STRING = 0x00100000, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/
DVehiclePropertyType.aidl27 STRING = 0x00100000, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/
DVehiclePropertyType.aidl37 STRING = 1048576, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/
DVehiclePropertyType.aidl37 STRING = 0x00100000, enumConstant
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/
DFieldDescriptor.aidl43 STRING = 0x100, enumConstant
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
Dconfig.cpp71 CHECK(type_ == STRING); in getString()
88 type_ = STRING; in parseFromString()
Dconfig.h43 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/
DFieldDescriptor.aidl53 STRING = 0x100, enumConstant
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/
DFieldDescriptor.aidl53 STRING = 0x100, enumConstant
/hardware/nxp/secure_element/pn8x/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/google/pixel/pixelstats/test/android/hardware/google/pixel/
DBasePixelAtomsTest.java50 .isEqualTo(Descriptors.FieldDescriptor.Type.STRING); in doTestPushedAtomsHasReverseDomainName()
/hardware/google/gfxstream/
DCMakeLists.txt15 set(DEPENDENCY_RESOLUTION "AOSP" CACHE STRING "\
123 # User needs to use -D ASAN_LIB_DIR:STRING=/path/to/asan_libs to add library directory
125 …message(FATAL_ERROR "Please input ASAN library path with -D ASAN_LIB_DIR:STRING=/path/to/asan_lib_…
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DPropertyUtils.h67 (int)(0x104 | VehiclePropertyGroup::VENDOR | VehiclePropertyType::STRING | VehicleArea::GLOBAL);
117 0x2a11 | VehiclePropertyGroup::VENDOR | VehicleArea::GLOBAL | VehiclePropertyType::STRING;
/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc61 enum class type { STRING, NUMBER, BYTEARRAY, STRINGARRAY }; enumerator
540 m_type(type::STRING) in uwbParam()
567 } else if (m_type == type::STRING) { in dump()
852 if (param->getType() != uwbParam::type::STRING) in getValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DVehiclePropValue.proto52 /* This is used for properties of type VehiclePropertyType#STRING */
/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/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h195 return vecSize > mMaxRecyclableVectorSize || VehiclePropertyType::STRING == type || in isDisposable()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp88 auto val = obtain(VehiclePropertyType::STRING); in obtainString()

12