/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultConfig.h | 170 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, 187 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, 204 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, 213 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, 222 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, 260 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, 289 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, 298 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, 307 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, 316 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, [all …]
|
D | VehicleEmulator.cpp | 111 int32_t areaId = 0; in doGetProperty() local 119 areaId = getProp.area_id(); in doGetProperty() 123 VehiclePropValue request = { .prop = propId, .areaId = areaId }; in doGetProperty() 154 .areaId = protoVal.area_id(), in doSetProperty() 277 protoVal->set_area_id(val->areaId); in populateProtoVehiclePropValue()
|
D | EmulatedVehicleHal.cpp | 247 curArea = cfg.areaConfigs[i].areaId; in onCreate() 253 .areaId = curArea, in onCreate() 431 req->areaId = 0; in createApPowerStateReq() 443 keyEvent->areaId = 0; in createHwInputKeyProp()
|
D | JsonFakeValueGenerator.cpp | 105 .areaId = rawEvent["areaId"].asInt(), in parseFakeValueJson()
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 58 int32_t areaId = requestedPropValue.areaId; in get() local 82 auto key = makeKey(toInt(property), areaId); in get() 91 pValue->areaId = areaId; in get() 121 void sendHalError(StatusCode error, int32_t property, int32_t areaId) { in sendHalError() argument 122 doHalPropertySetError(error, property, areaId); in sendHalError() 131 return makeKey(v.prop, v.areaId); in makeKey() 157 void invokeGet(int32_t property, int32_t areaId) { in invokeGet() argument 160 requestedValue.areaId = areaId; in invokeGet() 372 expectedValue->areaId = 0; in TEST_F() 393 expectedValue1->areaId = AREA1; in TEST_F() [all …]
|
D | VehicleHalTestUtils.h | 48 .areaId = toInt(VehicleAreaSeat::ROW_1_LEFT), .minInt32Value = 1, .maxInt32Value = 7}, 50 .areaId = toInt(VehicleAreaSeat::ROW_1_RIGHT), .minInt32Value = 1, .maxInt32Value = 5, 57 .areaConfigs = {VehicleAreaConfig{.areaId = toInt(VehicleAreaSeat::ROW_1_LEFT), 61 .areaId = toInt(VehicleAreaSeat::ROW_1_RIGHT),
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleHal.h | 39 StatusCode errorCode, int32_t property, int32_t areaId)>; 96 int32_t areaId) { in doHalPropertySetError() argument 97 mOnHalPropertySetError(errorCode, propId, areaId); in doHalPropertySetError()
|
D | VehicleHalManager.h | 85 int32_t areaId);
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleUtils.cpp | 116 dest->areaId = src.areaId; in shallowCopy()
|
D | VehicleObjectPool.cpp | 49 dest->areaId = src.areaId; in obtain()
|
D | VehicleHalManager.cpp | 217 int32_t areaId) { in onHalPropertySetError() argument 222 client->getCallback()->onPropertySetError(errorCode, property, areaId); in onHalPropertySetError()
|
D | VehiclePropertyStore.cpp | 145 .area = isGlobalProp(valuePrototype.prop) ? 0 : valuePrototype.areaId, in getRecordIdLocked()
|
D | VmsUtils.cpp | 52 result->areaId = toInt(VehicleArea::GLOBAL); in createBaseVmsMessage()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicleCallback.hal | 53 * @param areaId - bitmask that specifies in which areas the problem has 58 int32_t areaId);
|
D | types.hal | 273 * VHAL implementations must ignore the areaId. Use VehicleArea:GLOBAL. 539 * value denoted by its areaConfig.areaId. 814 * On/off AC for designated areaId 2801 int32_t areaId; 2875 int32_t areaId;
|