Searched refs:EmulatedVehicleHal (Results 1 – 4 of 4) sorted by relevance
91 EmulatedVehicleHal::EmulatedVehicleHal(VehiclePropertyStore* propStore) in EmulatedVehicleHal() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal95 std::bind(&EmulatedVehicleHal::onContinuousPropertyTimer, this, std::placeholders::_1)), in EmulatedVehicleHal()97 std::bind(&EmulatedVehicleHal::onFakeValueGenerated, this, std::placeholders::_1)) { in EmulatedVehicleHal()104 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::get( in get()132 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) { in set()243 void EmulatedVehicleHal::onCreate() { in onCreate()296 std::vector<VehiclePropConfig> EmulatedVehicleHal::listProperties() { in listProperties()300 void EmulatedVehicleHal::onContinuousPropertyTimer(const std::vector<int32_t>& properties) { in onContinuousPropertyTimer()322 StatusCode EmulatedVehicleHal::subscribe(int32_t property, float sampleRate) { in subscribe()331 StatusCode EmulatedVehicleHal::unsubscribe(int32_t property) { in unsubscribe()[all …]
45 class EmulatedVehicleHal : public EmulatedVehicleHalIface {47 EmulatedVehicleHal(VehiclePropertyStore* propStore);48 ~EmulatedVehicleHal() = default;
32 auto hal = std::make_unique<impl::EmulatedVehicleHal>(store.get()); in main()
61 "impl/vhal_v2_0/EmulatedVehicleHal.cpp",