Home
last modified time | relevance | path

Searched defs:getBusType (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DInputMocks.h45 virtual uint16_t getBusType() const override { return mBusType; } in getBusType() function
/hardware/libhardware/modules/input/evdev/
DInputHub.cpp86 virtual uint16_t getBusType() const override { return mBusType; } in getBusType() function in android::EvdevDeviceNode