Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp39 VehicleEmulator::VehicleEmulator(EmulatedVehicleHalIface* hal) : mHal{hal} { in VehicleEmulator() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleEmulator
53 VehicleEmulator::~VehicleEmulator() { in ~VehicleEmulator()
64 void VehicleEmulator::doSetValueFromClient(const VehiclePropValue& propValue) { in doSetValueFromClient()
77 void VehicleEmulator::doGetConfig(VehicleEmulator::EmulatorMessage const& rxMsg, in doGetConfig()
78 VehicleEmulator::EmulatorMessage& respMsg) { in doGetConfig()
96 void VehicleEmulator::doGetConfigAll(VehicleEmulator::EmulatorMessage const& /* rxMsg */, in doGetConfigAll()
97 VehicleEmulator::EmulatorMessage& respMsg) { in doGetConfigAll()
109 void VehicleEmulator::doGetProperty(VehicleEmulator::EmulatorMessage const& rxMsg, in doGetProperty()
110 VehicleEmulator::EmulatorMessage& respMsg) { in doGetProperty()
136 void VehicleEmulator::doGetPropertyAll(VehicleEmulator::EmulatorMessage const& /* rxMsg */, in doGetPropertyAll()
[all …]
DVehicleEmulator.h40 class VehicleEmulator; // Forward declaration. variable
48 void registerEmulator(VehicleEmulator* emulator) { in registerEmulator()
55 VehicleEmulator* getEmulatorOrDie() { in getEmulatorOrDie()
63 VehicleEmulator* mEmulator;
69 class VehicleEmulator : public MessageProcessor {
71 VehicleEmulator(EmulatedVehicleHalIface* hal);
72 virtual ~VehicleEmulator();
/hardware/interfaces/automotive/vehicle/2.0/default/
DVehicleService.cpp33 auto emulator = std::make_unique<impl::VehicleEmulator>(hal.get()); in main()
DAndroid.bp63 "impl/vhal_v2_0/VehicleEmulator.cpp",