Home
last modified time | relevance | path

Searched refs:LinphoneCallStreamsRunning (Results 1 – 19 of 19) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/daemon/commands/
H A Dcall-status.cc70 case LinphoneCallStreamsRunning: in exec()
79 case LinphoneCallStreamsRunning: in exec()
H A Dvideo.cc69 if (linphone_call_get_state(call) == LinphoneCallStreamsRunning) { in exec()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dconference.cc439 }else if (call->state==LinphoneCallStreamsRunning){ in addParticipant()
795 case LinphoneCallStreamsRunning: break; in enter()
814 case LinphoneCallStreamsRunning: in leave()
827 return callState == LinphoneCallStreamsRunning; in isIn()
834 return focusState == LinphoneCallStreamsRunning || focusState == LinphoneCallPaused; in focusIsReady()
869 if(pendingCallState == LinphoneCallStreamsRunning || pendingCallState == LinphoneCallPaused) { in onFocusCallSateChanged()
897 case LinphoneCallStreamsRunning: in onPendingCallStateChanged()
H A Dcallbacks.c159 if (call->all_muted && target_state == LinphoneCallStreamsRunning) { in linphone_call_update_streams()
589 next_state = LinphoneCallStreamsRunning; in process_call_accepted()
639 case LinphoneCallStreamsRunning: in process_call_accepted()
671 _linphone_call_accept_update(call,NULL,LinphoneCallStreamsRunning,"Connected (streams running)"); in call_resumed()
729 case LinphoneCallStreamsRunning: in call_updated()
831 case LinphoneCallStreamsRunning: in call_ack_received()
H A Dplayer.c115 if (call->state!=LinphoneCallStreamsRunning){ in call_player_check_state()
H A Dlinphonecall.c166 case LinphoneCallStreamsRunning: in linphone_call_state_is_early()
1767 case LinphoneCallStreamsRunning:
1863 case LinphoneCallStreamsRunning:
1880 if(cstate!=LinphoneCallStreamsRunning) {
2269 case LinphoneCallStreamsRunning:
4815 case LinphoneCallStreamsRunning:
5569 case LinphoneCallStreamsRunning:
5968 case LinphoneCallStreamsRunning:
6029 case LinphoneCallStreamsRunning:
6086 case LinphoneCallStreamsRunning:
[all …]
H A Dquality_reporting.c711 case LinphoneCallStreamsRunning:{ in linphone_reporting_call_state_updated()
H A Dchat.c419 if (call->state == LinphoneCallConnected || call->state == LinphoneCallStreamsRunning || in _linphone_chat_room_send_message()
H A Dlinphonecore.c3795 if (cs==LinphoneCallStreamsRunning || cs==LinphoneCallPausedByRemote){
/dports/net/liblinphone/linphone-3.12.0/coreapi/help/examples/C/
H A Dhelloworld.c55 case LinphoneCallStreamsRunning: in call_state_changed()
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dtypes.h310 LinphoneCallStreamsRunning, /**< The media streams are established and running */ enumerator
/dports/net/liblinphone/linphone-3.12.0/gtk/
H A Dincall_view.c317 case LinphoneCallStreamsRunning: in refresh_call_stats()
497 case LinphoneCallStreamsRunning: in linphone_gtk_update_video_button()
H A Dmain.c1386 case LinphoneCallStreamsRunning: in linphone_gtk_call_state_changed()
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dcall_single_tester.c65 case LinphoneCallStreamsRunning :counters->number_of_LinphoneCallStreamsRunning++;break; in call_state_changed()
3239 check_call_state(pauline,LinphoneCallStreamsRunning); in call_established_with_rejected_info()
3240 check_call_state(marie,LinphoneCallStreamsRunning); in call_established_with_rejected_info()
3285 check_call_state(pauline,LinphoneCallStreamsRunning); in call_established_with_complex_rejected_operation()
3286 check_call_state(marie,LinphoneCallStreamsRunning); in call_established_with_complex_rejected_operation()
3377 check_call_state(pauline,LinphoneCallStreamsRunning); in call_established_with_rejected_reinvite()
3378 check_call_state(marie,LinphoneCallStreamsRunning); in call_established_with_rejected_reinvite()
3409 check_call_state(pauline,LinphoneCallStreamsRunning); in call_established_with_rejected_incoming_reinvite()
3410 check_call_state(marie,LinphoneCallStreamsRunning); in call_established_with_rejected_incoming_reinvite()
3500 check_call_state(pauline,LinphoneCallStreamsRunning); in call_established_with_rejected_reinvite_with_error_base()
[all …]
H A Dcall_video_tester.c185 …| linphone_call_get_state(linphone_core_get_current_call(callee->lc)) != LinphoneCallStreamsRunning in _request_video()
186 …nphone_call_get_state(linphone_core_get_current_call(caller->lc)) != LinphoneCallStreamsRunning ) { in _request_video()
296 …(linphone_call_get_state(linphone_core_get_current_call(callee->lc)) != LinphoneCallStreamsRunning) in remove_video()
298 …nphone_call_get_state(linphone_core_get_current_call(caller->lc)) != LinphoneCallStreamsRunning)) { in remove_video()
H A Dtester.c841 case LinphoneCallStreamsRunning: in linphone_conference_server_call_state_changed()
/dports/net/liblinphone/linphone-3.12.0/console/
H A Dcommands.c2075 case LinphoneCallStreamsRunning: in lpc_cmd_status()
2571 if (linphone_call_get_state(call)==LinphoneCallStreamsRunning){ in lpc_cmd_camera()
H A Dlinphonec.c345 case LinphoneCallStreamsRunning: in linphonec_call_state_changed()
/dports/net/liblinphone/linphone-3.12.0/coreapi/help/doc/doxygen/
H A Ddoxygen.dox237 …_in_conference() \endlink ). The calls in a conference are in the LinphoneCallStreamsRunning state.