Searched refs:ExtraCanClient (Results 1 – 4 of 4) sorted by relevance
49 ExtraCanClient::ExtraCanClient() : CanClient("aae") {} in ExtraCanClient() function in android::hardware::automotive::vehicle::V2_0::impl::ExtraCanClient51 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()
13 class ExtraCanClient : public can::V1_0::utils::CanClient {15 ExtraCanClient();
24 std::shared_ptr<VehicleBus> vehicleBus = ::ndk::SharedRefBase::make<ExtraCanClient>(); in protocanbusService()
38 "ExtraCanClient.cpp",