Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DInputMocks.cpp35 node->setBusType(0); in getElanTouchscreen()
60 node->setBusType(0); in getLidInput()
79 node->setBusType(0); in getButtonJack()
98 node->setBusType(0); in getHeadsetJack()
122 node->setBusType(0); in getH2wButton()
140 node->setBusType(0x0019); in getGpioKeys()
162 node->setBusType(0x0019); in getGpioKeys()
180 node->setBusType(0x0019); in getMidPowerBtn()
198 node->setBusType(0x0005); in getNexusRemote()
217 node->setBusType(0x0005); in getAsusGamepad()
DInputMocks.h50 void setBusType(uint16_t busType) { mBusType = busType; } in setBusType() function