Searched refs:EmulatedVehicleHal (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | EmulatedVehicleHal.cpp | 99 EmulatedVehicleHal::EmulatedVehicleHal(VehiclePropertyStore* propStore, VehicleHalClient* client, in EmulatedVehicleHal() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal 103 mRecurrentTimer(std::bind(&EmulatedVehicleHal::onContinuousPropertyTimer, this, in EmulatedVehicleHal() 108 mVehicleClient->registerPropertyValueCallback(std::bind(&EmulatedVehicleHal::onPropertyValue, in EmulatedVehicleHal() 119 void EmulatedVehicleHal::getAllPropertiesOverride() { in getAllPropertiesOverride() 137 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::get( in get() 195 bool EmulatedVehicleHal::dump(const hidl_handle& fd, const hidl_vec<hidl_string>& options) { in dump() 199 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) { in set() 283 void EmulatedVehicleHal::onCreate() { in onCreate() 329 std::vector<VehiclePropConfig> EmulatedVehicleHal::listProperties() { in listProperties() 333 void EmulatedVehicleHal::onContinuousPropertyTimer(const std::vector<int32_t>& properties) { in onContinuousPropertyTimer() [all …]
|
D | EmulatedVehicleHal.h | 47 class EmulatedVehicleHal : public EmulatedVehicleHalIface { 49 EmulatedVehicleHal(VehiclePropertyStore* propStore, VehicleHalClient* client, 51 ~EmulatedVehicleHal() = default;
|
/hardware/interfaces/automotive/vehicle/2.0/default/ |
D | VehicleService.cpp | 36 auto hal = std::make_unique<impl::EmulatedVehicleHal>(store.get(), connector.get(), userHal); in main()
|
D | Android.bp | 85 "impl/vhal_v2_0/EmulatedVehicleHal.cpp",
|