Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/platforms/umc/src/
H A Dumcsession.cpp25 m_pMrcpProfile(NULL), in UmcSession()
50 if(!m_pMrcpProfile) in Run()
51 m_pMrcpProfile = m_pScenario->GetMrcpProfile(); in Run()
53 if(!m_pMrcpProfile || !m_pMrcpApplication) in Run()
57 if(!CreateMrcpSession(m_pMrcpProfile)) in Run()
H A Dumcscenario.cpp25 m_pMrcpProfile("uni2"), in UmcScenario()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/platforms/umc/include/
H A Dumcscenario.h77 const char* m_pMrcpProfile; variable
109 m_pMrcpProfile = pMrcpProfile; in SetMrcpProfile()
114 return m_pMrcpProfile; in GetMrcpProfile()
H A Dumcsession.h92 const char* m_pMrcpProfile; variable
123 m_pMrcpProfile = pMrcpProfile; in SetMrcpProfile()