OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endpoint_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/usb/
usb_device_handle.h
137
// Refresh
endpoint_map_
after ClaimInterface, ReleaseInterface and
175
EndpointMap
endpoint_map_
;
member in class:UsbDeviceHandle
usb_device_handle.cc
527
endpoint_map_
.clear();
536
endpoint_map_
[endpoint->GetAddress()] = it->first;
544
if (ContainsKey(
endpoint_map_
, address))
545
return claimed_interfaces_[
endpoint_map_
[address]];
Completed in 225 milliseconds