HomeSort by relevance Sort by last modified time
    Searched refs:endpoint_map_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/usb/
usb_device_handle.h 136 // Refresh endpoint_map_ after ClaimInterface, ReleaseInterface and
174 EndpointMap endpoint_map_; member in class:UsbDeviceHandle
usb_device_handle.cc 524 endpoint_map_.clear();
533 endpoint_map_[endpoint->GetAddress()] = it->first;
541 if (ContainsKey(endpoint_map_, address))
542 return claimed_interfaces_[endpoint_map_[address]];

Completed in 57 milliseconds