HomeSort by relevance Sort by last modified time
    Searched defs:EmulatedVehicleHal (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
EmulatedVehicleHal.h 45 class EmulatedVehicleHal : public EmulatedVehicleHalIface {
47 EmulatedVehicleHal(VehiclePropertyStore* propStore);
48 ~EmulatedVehicleHal() = default;
EmulatedVehicleHal.cpp 21 #include "EmulatedVehicleHal.h"
93 EmulatedVehicleHal::EmulatedVehicleHal(VehiclePropertyStore* propStore)
96 mRecurrentTimer(std::bind(&EmulatedVehicleHal::onContinuousPropertyTimer,
98 mFakeValueGenerator(std::bind(&EmulatedVehicleHal::onFakeValueGenerated,
106 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::get(
134 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) {
177 void EmulatedVehicleHal::onCreate() {
223 std::vector<VehiclePropConfig> EmulatedVehicleHal::listProperties() {
227 void EmulatedVehicleHal::onContinuousPropertyTimer(const std::vector<int32_t>& properties)
    [all...]

Completed in 375 milliseconds