Home
last modified time | relevance | path

Searched defs:uses_turn (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dnetwork_route.h34 bool uses_turn) in RouteEndpoint()
49 RouteEndpoint CreateWithTurn(bool uses_turn) const { in CreateWithTurn()
56 bool uses_turn() const { return uses_turn_; } in uses_turn() function
/external/webrtc/p2p/base/
Dp2p_transport_channel.cc80 bool uses_turn) { in CreateRouteEndpointFromCandidate()