Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DInputMocks.cpp58 node->setLocation("/dev/input/lid_indev"); in getLidInput()
77 node->setLocation("ALSA"); in getButtonJack()
96 node->setLocation("ALSA"); in getHeadsetJack()
138 node->setLocation("gpio-keys/input0"); in getGpioKeys()
160 node->setLocation("gpio-keys/input0"); in getGpioKeys()
178 node->setLocation("power-button/input0"); in getMidPowerBtn()
DInputMocks.h42 void setLocation(const std::string& location) { mLocation = location; } in setLocation() function