Home
last modified time | relevance | path

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

/frameworks/base/voip/java/android/net/rtp/
DAudioGroup.java114 int remotePort, String codecSpec, int dtmfType); in add() argument
116 synchronized void add(AudioStream stream, AudioCodec codec, int dtmfType) { in add() argument
124 stream.getRemotePort(), codecSpec, dtmfType); in add() local
/frameworks/base/voip/jni/rtp/
DAudioGroup.cpp95 int codecType, int dtmfType);
161 int codecType, int dtmfType) in set() argument
169 mDtmfMagic = (dtmfType == -1) ? 0 : (0x8000 | dtmfType) << 16; in set()
889 jstring jCodecSpec, jint dtmfType) in add() argument
928 codecType, dtmfType)) { in add()
/frameworks/base/voip/java/android/net/sip/
DSipAudioCall.java749 int dtmfType = mAudioStream.getDtmfType();
750 if (dtmfType != -1) {
751 media.setRtpPayload(dtmfType, "telephone-event/8000", "0-15");