Home
last modified time | relevance | path

Searched refs:bus_type_ (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/gamepad/
H A Dgamepad_device_linux.h54 GamepadBusType GetBusType() const { return bus_type_; } in GetBusType()
176 GamepadBusType bus_type_ = GAMEPAD_BUS_UNKNOWN; variable
H A Dnintendo_controller.h156 GamepadBusType GetBusType() const { return bus_type_; } in GetBusType()
372 GamepadBusType bus_type_ = GAMEPAD_BUS_UNKNOWN; variable
H A Ddualshock4_controller.h60 GamepadBusType bus_type_; variable
H A Ddualshock4_controller.cc129 bus_type_(bus_type), in Dualshock4Controller()
217 if (bus_type_ == GAMEPAD_BUS_BLUETOOTH && in SetVibration()
H A Dgamepad_device_linux.cc420 version_number_, bus_type_); in GetMappingFunction()
528 bus_type_ = GetEvdevBusType(evdev_fd_); in OpenEvdevNode()
606 if (GetHidrawDevinfo(hidraw_fd_, &bus_type_, &product_name, &vendor_id, in InitializeHidraw()
618 gamepad_id, bus_type_, std::make_unique<HidWriterLinux>(hidraw_fd_)); in InitializeHidraw()
H A Dgamepad_device_mac.h96 GamepadBusType bus_type_; variable
H A Dnintendo_controller.cc851 bus_type_(GAMEPAD_BUS_UNKNOWN), in NintendoController()
856 bus_type_ = BusTypeFromDeviceInfo(device_info_.get()); in NintendoController()
883 bus_type_ = composite_left_->GetBusType(); in NintendoController()
1026 /*hid_specification_version=*/0, /*version_number=*/0, bus_type_); in GetMappingFunction()
1032 /*hid_specification_version=*/0, /*version_number=*/0, bus_type_); in GetMappingFunction()
1216 switch (bus_type_) { in StartInitSequence()
1251 if (bus_type_ == GAMEPAD_BUS_USB && report_id == kUsbReportIdInput81) in HandleInputReport()
H A Dgamepad_device_mac.mm98 bus_type_(QueryBusType(device_ref_)),
106 gamepad_id, bus_type_, std::make_unique<HidWriterMac>(device_ref));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/gamepad/
H A Dgamepad_device_linux.h54 GamepadBusType GetBusType() const { return bus_type_; } in GetBusType()
187 GamepadBusType bus_type_ = GAMEPAD_BUS_UNKNOWN; variable
H A Dnintendo_controller.h156 GamepadBusType GetBusType() const { return bus_type_; } in GetBusType()
372 GamepadBusType bus_type_ = GAMEPAD_BUS_UNKNOWN; variable
H A Ddualshock4_controller.h62 GamepadBusType bus_type_; variable
H A Dgamepad_device_linux.cc366 version_number_, bus_type_); in GetMappingFunction()
473 bus_type_ = GetEvdevBusType(evdev_fd_); in OpenEvdevNode()
550 if (GetHidrawDevinfo(hidraw_fd_, &bus_type_, &vendor_id, &product_id)) { in InitializeHidraw()
559 vendor_id, product_id, bus_type_, in InitializeHidraw()
H A Ddualshock4_controller.cc131 bus_type_(bus_type), in Dualshock4Controller()
221 if (bus_type_ == GAMEPAD_BUS_BLUETOOTH && in SetVibration()
H A Dgamepad_device_mac.h95 GamepadBusType bus_type_; variable
H A Dnintendo_controller.cc817 bus_type_(GAMEPAD_BUS_UNKNOWN), in NintendoController()
822 bus_type_ = BusTypeFromDeviceInfo(device_info_.get()); in NintendoController()
848 bus_type_ = composite_left_->GetBusType(); in NintendoController()
988 /*hid_specification_version=*/0, /*version_number=*/0, bus_type_); in GetMappingFunction()
992 /*hid_specification_version=*/0, /*version_number=*/0, bus_type_); in GetMappingFunction()
1172 switch (bus_type_) { in StartInitSequence()
1207 if (bus_type_ == GAMEPAD_BUS_USB && report_id == kUsbReportIdInput81) in HandleInputReport()
H A Dgamepad_device_mac.mm96 bus_type_(QueryBusType(device_ref_)),
101 vendor_id, product_id, bus_type_,
/dports/www/chromium-legacy/chromium-88.0.4324.182/dbus/
H A Dbus.cc158 : bus_type_(options.bus_type), in Bus()
378 if (bus_type_ == CUSTOM_ADDRESS) { in Connect()
385 const DBusBusType dbus_bus_type = static_cast<DBusBusType>(bus_type_); in Connect()
398 if (bus_type_ == CUSTOM_ADDRESS) { in Connect()
H A Dbus.h723 const BusType bus_type_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/dbus/
H A Dbus.cc158 : bus_type_(options.bus_type), in Bus()
378 if (bus_type_ == CUSTOM_ADDRESS) { in Connect()
385 const DBusBusType dbus_bus_type = static_cast<DBusBusType>(bus_type_); in Connect()
398 if (bus_type_ == CUSTOM_ADDRESS) { in Connect()
H A Dbus.h723 const BusType bus_type_; variable