Home
last modified time | relevance | path

Searched refs:appendKeyInput (Results 1 – 2 of 2) sorted by relevance

/device/generic/car/emulator/usbpt/protocan/protocanbus/
DExtraCanClient.cpp57 void ExtraCanClient::appendKeyInput(std::vector<VehiclePropValue>& props, int32_t keyCode, bool key… in appendKeyInput() function in android::hardware::automotive::vehicle::V2_0::impl::ExtraCanClient
76 appendKeyInput(props, keyCode, true); in appendRepeatedKeyInput()
77 appendKeyInput(props, keyCode, false); in appendRepeatedKeyInput()
123 appendKeyInput(props, key, true); in onReceive()
128 appendKeyInput(props, key, false); in onReceive()
DExtraCanClient.h23 void appendKeyInput(std::vector<VehiclePropValue>& props, int32_t keyCode,