Home
last modified time | relevance | path

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

/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dcall.h176 LINPHONE_PUBLIC const LinphoneCallParams * linphone_call_get_remote_params(LinphoneCall *call);
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dcall_single_tester.c1741 marie_remote_params=linphone_call_get_remote_params(call_marie); in call_with_custom_headers()
1787 const LinphoneCallParams *remote_params = linphone_call_get_remote_params(call); in call_with_custom_sdp_attributes_cb()
1823 marie_remote_params = linphone_call_get_remote_params(call_marie); in call_with_custom_sdp_attributes()
1843 pauline_remote_params = linphone_call_get_remote_params(call_pauline); in call_with_custom_sdp_attributes()
1870 const LinphoneCallParams *tparams = linphone_call_get_remote_params(call); in call_with_custom_header_or_sdp_cb()
2000 const LinphoneCallParams *tparams = linphone_call_get_remote_params(call); in call_callee_with_custom_header_or_sdp_cb()
2094 caller_remote_params = linphone_call_get_remote_params(call_caller); in call_callee_with_custom_header_or_sdp_attributes()
3841 remote_params=linphone_call_get_remote_params(pauline_call); in call_with_custom_supported_tags()
4880 remote_params = linphone_call_get_remote_params(incoming_call); in recovered_call_on_network_switch_in_early_state()
5691 params = linphone_call_get_remote_params(linphone_core_get_current_call(pauline->lc)); in _call_with_rtcp_mux()
[all …]
H A Dcall_video_tester.c84 BC_ASSERT_FALSE(linphone_call_params_video_enabled(linphone_call_get_remote_params(call_marie))); in call_paused_resumed_with_video_base()
133 BC_ASSERT_TRUE(linphone_call_params_video_enabled(linphone_call_get_remote_params(call_pauline))); in call_paused_resumed_with_video_base()
1032 marie_remote_params = linphone_call_get_remote_params(linphone_core_get_current_call(marie->lc)); in _call_with_ice_video()
1053 marie_remote_params = linphone_call_get_remote_params(linphone_core_get_current_call(marie->lc)); in _call_with_ice_video()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dcallbacks.c483 linphone_call_get_remote_params(call); in call_ringing()
H A Dlinphonecall.c1729 rcp = linphone_call_get_remote_params(call);
2108 const LinphoneCallParams * linphone_call_get_remote_params(LinphoneCall *call){ function
H A Dlinphonecore_jni.cc5149 if (linphone_call_get_remote_params((LinphoneCall*)lc) == NULL) { in Java_org_linphone_core_LinphoneCallImpl_getRemoteParams()
5152 return (jlong) linphone_call_params_copy(linphone_call_get_remote_params((LinphoneCall*)lc)); in Java_org_linphone_core_LinphoneCallImpl_getRemoteParams()
/dports/net/liblinphone/linphone-3.12.0/gtk/
H A Dmain.c1349 const LinphoneCallParams *rparams=linphone_call_get_remote_params(call); in linphone_gtk_call_updated_by_remote()