/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleObjectPool_test.cpp | 73 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/ |
D | VehicleObjectPoolTest.cpp | 102 .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/ |
D | VehiclePropertyType.aidl | 37 STRING = 0x00100000, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/ |
D | VehiclePropertyType.aidl | 37 STRING = 0x00100000, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ |
D | VehiclePropertyType.aidl | 27 STRING = 0x00100000, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/ |
D | VehiclePropertyType.aidl | 37 STRING = 1048576, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/ |
D | VehiclePropertyType.aidl | 37 STRING = 0x00100000, enumConstant
|
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/ |
D | FieldDescriptor.aidl | 43 STRING = 0x100, enumConstant
|
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/ |
D | config.cpp | 71 CHECK(type_ == STRING); in getString() 88 type_ = STRING; in parseFromString()
|
D | config.h | 43 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/ |
D | FieldDescriptor.aidl | 53 STRING = 0x100, enumConstant
|
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/ |
D | FieldDescriptor.aidl | 53 STRING = 0x100, enumConstant
|
/hardware/nxp/secure_element/pn8x/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/google/pixel/pixelstats/test/android/hardware/google/pixel/ |
D | BasePixelAtomsTest.java | 50 .isEqualTo(Descriptors.FieldDescriptor.Type.STRING); in doTestPushedAtomsHasReverseDomainName()
|
/hardware/google/gfxstream/ |
D | CMakeLists.txt | 15 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/ |
D | PropertyUtils.h | 67 (int)(0x104 | VehiclePropertyGroup::VENDOR | VehiclePropertyType::STRING | VehicleArea::GLOBAL); 117 0x2a11 | VehiclePropertyGroup::VENDOR | VehicleArea::GLOBAL | VehiclePropertyType::STRING;
|
/hardware/nxp/uwb/halimpl/utils/ |
D | phNxpConfig.cc | 61 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/ |
D | VehiclePropValue.proto | 52 /* This is used for properties of type VehiclePropertyType#STRING */
|
/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/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleObjectPool.h | 195 return vecSize > mMaxRecyclableVectorSize || VehiclePropertyType::STRING == type || in isDisposable()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/ |
D | VehicleObjectPool.cpp | 88 auto val = obtain(VehiclePropertyType::STRING); in obtainString()
|