Searched refs:dtmfType (Results 1 – 3 of 3) sorted by relevance
105 int codecType, int dtmfType);171 int codecType, int dtmfType) in set() argument179 mDtmfMagic = (dtmfType == -1) ? 0 : (0x8000 | dtmfType) << 16; in set()957 jstring jCodecSpec, jint dtmfType, jobject jAttributionSource) in add() argument1006 codecType, dtmfType)) { in add()
188 String codecSpec, int dtmfType, Parcel attributionSource); in nativeAdd() argument
834 int dtmfType = mAudioStream.getDtmfType();835 if (dtmfType != -1) {836 media.setRtpPayload(dtmfType, "telephone-event/8000", "0-15");