Searched refs:byteValues (Results 1 – 16 of 16) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/ |
D | RawPropValues.aidl | 40 byte[] byteValues;
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/ |
D | RawPropValues.aidl | 40 byte[] byteValues;
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/ |
D | RawPropValues.aidl | 40 byte[] byteValues;
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/ |
D | RawPropValues.aidl | 40 byte[] byteValues;
|
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
D | RawPropValues.aidl | 42 byte[] byteValues;
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
D | VehicleUtilsTest.cpp | 197 .value.byteValues = {static_cast<uint8_t>(0)}, in getInvalidPropValuesTestCases() 218 .value.byteValues = {static_cast<uint8_t>(0)}, in getInvalidPropValuesTestCases() 238 .value.byteValues = {static_cast<uint8_t>(0)}, in getInvalidPropValuesTestCases() 258 .value.byteValues = {static_cast<uint8_t>(0)}, in getInvalidPropValuesTestCases() 278 .value.byteValues = {static_cast<uint8_t>(0), in getInvalidPropValuesTestCases() 609 ASSERT_EQ(1u, value->value.byteValues.size()); in TEST() 680 ASSERT_EQ(2u, value->value.byteValues.size()); in TEST()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/src/ |
D | ProtoMessageConverter.cpp | 125 out->set_byte_values(in.value.byteValues.data(), in.value.byteValues.size()); in aidlToProto() 147 out->value.byteValues.push_back(byte); in protoToAidl()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/ |
D | VehicleUtils.h | 120 val->value.byteValues.resize(vecSize); in createVehiclePropValueVec() 155 return value.byteValues.size(); in getVehicleRawValueVectorSize() 172 dest->byteValues = src.byteValues; in copyVehicleRawValue() 188 size += prop.value.byteValues.size() * sizeof(uint8_t); in getVehiclePropValueSize()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/ |
D | Obd2SensorStoreTest.cpp | 63 ASSERT_EQ(propValue->value.byteValues, bitMask); in TEST()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/ |
D | Obd2SensorStore.cpp | 134 propValue->value.byteValues = getSensorsBitmask(); in getSensorProperty()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/ |
D | VehicleObjectPool.cpp | 149 check(&v->byteValues, VehiclePropertyType::BYTES == mPropType) && in check()
|
D | VehicleUtils.cpp | 175 size_t byteSize = value.value.byteValues.size(); in checkVendorMixedPropValue()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/ |
D | JsonFakeValueGenerator.cpp | 162 value.byteValues = generateDiagnosticBytes(value); in parseFakeValueJson()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/ |
D | FakeVehicleHardware.cpp | 959 std::vector<uint8_t> byteValues = gotValue->value.byteValues; in getEchoReverseBytes() local 960 size_t byteSize = byteValues.size(); in getEchoReverseBytes() 962 gotValue->value.byteValues[i] = byteValues[byteSize - 1 - i]; in getEchoReverseBytes() 2030 prop.value.byteValues = std::move(bytesResult.value()); in parsePropOptions()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/ |
D | FakeVehicleHalValueGeneratorsTest.cpp | 462 .byteValues = {0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, in TEST_F()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 1071 .value.byteValues = {0x1}, in setSpecialValueTestCases() 1079 .value.byteValues = {0x1}, in setSpecialValueTestCases() 2919 ASSERT_FALSE(memcmp(bytes, value.value.byteValues.data(), sizeof(bytes))); in TEST_F() 3337 .byteValues = {0x01, 0x02, 0x03, 0x04}, in TEST_F() 3347 ASSERT_EQ(result.value().value.byteValues, std::vector<uint8_t>({0x04, 0x03, 0x02, 0x01})); in TEST_F()
|