Searched refs:getPropType (Results 1 – 8 of 8) sorted by relevance
77 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()
52 switch (getPropType(event.prop)) { in nextEvent()
130 switch (getPropType(event.prop)) { in parseFakeValueJson()
311 auto updatedPropValue = createVehiclePropValue(getPropType(value.prop), 0); in onSetProperty()
41 inline constexpr VehiclePropertyType getPropType(VehicleProperty prop) { in getPropType() function56 static_assert(getPropType(VehicleProperty::GEAR_SELECTION) == VehiclePropertyType::INT32, in EvsStateControl()58 static_assert(getPropType(VehicleProperty::TURN_SIGNAL_STATE) == VehiclePropertyType::INT32, in EvsStateControl()
43 inline constexpr VehiclePropertyType getPropType(int32_t prop) { in getPropType() function
52 auto cfgType = getPropType(config.prop); in CheckPropConfigConversion()
44 VehiclePropertyType type = getPropType(src.prop); in obtain()