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

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_entry.hpp 40 typedef typename InternetProtocol::endpoint endpoint_type; typedef in class:asio::ip::basic_resolver_entry
48 basic_resolver_entry(const endpoint_type& ep,
57 endpoint_type endpoint() const
63 operator endpoint_type() const
81 endpoint_type endpoint_;
basic_resolver.hpp 48 typedef typename InternetProtocol::endpoint endpoint_type; typedef in class:asio::ip::basic_resolver
184 iterator resolve(const endpoint_type& e)
211 iterator resolve(const endpoint_type& e, asio::error_code& ec)
247 async_resolve(const endpoint_type& e,
resolver_service.hpp 41 typedef typename InternetProtocol::endpoint endpoint_type; typedef in class:asio::ip::resolver_service
109 const endpoint_type& endpoint, asio::error_code& ec)
118 async_resolve(implementation_type& impl, const endpoint_type& endpoint,
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 51 typedef typename Protocol::endpoint endpoint_type; typedef in class:asio::detail::reactive_socket_service
62 : protocol_(endpoint_type().protocol())
83 other_impl.protocol_ = endpoint_type().protocol();
94 other_impl.protocol_ = endpoint_type().protocol();
137 const endpoint_type& endpoint, asio::error_code& ec)
169 endpoint_type local_endpoint(const implementation_type& impl,
172 endpoint_type endpoint;
175 return endpoint_type();
181 endpoint_type remote_endpoint(const implementation_type& impl,
184 endpoint_type endpoint
    [all...]
resolve_endpoint_op.hpp 38 typedef typename Protocol::endpoint endpoint_type; typedef in class:asio::detail::resolve_endpoint_op
42 const endpoint_type& endpoint, io_service_impl& ios, Handler& handler)
106 endpoint_type endpoint_;
resolver_service.hpp 39 typedef typename Protocol::endpoint endpoint_type; typedef in class:asio::detail::resolver_service
87 const endpoint_type& endpoint, asio::error_code& ec)
102 const endpoint_type& endpoint, Handler& handler)
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket.hpp 54 typedef typename Protocol::endpoint endpoint_type; typedef in class:asio::basic_socket
107 const endpoint_type& endpoint)
570 void bind(const endpoint_type& endpoint)
600 asio::error_code bind(const endpoint_type& endpoint,
629 void connect(const endpoint_type& peer_endpoint)
670 asio::error_code connect(const endpoint_type& peer_endpoint,
730 async_connect(const endpoint_type& peer_endpoint,
    [all...]
basic_socket_acceptor.hpp 67 typedef typename Protocol::endpoint endpoint_type; typedef in class:asio::basic_socket_acceptor
133 const endpoint_type& endpoint, bool reuse_addr = true)
367 void bind(const endpoint_type& endpoint)
397 asio::error_code bind(const endpoint_type& endpoint,
865 endpoint_type local_endpoint() const
868 endpoint_type ep = this->get_service().local_endpoint(
896 endpoint_type local_endpoint(asio::error_code& ec) const
925 peer, static_cast<endpoint_type*>(0), ec);
959 peer, static_cast<endpoint_type*>(0), ec);
    [all...]
socket_acceptor_service.hpp 38 typedef typename protocol_type::endpoint endpoint_type; typedef in class:asio::socket_acceptor_service
132 const endpoint_type& endpoint, asio::error_code& ec)
215 endpoint_type local_endpoint(const implementation_type& impl,
225 endpoint_type* peer_endpoint, asio::error_code& ec,
237 endpoint_type* peer_endpoint,
stream_socket_service.hpp 39 typedef typename Protocol::endpoint endpoint_type; typedef in class:asio::stream_socket_service
170 const endpoint_type& endpoint, asio::error_code& ec)
177 const endpoint_type& peer_endpoint, asio::error_code& ec)
187 const endpoint_type& peer_endpoint,
250 endpoint_type local_endpoint(const implementation_type& impl,
257 endpoint_type remote_endpoint(const implementation_type& impl,
basic_stream_socket.hpp 57 typedef typename Protocol::endpoint endpoint_type; typedef in class:asio::basic_stream_socket
107 const endpoint_type& endpoint)
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 272 info->endpoint_type = AdbEndpointTypeControl;
276 info->endpoint_type = AdbEndpointTypeIsochronous;
280 info->endpoint_type = AdbEndpointTypeBulk;
284 info->endpoint_type = AdbEndpointTypeInterrupt;
288 info->endpoint_type = AdbEndpointTypeInvalid;
  /development/host/windows/usb/api/
adb_api.h 71 AdbEndpointType endpoint_type; member in struct:_AdbEndpointInformation
adb_legacy_interface.cpp 84 if (AdbEndpointTypeBulk == pipe_info.endpoint_type) {
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 279 printf("\n endpoint_type = %u", pipe_info->endpoint_type);
281 switch (pipe_info->endpoint_type) {

Completed in 561 milliseconds