Searched refs:SetAlternate (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp143 ((BUSBInterface*)interface)->SetAlternate(alt);
/haiku/src/kits/device/
H A DUSBInterface.cpp222 BUSBInterface::SetAlternate(uint32 alternateIndex) function in class:BUSBInterface
/haiku/headers/os/device/
H A DUSBKit.h269 // With SetAlternate() you can switch this BUSBInterface object to the
277 status_t SetAlternate(uint32 alternateIndex);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp734 if (((BUSBInterface*)streaming)->SetAlternate(alternateIndex) != B_OK) {
754 if (((BUSBInterface*)streaming)->SetAlternate(0) != B_OK) {

Completed in 54 milliseconds