Home
last modified time | relevance | path

Searched refs:vehicle (Results 1 – 25 of 857) sorted by relevance

12345678910>>...35

/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/
DVehicleProperty.aidl34 package android.hardware.automotive.vehicle;
64 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
69 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
72 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
73 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
78 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
85 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
86 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
87 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
125 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
[all …]
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/
DVehicleProperty.aidl34 package android.hardware.automotive.vehicle;
64 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
69 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
72 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
73 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
78 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
85 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
86 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
87 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
125 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
[all …]
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/
DVehicleProperty.aidl34 package android.hardware.automotive.vehicle;
64 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
71 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
76 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
83 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.G…
122 …automotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.…
123 …automotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.…
129 …automotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.…
136 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.M…
137 …utomotive.vehicle.VehiclePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.M…
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleUtils.h30 namespace vehicle {
41 inline constexpr aidl::android::hardware::automotive::vehicle::VehiclePropertyType getPropType( in getPropType()
43 return static_cast<aidl::android::hardware::automotive::vehicle::VehiclePropertyType>( in getPropType()
44 prop & toInt(aidl::android::hardware::automotive::vehicle::VehiclePropertyType::MASK)); in getPropType()
47 inline constexpr aidl::android::hardware::automotive::vehicle::VehiclePropertyGroup getPropGroup( in getPropGroup()
49 return static_cast<aidl::android::hardware::automotive::vehicle::VehiclePropertyGroup>( in getPropGroup()
50 prop & toInt(aidl::android::hardware::automotive::vehicle::VehiclePropertyGroup::MASK)); in getPropGroup()
53 inline constexpr aidl::android::hardware::automotive::vehicle::VehicleArea getPropArea( in getPropArea()
55 return static_cast<aidl::android::hardware::automotive::vehicle::VehicleArea>( in getPropArea()
56 prop & toInt(aidl::android::hardware::automotive::vehicle::VehicleArea::MASK)); in getPropArea()
[all …]
DVehicleObjectPool.h32 namespace vehicle {
171 recyclable_ptr<aidl::android::hardware::automotive::vehicle::VehiclePropValue>;
191 RecyclableType obtain(aidl::android::hardware::automotive::vehicle::VehiclePropertyType type);
198 RecyclableType obtain(aidl::android::hardware::automotive::vehicle::VehiclePropertyType type,
204 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& src);
223 aidl::android::hardware::automotive::vehicle::VehiclePropertyType type) { in isSingleValueType()
224 return type == aidl::android::hardware::automotive::vehicle::VehiclePropertyType::BOOLEAN || in isSingleValueType()
225 type == aidl::android::hardware::automotive::vehicle::VehiclePropertyType::INT32 || in isSingleValueType()
226 type == aidl::android::hardware::automotive::vehicle::VehiclePropertyType::INT64 || in isSingleValueType()
227 type == aidl::android::hardware::automotive::vehicle::VehiclePropertyType::FLOAT; in isSingleValueType()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/include/
DProtoMessageConverter.h32 namespace vehicle {
37 const ::aidl::android::hardware::automotive::vehicle::VehiclePropConfig& inAidlConfig,
38 ::android::hardware::automotive::vehicle::proto::VehiclePropConfig* outProtoConfig);
41 const ::android::hardware::automotive::vehicle::proto::VehiclePropConfig& inProtoConfig,
42 ::aidl::android::hardware::automotive::vehicle::VehiclePropConfig* outAidlConfig);
44 void aidlToProto(const ::aidl::android::hardware::automotive::vehicle::VehiclePropValue& inAidlVal,
45 ::android::hardware::automotive::vehicle::proto::VehiclePropValue* outProtoVal);
48 const ::android::hardware::automotive::vehicle::proto::VehiclePropValue& inProtoVal,
49 ::aidl::android::hardware::automotive::vehicle::VehiclePropValue* outAidlVal);
51 void aidlToProto(const ::aidl::android::hardware::automotive::vehicle::SubscribeOptions& in,
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/include/
DUserHalHelper.h31 namespace vehicle {
42 android::base::Result<aidl::android::hardware::automotive::vehicle::InitialUserInfoRequest>
44 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& propValue);
45 android::base::Result<aidl::android::hardware::automotive::vehicle::SwitchUserRequest>
47 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& propValue);
48 android::base::Result<aidl::android::hardware::automotive::vehicle::CreateUserRequest>
50 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& propValue);
51 android::base::Result<aidl::android::hardware::automotive::vehicle::RemoveUserRequest>
53 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& propValue);
54 android::base::Result<aidl::android::hardware::automotive::vehicle::UserIdentificationGetRequest>
[all …]
DFakeUserHal.h34 namespace vehicle {
55 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& value);
61 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& value) const;
100 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& value);
104 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& value);
108 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& value);
113 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& value);
118 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& value) const;
122 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& request);
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/
DAndroid.bp29 visibility: ["//hardware/interfaces/automotive/vehicle:__subpackages__"],
38 …cmd: "$(location aprotoc) -Ihardware/interfaces/automotive/vehicle/aidl/impl/proto -Iexternal/prot…
43 "android/hardware/automotive/vehicle/DumpOptions.pb.h",
44 "android/hardware/automotive/vehicle/DumpResult.pb.h",
45 "android/hardware/automotive/vehicle/StatusCode.pb.h",
46 "android/hardware/automotive/vehicle/VehicleAreaConfig.pb.h",
47 "android/hardware/automotive/vehicle/VehiclePropConfig.pb.h",
48 "android/hardware/automotive/vehicle/VehiclePropertyAccess.pb.h",
49 "android/hardware/automotive/vehicle/VehiclePropertyChangeMode.pb.h",
50 "android/hardware/automotive/vehicle/VehiclePropertyStatus.pb.h",
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/
DIVehicleHardware.h28 namespace vehicle {
44 aidl::android::hardware::automotive::vehicle::StatusCode errorCode;
56 std::vector<aidl::android::hardware::automotive::vehicle::SetValueResult>)>;
58 std::vector<aidl::android::hardware::automotive::vehicle::GetValueResult>)>;
60 std::vector<aidl::android::hardware::automotive::vehicle::VehiclePropValue>)>;
66 virtual std::vector<aidl::android::hardware::automotive::vehicle::VehiclePropConfig>
72 virtual aidl::android::hardware::automotive::vehicle::StatusCode setValues(
74 const std::vector<aidl::android::hardware::automotive::vehicle::SetValueRequest>&
80 virtual aidl::android::hardware::automotive::vehicle::StatusCode getValues(
82 const std::vector<aidl::android::hardware::automotive::vehicle::GetValueRequest>&
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.h40 namespace vehicle {
48 std::vector<aidl::android::hardware::automotive::vehicle::VehiclePropConfig>
50 aidl::android::hardware::automotive::vehicle::StatusCode setValues(
52 const std::vector<aidl::android::hardware::automotive::vehicle::SetValueRequest>&
54 aidl::android::hardware::automotive::vehicle::StatusCode getValues(
56 const std::vector<aidl::android::hardware::automotive::vehicle::GetValueRequest>&
59 aidl::android::hardware::automotive::vehicle::StatusCode checkHealth() override;
63 aidl::android::hardware::automotive::vehicle::StatusCode subscribe(
64 aidl::android::hardware::automotive::vehicle::SubscribeOptions options) override;
65 aidl::android::hardware::automotive::vehicle::StatusCode unsubscribe(int32_t propId,
[all …]
DMockVehicleCallback.h33 namespace vehicle {
47 : public aidl::android::hardware::automotive::vehicle::BnVehicleCallback {
50 const aidl::android::hardware::automotive::vehicle::GetValueResults& results) override;
52 const aidl::android::hardware::automotive::vehicle::SetValueResults& results) override;
54 const aidl::android::hardware::automotive::vehicle::VehiclePropValues&,
57 const aidl::android::hardware::automotive::vehicle::VehiclePropErrors&) override;
60 std::optional<aidl::android::hardware::automotive::vehicle::GetValueResults>
62 std::optional<aidl::android::hardware::automotive::vehicle::SetValueResults>
64 std::optional<aidl::android::hardware::automotive::vehicle::VehiclePropValues>
67 std::optional<aidl::android::hardware::automotive::vehicle::VehiclePropErrors>
[all …]
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicle.aidl34 package android.hardware.automotive.vehicle;
37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs()
38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs()
39 …d getValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in getValues()
40 …d setValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in setValues()
41 …ubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in subscribe()
42 …void unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propId… in unsubscribe()
43 …void returnSharedMemory(in android.hardware.automotive.vehicle.IVehicleCallback callback, long sha… in returnSharedMemory()
DVehiclePropConfig.aidl34 package android.hardware.automotive.vehicle;
38 …android.hardware.automotive.vehicle.VehiclePropertyAccess access = android.hardware.automotive.veh…
39 …android.hardware.automotive.vehicle.VehiclePropertyChangeMode changeMode = android.hardware.automo…
40 android.hardware.automotive.vehicle.VehicleAreaConfig[] areaConfigs;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DIVehicle.aidl34 package android.hardware.automotive.vehicle;
37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs()
38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs()
39 …d getValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in getValues()
40 …d setValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in setValues()
41 …ubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in subscribe()
42 …void unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propId… in unsubscribe()
43 …void returnSharedMemory(in android.hardware.automotive.vehicle.IVehicleCallback callback, long sha… in returnSharedMemory()
DVehiclePropConfig.aidl34 package android.hardware.automotive.vehicle;
38 …android.hardware.automotive.vehicle.VehiclePropertyAccess access = android.hardware.automotive.veh…
39 …android.hardware.automotive.vehicle.VehiclePropertyChangeMode changeMode = android.hardware.automo…
40 android.hardware.automotive.vehicle.VehicleAreaConfig[] areaConfigs;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DIVehicle.aidl34 package android.hardware.automotive.vehicle;
37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs()
38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs()
39 …d getValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in getValues()
40 …d setValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in setValues()
41 …ubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in subscribe()
42 …void unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propId… in unsubscribe()
43 …void returnSharedMemory(in android.hardware.automotive.vehicle.IVehicleCallback callback, long sha… in returnSharedMemory()
DVehiclePropConfig.aidl34 package android.hardware.automotive.vehicle;
38 …android.hardware.automotive.vehicle.VehiclePropertyAccess access = android.hardware.automotive.veh…
39 …android.hardware.automotive.vehicle.VehiclePropertyChangeMode changeMode = android.hardware.automo…
40 android.hardware.automotive.vehicle.VehicleAreaConfig[] areaConfigs;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicle.aidl34 package android.hardware.automotive.vehicle;
37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs()
38 android.hardware.automotive.vehicle.VehiclePropConfigs getPropConfigs(in int[] props); in getPropConfigs()
39 …d getValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in getValues()
40 …d setValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in setValues()
41 …ubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.aut… in subscribe()
42 …void unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propId… in unsubscribe()
43 …void returnSharedMemory(in android.hardware.automotive.vehicle.IVehicleCallback callback, long sha… in returnSharedMemory()
DVehiclePropConfig.aidl34 package android.hardware.automotive.vehicle;
38 …android.hardware.automotive.vehicle.VehiclePropertyAccess access = android.hardware.automotive.veh…
39 …android.hardware.automotive.vehicle.VehiclePropertyChangeMode changeMode = android.hardware.automo…
40 android.hardware.automotive.vehicle.VehicleAreaConfig[] areaConfigs;
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h47 namespace vehicle {
62 std::vector<aidl::android::hardware::automotive::vehicle::VehiclePropConfig>
68 aidl::android::hardware::automotive::vehicle::StatusCode setValues(
70 const std::vector<aidl::android::hardware::automotive::vehicle::SetValueRequest>&
76 aidl::android::hardware::automotive::vehicle::StatusCode getValues(
78 const std::vector<aidl::android::hardware::automotive::vehicle::GetValueRequest>&
85 aidl::android::hardware::automotive::vehicle::StatusCode checkHealth() override;
97 aidl::android::hardware::automotive::vehicle::StatusCode subscribe(
98 aidl::android::hardware::automotive::vehicle::SubscribeOptions options) override;
101 aidl::android::hardware::automotive::vehicle::StatusCode unsubscribe(int32_t propId,
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp31 "android.hardware.automotive.vehicle@2.0",
58 name: "android.hardware.automotive.vehicle@2.0-manager-lib",
79 "android.hardware.automotive.vehicle@2.0-libproto-native",
85 name: "android.hardware.automotive.vehicle@2.0-default-impl-lib",
104 "android.hardware.automotive.vehicle@2.0-fake-user-hal-lib",
105 "android.hardware.automotive.vehicle@2.0-manager-lib",
113 "android.hardware.automotive.vehicle@2.0-libproto-native",
119 name: "android.hardware.automotive.vehicle@2.0-server-common-lib",
133 "android.hardware.automotive.vehicle@2.0-libproto-native",
139 name: "android.hardware.automotive.vehicle@2.0-server-impl-lib",
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp26 namespace android::hardware::automotive::vehicle::V2_0::fuzzer { namespace
35 using ::android::hardware::automotive::vehicle::V2_0::DiagnosticFloatSensorIndex;
36 using ::android::hardware::automotive::vehicle::V2_0::DiagnosticIntegerSensorIndex;
37 using ::android::hardware::automotive::vehicle::V2_0::kCustomComplexProperty;
38 using ::android::hardware::automotive::vehicle::V2_0::kVehicleProperties;
39 using ::android::hardware::automotive::vehicle::V2_0::MockedVehicleCallback;
40 using ::android::hardware::automotive::vehicle::V2_0::Obd2SensorStore;
41 using ::android::hardware::automotive::vehicle::V2_0::recyclable_ptr;
42 using ::android::hardware::automotive::vehicle::V2_0::StatusCode;
43 using ::android::hardware::automotive::vehicle::V2_0::SubscribeFlags;
[all …]
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl17 package android.hardware.automotive.vehicle;
19 import android.hardware.automotive.vehicle.GetValueResults;
20 import android.hardware.automotive.vehicle.SetValueResults;
21 import android.hardware.automotive.vehicle.StatusCode;
22 import android.hardware.automotive.vehicle.VehiclePropErrors;
23 import android.hardware.automotive.vehicle.VehiclePropValues;
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/src/
DJsonConfigLoader.cpp33 namespace vehicle { namespace
37 using ::aidl::android::hardware::automotive::vehicle::AccessForVehicleProperty;
38 using ::aidl::android::hardware::automotive::vehicle::AutomaticEmergencyBrakingState;
39 using ::aidl::android::hardware::automotive::vehicle::BlindSpotWarningState;
40 using ::aidl::android::hardware::automotive::vehicle::CameraServiceState;
41 using ::aidl::android::hardware::automotive::vehicle::ChangeModeForVehicleProperty;
42 using ::aidl::android::hardware::automotive::vehicle::CrossTrafficMonitoringWarningState;
43 using ::aidl::android::hardware::automotive::vehicle::CruiseControlCommand;
44 using ::aidl::android::hardware::automotive::vehicle::CruiseControlState;
45 using ::aidl::android::hardware::automotive::vehicle::CruiseControlType;
[all …]

12345678910>>...35