Home
last modified time | relevance | path

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

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