Home
last modified time | relevance | path

Searched refs:GetEndpoint (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dp2ptransportchannel_unittest.cc319 channel->SetIceProtocolType(GetEndpoint(endpoint)->protocol_type()); in CreateChannel()
326 channel->SetIceRole(GetEndpoint(endpoint)->ice_role()); in CreateChannel()
327 channel->SetIceTiebreaker(GetEndpoint(endpoint)->GetIceTiebreaker()); in CreateChannel()
364 Endpoint* GetEndpoint(int endpoint) { in GetEndpoint() function in P2PTransportChannelTestBase
374 return GetEndpoint(endpoint)->allocator_.get(); in GetAllocator()
377 GetEndpoint(endpoint)->network_manager_.AddInterface(addr); in AddAddress()
380 GetEndpoint(endpoint)->network_manager_.RemoveInterface(addr); in RemoveAddress()
393 GetEndpoint(endpoint)->SetSignalingDelay(delay); in SetSignalingDelay()
396 GetEndpoint(endpoint)->SetIceProtocolType(type); in SetIceProtocol()
399 GetEndpoint(endpoint)->SetIceRole(role); in SetIceRole()
[all …]
/external/chromium_org/chrome/browser/usb/
Dusb_interface.h80 scoped_refptr<const UsbEndpointDescriptor> GetEndpoint(size_t index) const;
Dusb_interface.cc101 UsbInterfaceAltSettingDescriptor::GetEndpoint(size_t index) const { in GetEndpoint() function in UsbInterfaceAltSettingDescriptor
Dusb_device_handle.cc535 interface_desc->GetEndpoint(i); in RefreshEndpointMap()
/external/chromium_org/chrome/browser/devtools/adb/
Dandroid_usb_device.cc81 idesc->GetEndpoint(i); in ClaimInterface()
/external/chromium_org/chrome/browser/extensions/api/usb/
Dusb_api.cc771 = descriptor->GetEndpoint(k); in AsyncWorkStart()