Searched refs:busType (Results 1 – 5 of 5) sorted by relevance
123 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()
34 std::string busType; in REF_BASE() member
420 ss << info.busType << " " in initFeatureValueFromHidDeviceInfo()
50 void setBusType(uint16_t busType) { mBusType = busType; } in setBusType() argument
46 .busType = "USB", in HidRawDummyDevice()