Home
last modified time | relevance | path

Searched refs:putDtmfAudio (Results 1 – 6 of 6) sorted by relevance

/dports/net/sems/sems-f89581a/core/
H A DAmDtmfDetector.h77 void putDtmfAudio(const unsigned char *, int size, unsigned long long system_ts);
470 void putDtmfAudio(const unsigned char *, int size, unsigned long long system_ts);
H A DAmDtmfDetector.cpp58 void AmDtmfEventQueue::putDtmfAudio(const unsigned char *buf, int size, unsigned long long system_t… in putDtmfAudio() function in AmDtmfEventQueue
60 m_detector->putDtmfAudio(buf, size, system_ts); in putDtmfAudio()
387 void AmDtmfDetector::putDtmfAudio(const unsigned char *buf, int size, unsigned long long system_ts) in putDtmfAudio() function in AmDtmfDetector
H A DAmSession.cpp615 void AmSession::putDtmfAudio(const unsigned char *buf, int size, unsigned long long system_ts) in putDtmfAudio() function in AmSession
617 m_dtmfEventQueue.putDtmfAudio(buf, size, system_ts); in putDtmfAudio()
1322 putDtmfAudio(buffer, got, ts); in readStreams()
H A DAmSession.h427 void putDtmfAudio(const unsigned char *buf, int size, unsigned long long system_ts);
H A DAmB2BMedia.cpp460 dtmf_queue->putDtmfAudio(buffer, got, ts);
/dports/net/sems/sems-f89581a/apps/webconference/
H A DWebConferenceDialog.cpp566 putDtmfAudio(buffer, got, ts); in readStreams()