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/device/usb/
usb_device_handle_impl.h
98
// Refresh
endpoint_map_
after ClaimInterface, ReleaseInterface and
156
EndpointMap
endpoint_map_
;
member in class:device::UsbDeviceHandleImpl
usb_device_handle_impl.cc
477
endpoint_map_
.clear();
491
endpoint_map_
[endpointIt->address] = claimedIt->first;
501
if (ContainsKey(
endpoint_map_
, endpoint))
502
return claimed_interfaces_[
endpoint_map_
[endpoint]];
Completed in 61 milliseconds