Home
last modified time | relevance | path

Searched refs:LinphoneCallEarlyUpdatedByRemote (Results 1 – 4 of 4) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dtypes.h322LinphoneCallEarlyUpdatedByRemote, /**< The call is updated by remote while not yet answered (early… enumerator
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dcallbacks.c725 linphone_call_set_state(call, LinphoneCallEarlyUpdatedByRemote, "EarlyUpdatedByRemote"); in call_updated()
756 case LinphoneCallEarlyUpdatedByRemote: in call_updated()
H A Dlinphonecall.c152 case LinphoneCallEarlyUpdatedByRemote: in linphone_call_state_is_early()
1791 case LinphoneCallEarlyUpdatedByRemote:
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dcall_single_tester.c78 …case LinphoneCallEarlyUpdatedByRemote: counters->number_of_LinphoneCallEarlyUpdatedByRemote++;brea… in call_state_changed()