Home
last modified time | relevance | path

Searched refs:VehicleAreaConfig (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DDefaultConfig.h418 {VehicleAreaConfig{
420 VehicleAreaConfig{
429 {VehicleAreaConfig{
431 VehicleAreaConfig{
481 .areaConfigs = {VehicleAreaConfig{
501 .areaConfigs = {VehicleAreaConfig{
506 VehicleAreaConfig{
517 .areaConfigs = {VehicleAreaConfig{
713 {VehicleAreaConfig{
718 VehicleAreaConfig{
[all …]
H A DProtoMessageConverter.cpp133 auto cast_to_acfg = [](const vhal_proto::VehicleAreaConfig& protoAcfg) { in fromProto()
134 VehicleAreaConfig acfg; in fromProto()
/aosp12/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DVehiclePropConfigBuilder.java20 import android.hardware.automotive.vehicle.V2_0.VehicleAreaConfig;
56 for (VehicleAreaConfig area : propConfig.areaConfigs) { in clone()
57 VehicleAreaConfig newArea = new VehicleAreaConfig(); in clone()
99 VehicleAreaConfig area = new VehicleAreaConfig(); in addAreaConfig()
107 VehicleAreaConfig area = new VehicleAreaConfig(); in addAreaConfig()
117 VehicleAreaConfig area = new VehicleAreaConfig(); in addAreaConfig()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalTestUtils.h47 {VehicleAreaConfig{
49 VehicleAreaConfig{
57 .areaConfigs = {VehicleAreaConfig{.areaId = toInt(VehicleAreaSeat::ROW_1_LEFT),
60 VehicleAreaConfig{
69 .areaConfigs = {VehicleAreaConfig{.minFloatValue = 0, .maxFloatValue = 1.0}}},
74 .areaConfigs = {VehicleAreaConfig{.minInt32Value = 0, .maxInt32Value = 10}}},
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/
H A DVehicleHalProto.proto54 message VehicleAreaConfig { message
70 repeated VehicleAreaConfig area_configs = 6;
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DCarPropertyUtils.java26 import android.hardware.automotive.vehicle.V2_0.VehicleAreaConfig;
290 for (VehicleAreaConfig area : p.areaConfigs) { in toCarPropertyConfig()
H A DVehicleHal.java36 import android.hardware.automotive.vehicle.V2_0.VehicleAreaConfig;
757 for (VehicleAreaConfig areaConfig : config.areaConfigs) { in dumpPropertyValueByConfig()
805 for (VehicleAreaConfig area : config.areaConfigs) { in dumpPropertyConfigsHelp()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp45 using ::android::hardware::automotive::vehicle::V2_0::VehicleAreaConfig;
398 .areaConfigs = {VehicleAreaConfig{.areaId = (0)}}, in invokeVehiclePropStore()
/aosp12/packages/services/Car/tools/emulator/
H A DVehicleHalProto_pb2.py571 VehicleAreaConfig = _reflection.GeneratedProtocolMessageType('VehicleAreaConfig', (_message.Message… variable
576 _sym_db.RegisterMessage(VehicleAreaConfig)
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal629 * VehicleAreaConfig {
3995 struct VehicleAreaConfig {
4036 vec<VehicleAreaConfig> areaConfigs;