Searched refs:EmulatedVehicleHal (Results 1 – 4 of 4) sorted by relevance
99 EmulatedVehicleHal::EmulatedVehicleHal(VehiclePropertyStore* propStore, VehicleHalClient* client, in EmulatedVehicleHal() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal119 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 …]
47 class EmulatedVehicleHal : public EmulatedVehicleHalIface {49 EmulatedVehicleHal(VehiclePropertyStore* propStore, VehicleHalClient* client,51 ~EmulatedVehicleHal() = default;
36 auto hal = std::make_unique<impl::EmulatedVehicleHal>(store.get(), connector.get(), userHal); in main()
85 "impl/vhal_v2_0/EmulatedVehicleHal.cpp",