Searched refs:DeviceAt (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DDeviceList.h23 void * DeviceAt(int32 index);
H A DDeviceList.cpp146 DeviceList::DeviceAt(int32 index) function in class:DeviceList
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp225 // DeviceAt
235 BDiskDeviceList::DeviceAt(int32 index) const function in class:BDiskDeviceList
257 for (int32 i = 0; BDiskDevice *device = DeviceAt(i); i++) {
282 for (int32 i = 0; BDiskDevice *device = DeviceAt(i); i++) {
/haiku/headers/private/storage/
H A DDiskDeviceList.h36 BDiskDevice *DeviceAt(int32 index) const;
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp198 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->DeviceAt(i);

Completed in 60 milliseconds