Home
last modified time | relevance | path

Searched refs:GetAltSetting (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/usb_service/
Dusb_interface.h84 virtual scoped_refptr<const UsbInterfaceAltSettingDescriptor> GetAltSetting(
Dusb_interface_impl.cc144 UsbInterfaceDescriptorImpl::GetAltSetting(size_t index) const { in GetAltSetting() function in usb_service::UsbInterfaceDescriptorImpl
Dusb_interface_impl.h81 virtual scoped_refptr<const UsbInterfaceAltSettingDescriptor> GetAltSetting(
Dusb_device_handle_impl.cc609 ->GetAltSetting(it->second->alternate_setting()); in RefreshEndpointMap()
/external/chromium_org/chrome/browser/devtools/device/usb/
Dandroid_usb_device.cc67 interface->GetAltSetting(0); in IsAndroidInterface()
84 interface->GetAltSetting(0); in ClaimInterface()
Dandroid_usb_browsertest.cc186 virtual scoped_refptr<const UsbInterfaceAltSettingDescriptor> GetAltSetting( in GetAltSetting() function in __anon1ce6b0c70111::MockUsbInterfaceDescriptor
/external/chromium_org/extensions/browser/api/usb/
Dusb_api.cc767 usb_interface->GetAltSetting(j); in AsyncWorkStart()