Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawDevice.cpp123 info.busType = "USB"; in populateDeviceInfo()
126 info.busType = "HIL"; in populateDeviceInfo()
129 info.busType = "Bluetooth"; in populateDeviceInfo()
132 info.busType = "Virtual"; in populateDeviceInfo()
135 info.busType = "Other"; in populateDeviceInfo()
DHidDevice.h34 std::string busType; in REF_BASE() member
DHidRawSensor.cpp418 ss << info.busType << " " in initFeatureValueFromHidDeviceInfo()
/hardware/libhardware/tests/input/evdev/
DInputMocks.h50 void setBusType(uint16_t busType) { mBusType = busType; } in setBusType() argument
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
DHidRawSensorTest.cpp46 .busType = "USB", in HidRawDummyDevice()