Home
last modified time | relevance | path

Searched refs:getPropType (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DProtoMessageConverter.cpp77 protoCfg->set_value_type(toInt(getPropType(cfg.prop))); in toProto()
92 switch (getPropType(cfg.prop)) { in toProto()
115 ALOGW("%s: Unknown property type: 0x%x", __func__, toInt(getPropType(cfg.prop))); in toProto()
153 protoVal->set_value_type(toInt(getPropType(val.prop))); in toProto()
H A DLinearFakeValueGenerator.cpp52 switch (getPropType(event.prop)) { in nextEvent()
H A DJsonFakeValueGenerator.cpp130 switch (getPropType(event.prop)) { in parseFakeValueJson()
H A DVehicleHalServer.cpp311 auto updatedPropValue = createVehiclePropValue(getPropType(value.prop), 0); in onSetProperty()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DEvsStateControl.cpp41 inline constexpr VehiclePropertyType getPropType(VehicleProperty prop) { in getPropType() function
56 static_assert(getPropType(VehicleProperty::GEAR_SELECTION) == VehiclePropertyType::INT32, in EvsStateControl()
58 static_assert(getPropType(VehicleProperty::TURN_SIGNAL_STATE) == VehiclePropertyType::INT32, in EvsStateControl()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleUtils.h43 inline constexpr VehiclePropertyType getPropType(int32_t prop) { in getPropType() function
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
H A DProtoMessageConverter_test.cpp52 auto cfgType = getPropType(config.prop); in CheckPropConfigConversion()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleObjectPool.cpp44 VehiclePropertyType type = getPropType(src.prop); in obtain()