Searched defs:dtmfType (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioGroup.java163 int remotePort, String codecSpec, int dtmfType);
162 nativeAdd(int mode, int socket, String remoteAddress, int remotePort, String codecSpec, int dtmfType) argument
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp101 int codecType, int dtmfType);
167 int codecType, int dtmfType)
175 mDtmfMagic = (dtmfType == -1) ? 0 : (0x8000 | dtmfType) << 16;
941 jstring jCodecSpec, jint dtmfType)
986 codecType, dtmfType)) {
165 set(int mode, int socket, sockaddr_storage *remote, AudioCodec *codec, int sampleRate, int sampleCount, int codecType, int dtmfType) argument
939 add(JNIEnv *env, jobject thiz, jint mode, jint socket, jstring jRemoteAddress, jint remotePort, jstring jCodecSpec, jint dtmfType) argument

Completed in 4398 milliseconds