Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp91 EmulatedVehicleHal::EmulatedVehicleHal(VehiclePropertyStore* propStore) in EmulatedVehicleHal() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
95 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 …]
DEmulatedVehicleHal.h45 class EmulatedVehicleHal : public EmulatedVehicleHalIface {
47 EmulatedVehicleHal(VehiclePropertyStore* propStore);
48 ~EmulatedVehicleHal() = default;
/hardware/interfaces/automotive/vehicle/2.0/default/
DVehicleService.cpp32 auto hal = std::make_unique<impl::EmulatedVehicleHal>(store.get()); in main()
DAndroid.bp61 "impl/vhal_v2_0/EmulatedVehicleHal.cpp",