Home
last modified time | relevance | path

Searched refs:dtmf_mutex (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c152 switch_mutex_t*dtmf_mutex; member
473 return switch_mutex_lock(channel->dtmf_mutex); in switch_channel_dtmf_lock()
483 return switch_mutex_unlock(channel->dtmf_mutex); in switch_channel_dtmf_unlock()
490 switch_mutex_lock(channel->dtmf_mutex); in switch_channel_has_dtmf()
492 switch_mutex_unlock(channel->dtmf_mutex); in switch_channel_has_dtmf()
506 switch_mutex_lock(channel->dtmf_mutex); in switch_channel_queue_dtmf()
562 switch_mutex_unlock(channel->dtmf_mutex); in switch_channel_queue_dtmf()
642 switch_mutex_lock(channel->dtmf_mutex); in switch_channel_dequeue_dtmf()
669 switch_mutex_unlock(channel->dtmf_mutex); in switch_channel_dequeue_dtmf()
724 switch_mutex_lock(channel->dtmf_mutex); in switch_channel_flush_dtmf()
[all …]
H A Dswitch_rtp.c253 switch_mutex_t *dtmf_mutex; member
4360 switch_mutex_init(&rtp_session->dtmf_data.dtmf_mutex, SWITCH_MUTEX_NESTED, pool); in switch_rtp_create()
7948 switch_mutex_lock(rtp_session->dtmf_data.dtmf_mutex); in switch_rtp_has_dtmf()
7950 switch_mutex_unlock(rtp_session->dtmf_data.dtmf_mutex); in switch_rtp_has_dtmf()
7966 switch_mutex_lock(rtp_session->dtmf_data.dtmf_mutex); in switch_rtp_dequeue_dtmf()
7978 switch_mutex_unlock(rtp_session->dtmf_data.dtmf_mutex); in switch_rtp_dequeue_dtmf()