Searched refs:CountDevices (Results 1 - 19 of 19) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DDeviceList.h22 int32 CountDevices(const char *baseName = NULL);
H A DDeviceList.cpp126 DeviceList::CountDevices(const char *baseName) function in class:DeviceList
/haiku/src/tests/kits/device/bserial/
H A DSerialIO.cpp36 int32 portCount = port.CountDevices();
/haiku/headers/os/device/
H A DJoystick.h40 int32 CountDevices();
46 // as enumerated by CountDevices() and
H A DSerialPort.h105 int32 CountDevices();
/haiku/headers/private/storage/
H A DDiskDeviceList.h35 int32 CountDevices() const;
/haiku/headers/os/midi/
H A DMidiPort.h57 int32 CountDevices();
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp151 int32 numDevices = stick->CountDevices();
152 BString temp1("BJoystick::CountDevices()");
189 count = stick->CountDevices();
190 temp1 << "BJoystick::CountDevices(), number of Devices = "
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h81 int32 CountDevices();
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DSerialMouse.cpp80 fPortsCount = fSerialPort->CountDevices() - 1;
/haiku/src/kits/midi/
H A DMidiPort.cpp236 BMidiPort::CountDevices() function in class:BMidiPort
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp212 // CountDevices
220 BDiskDeviceList::CountDevices() const function in class:BDiskDeviceList
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp108 int count = serial->CountDevices();
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp197 for (int32 i = 0; i < gDeviceList->CountDevices(); i++) {
/haiku/src/kits/device/
H A DSerialPort.cpp493 BSerialPort::CountDevices() function in class:BSerialPort
H A DJoystick.cpp289 BJoystick::CountDevices() function in class:BJoystick
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp111 int32 nr = fJoystick->CountDevices();
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp289 int deviceCount = serialPort.CountDevices();
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp840 KDiskDeviceManager::CountDevices() function in class:KDiskDeviceManager

Completed in 299 milliseconds