Home
last modified time | relevance | path

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

/device/generic/car/emulator/usbpt/protocan/protocanbus/
DExtraCanClient.cpp119 static std::set<int> oldButtons; in onReceive() local
122 if (oldButtons.count(key) == 0) { in onReceive()
126 for (int key : oldButtons) { in onReceive()
131 oldButtons = newButtons; in onReceive()