Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.h70 virtual uint16_t getBusType() const = 0;
DInputDevice.cpp46 switch (node->getBusType()) { in getInputBus()
DInputHub.cpp100 virtual uint16_t getBusType() const override { return mBusType; } in getBusType() function in android::EvdevDeviceNode
/hardware/libhardware/tests/input/evdev/
DInputMocks.h45 virtual uint16_t getBusType() const override { return mBusType; } in getBusType() function