Home
last modified time | relevance | path

Searched refs:BUS_USB (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputDevice.cpp45 case BUS_USB: in getInputBus()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput.h108 #define BUS_USB 0x03 macro
/aosp12/frameworks/native/services/inputflinger/tests/
H A DUinputDevice.cpp42 device.id.bustype = BUS_USB; in init()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidRawDevice.cpp122 case BUS_USB: in populateDeviceInfo()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp507 return identifier.bus == BUS_USB || identifier.bus == BUS_BLUETOOTH; in isExternalDeviceLocked()