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.cpp90 EmulatedVehicleHal::EmulatedVehicleHal(VehiclePropertyStore* propStore) in EmulatedVehicleHal() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
94 std::bind(&EmulatedVehicleHal::onContinuousPropertyTimer, this, std::placeholders::_1)), in EmulatedVehicleHal()
96 std::bind(&EmulatedVehicleHal::onFakeValueGenerated, this, std::placeholders::_1)) { in EmulatedVehicleHal()
103 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::get( in get()
131 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) { in set()
223 void EmulatedVehicleHal::onCreate() { in onCreate()
274 std::vector<VehiclePropConfig> EmulatedVehicleHal::listProperties() { in listProperties()
278 void EmulatedVehicleHal::onContinuousPropertyTimer(const std::vector<int32_t>& properties) { in onContinuousPropertyTimer()
300 StatusCode EmulatedVehicleHal::subscribe(int32_t property, float sampleRate) { in subscribe()
309 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.bp62 "impl/vhal_v2_0/EmulatedVehicleHal.cpp",