Home | History | Annotate | Download | only in usb

Lines Matching defs:recipient

44 using usb::Recipient;
69 static const char kErrorConvertRecipient[] = "Invalid transfer recipient.";
207 static bool ConvertRecipient(const Recipient& input,
402 const Recipient& input, UsbDeviceHandle::TransferRecipient* output) {
789 UsbDeviceHandle::TransferRecipient recipient;
794 !ConvertRecipientSafely(transfer.recipient, &recipient)) {
814 recipient,