Searched refs:numberAssociationTypes (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/ |
D | UserIdentificationGetRequest.aidl | 39 int numberAssociationTypes;
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ |
D | UserIdentificationGetRequest.aidl | 39 int numberAssociationTypes;
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/ |
D | UserIdentificationGetRequest.aidl | 39 int numberAssociationTypes;
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/ |
D | UserIdentificationGetRequest.aidl | 39 int numberAssociationTypes;
|
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ |
D | UserIdentificationGetRequest.aidl | 42 int numberAssociationTypes;
|
/hardware/interfaces/automotive/vehicle/2.0/utils/ |
D | UserHalHelper.cpp | 105 const hidl_vec<int32_t>& int32Values, size_t startPos, size_t numberAssociationTypes, in parseUserAssociationTypes() argument 107 size_t minInt32Values = startPos + numberAssociationTypes; in parseUserAssociationTypes() 112 associationTypes->resize(numberAssociationTypes); in parseUserAssociationTypes() 113 for (size_t i = 0; i < static_cast<size_t>(numberAssociationTypes); ++i) { in parseUserAssociationTypes() 260 request.numberAssociationTypes = propValue.value.int32Values[3]; in toUserIdentificationGetRequest() 261 ret = parseUserAssociationTypes(propValue.value.int32Values, 4, request.numberAssociationTypes, in toUserIdentificationGetRequest()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/ |
D | UserHalHelper.cpp | 123 const std::vector<int32_t>& int32Values, size_t startPos, size_t numberAssociationTypes, in parseUserAssociationTypes() argument 125 size_t minInt32Values = startPos + numberAssociationTypes; in parseUserAssociationTypes() 130 associationTypes->resize(numberAssociationTypes); in parseUserAssociationTypes() 131 for (size_t i = 0; i < static_cast<size_t>(numberAssociationTypes); ++i) { in parseUserAssociationTypes() 280 request.numberAssociationTypes = propValue.value.int32Values[3]; in toUserIdentificationGetRequest() 281 ret = parseUserAssociationTypes(propValue.value.int32Values, 4, request.numberAssociationTypes, in toUserIdentificationGetRequest()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/test/ |
D | UserHalHelper_test.cpp | 421 .numberAssociationTypes = 2, in TEST()
|
/hardware/interfaces/automotive/vehicle/2.0/utils/tests/ |
D | UserHalHelper_test.cpp | 433 .numberAssociationTypes = 2, in TEST()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 5195 int32_t numberAssociationTypes;
|