Home
last modified time | relevance | path

Searched refs:EmulatedVehicleHal (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp99 EmulatedVehicleHal::EmulatedVehicleHal(VehiclePropertyStore* propStore, VehicleHalClient* client, in EmulatedVehicleHal() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
119 void EmulatedVehicleHal::getAllPropertiesOverride() { in getAllPropertiesOverride()
137 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::get( in get()
199 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) { in set()
283 void EmulatedVehicleHal::onCreate() { in onCreate()
329 std::vector<VehiclePropConfig> EmulatedVehicleHal::listProperties() { in listProperties()
368 StatusCode EmulatedVehicleHal::unsubscribe(int32_t property) { in unsubscribe()
376 bool EmulatedVehicleHal::isContinuousProperty(int32_t propId) const { in isContinuousProperty()
390 std::vector<VehiclePropValue> EmulatedVehicleHal::getAllProperties() const { in getAllProperties()
403 void EmulatedVehicleHal::initStaticConfig() { in initStaticConfig()
[all …]
H A DEmulatedVehicleHal.h47 class EmulatedVehicleHal : public EmulatedVehicleHalIface {
49 EmulatedVehicleHal(VehiclePropertyStore* propStore, VehicleHalClient* client,
51 ~EmulatedVehicleHal() = default;
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/
H A DVehicleService.cpp36 auto hal = std::make_unique<impl::EmulatedVehicleHal>(store.get(), connector.get(), userHal); in main()
H A DAndroid.bp85 "impl/vhal_v2_0/EmulatedVehicleHal.cpp",