Home
last modified time | relevance | path

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

/device/generic/car/emulator/usbpt/protocan/protocanbus/
DExtraCanClient.cpp49 ExtraCanClient::ExtraCanClient() : CanClient("aae") {} in ExtraCanClient() function in android::hardware::automotive::vehicle::V2_0::impl::ExtraCanClient
51 void ExtraCanClient::onReady(const sp<ICanBus>& canBus) { in onReady()
57 void ExtraCanClient::appendKeyInput(std::vector<VehiclePropValue>& props, int32_t keyCode, bool key… in appendKeyInput()
73 void ExtraCanClient::appendRepeatedKeyInput(std::vector<VehiclePropValue>& props, int32_t keyCode, in appendRepeatedKeyInput()
98 ::android::hardware::Return<void> ExtraCanClient::onReceive(const CanMessage& message) { in onReceive()
DExtraCanClient.h13 class ExtraCanClient : public can::V1_0::utils::CanClient {
15 ExtraCanClient();
Dservice.cpp24 std::shared_ptr<VehicleBus> vehicleBus = ::ndk::SharedRefBase::make<ExtraCanClient>(); in protocanbusService()
DAndroid.bp38 "ExtraCanClient.cpp",