Searched refs:numberAssociations (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/ |
D | UserIdentificationSetRequest.aidl | 39 int numberAssociations;
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/ |
D | UserIdentificationSetRequest.aidl | 39 int numberAssociations;
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ |
D | UserIdentificationSetRequest.aidl | 39 int numberAssociations;
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/ |
D | UserIdentificationSetRequest.aidl | 39 int numberAssociations;
|
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ |
D | UserIdentificationSetRequest.aidl | 41 int numberAssociations;
|
/hardware/interfaces/automotive/vehicle/2.0/utils/ |
D | UserHalHelper.cpp | 125 size_t numberAssociations, in parseUserAssociations() argument 127 size_t minInt32Values = startPos + (numberAssociations * kNumFieldsPerSetAssociation); in parseUserAssociations() 132 associations->resize(numberAssociations); in parseUserAssociations() 133 for (size_t i = 0; i < static_cast<size_t>(numberAssociations); ++i) { in parseUserAssociations() 281 request.numberAssociations = propValue.value.int32Values[3]; in toUserIdentificationSetRequest() 282 ret = parseUserAssociations(propValue.value.int32Values, 4, request.numberAssociations, in toUserIdentificationSetRequest()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/ |
D | UserHalHelper.cpp | 143 size_t numberAssociations, in parseUserAssociations() argument 145 size_t minInt32Values = startPos + (numberAssociations * kNumFieldsPerSetAssociation); in parseUserAssociations() 150 associations->resize(numberAssociations); in parseUserAssociations() 151 for (size_t i = 0; i < static_cast<size_t>(numberAssociations); ++i) { in parseUserAssociations() 302 request.numberAssociations = propValue.value.int32Values[3]; in toUserIdentificationSetRequest() 303 ret = parseUserAssociations(propValue.value.int32Values, 4, request.numberAssociations, in toUserIdentificationSetRequest()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/test/ |
D | UserHalHelper_test.cpp | 497 .numberAssociations = 2, in TEST()
|
/hardware/interfaces/automotive/vehicle/2.0/utils/tests/ |
D | UserHalHelper_test.cpp | 509 .numberAssociations = 2, in TEST()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 5223 int32_t numberAssociations;
|