Home
last modified time | relevance | path

Searched refs:start_ice (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/app/webrtc/
H A Droapsignaling.cc271 bool start_ice = false; in InitializeSendingAnswer() local
273 start_ice = true; in InitializeSendingAnswer()
290 if (start_ice) { in InitializeSendingAnswer()
/dports/net-im/psi/psi-1.5/iris/tools/icetunnel/
H A Dmain.cpp505 start_ice(); in start()
509 void start_ice() in start_ice() function in App
696 start_ice(); in dns_resultsReady()
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath-test/
H A Dice_test.c495 static pj_status_t start_ice(struct ice_ept *ept, const struct ice_ept *remote) in start_ice() function
702 rc = start_ice(&sess->callee, &sess->caller); in perform_test2()
711 rc = start_ice(&sess->caller, &sess->callee); in perform_test2()
1437 rc = start_ice(&sess->callee, &sess->caller); in perform_trickle_test()
1445 rc = start_ice(&sess->caller, &sess->callee); in perform_trickle_test()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DHero.h269 void start_ice();
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DHero.cpp1317 start_ice(); in notify_ground_below_changed()
2397 void Hero::start_ice() { in start_ice() function in Solarus::Hero
/dports/net-im/psi/psi-1.5/src/avcall/
H A Djinglertp.cpp850 void start_ice() in start_ice() function in JingleRtpPrivate
1297 start_ice(); in resolver_finished()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Dtransport_ice.c1980 static pj_status_t start_ice(struct transport_ice *tp_ice, in start_ice() function
2232 status = start_ice(tp_ice, tmp_pool, rem_sdp, media_index); in transport_media_start()