Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/usb/
Dusb_interface.h107 scoped_refptr<const UsbInterfaceAltSettingDescriptor> GetAltSetting(
Dusb_interface.cc138 UsbInterfaceDescriptor::GetAltSetting(size_t index) const { in GetAltSetting() function in UsbInterfaceDescriptor
Dusb_device_handle.cc531 interfaces_->GetInterface(it->first)->GetAltSetting( in RefreshEndpointMap()
/external/chromium_org/chrome/browser/devtools/adb/
Dandroid_usb_device.cc56 interface->GetAltSetting(0); in IsAndroidInterface()
73 interface->GetAltSetting(0); in ClaimInterface()
/external/chromium_org/chrome/browser/extensions/api/usb/
Dusb_api.cc766 = usb_interface->GetAltSetting(j); in AsyncWorkStart()