Searched refs:AlternateAt (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp119 const BUSBInterface *alternate = interface->AlternateAt(alt);
/haiku/src/kits/device/
H A DUSBInterface.cpp180 BUSBInterface::AlternateAt(uint32 alternateIndex) const function in class:BUSBInterface
/haiku/headers/os/device/
H A DUSBKit.h257 // AlternateAt() returns the interface descriptor of the alternate
262 // interface you get through AlternateAt(). Even if you switch to that
264 // AlternateAt(). Instead switch to that alternate using the interface
276 const BUSBInterface * AlternateAt(uint32 alternateIndex) const;
/haiku/src/bin/listusb/
H A Dlistusb.cpp152 const BUSBInterface* alternate = interface->AlternateAt(j);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp708 const BUSBInterface* alt = intf->AlternateAt(l);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp711 const BUSBInterface* alternate = streaming->AlternateAt(i);

Completed in 122 milliseconds