Searched defs:service_type (Results 1 - 5 of 5) sorted by relevance

/external/parameter-framework/asio/include/asio/
H A Dbasic_io_object.hpp29 typedef IoObjectService service_type; typedef in class:asio::detail::service_has_move
30 typedef typename service_type::implementation_type implementation_type;
39 static_cast<service_type*>(0),
55 typedef IoObjectService service_type; typedef in class:asio::basic_io_object
58 typedef typename service_type::implementation_type implementation_type;
97 service_type& get_service()
103 const service_type& get_service() const
113 service_type& service;
141 typedef IoObjectService service_type; typedef in class:asio::basic_io_object
142 typedef typename service_type
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_io_object.hpp29 typedef IoObjectService service_type; typedef in class:asio::detail::service_has_move
30 typedef typename service_type::implementation_type implementation_type;
39 static_cast<service_type*>(0),
55 typedef IoObjectService service_type; typedef in class:asio::basic_io_object
58 typedef typename service_type::implementation_type implementation_type;
97 service_type& get_service()
103 const service_type& get_service() const
113 service_type& service;
141 typedef IoObjectService service_type; typedef in class:asio::basic_io_object
142 typedef typename service_type
[all...]
/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c419 UINT4 service_type; local
437 service_type = PW_ADMINISTRATIVE;
438 rc_avpair_add(&(data.send_pairs), PW_SERVICE_TYPE, &service_type, 0, VENDOR_NONE);
/external/webrtc/talk/app/webrtc/
H A Dpeerconnection.cc146 ServiceType* service_type,
157 *service_type = INVALID;
160 *service_type = static_cast<ServiceType>(i);
164 if (*service_type == INVALID) {
262 ServiceType service_type; local
264 &service_type,
294 if (service_type == TURNS) {
310 switch (service_type) {
317 bool secure = (service_type == TURNS);
145 GetServiceTypeAndHostnameFromUri(const std::string& in_str, ServiceType* service_type, std::string* hostname) argument
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc698 const int32_t service_type = 0; // = SERVICETYPE_NOTRAFFIC local
700 if (!rtpSock->SetQos(service_type, not_specified, not_specified,
707 if (!rtcpSock->SetQos(service_type, not_specified, not_specified,

Completed in 151 milliseconds