Home
last modified time | relevance | path

Searched refs:mrcp_client_control_channel_remove (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/mrcpv2-transport/include/
H A Dmrcp_client_connection.h161 MRCP_DECLARE(apt_bool_t) mrcp_client_control_channel_remove(mrcp_control_channel_t *channel);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/mrcpv2-transport/src/
H A Dmrcp_client_connection.c276 MRCP_DECLARE(apt_bool_t) mrcp_client_control_channel_remove(mrcp_control_channel_t *channel) in mrcp_client_control_channel_remove() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/mrcp-client/src/
H A Dmrcp_client_session.c856 if(mrcp_client_control_channel_remove(channel->control_channel) == TRUE) { in mrcp_client_session_terminate()