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

/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioGroup.java165 int remotePort, String codecSpec, int dtmfType, String opPackageName);
164 nativeAdd(int mode, int socket, String remoteAddress, int remotePort, String codecSpec, int dtmfType, String opPackageName) argument
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp103 int codecType, int dtmfType);
169 int codecType, int dtmfType)
177 mDtmfMagic = (dtmfType == -1) ? 0 : (0x8000 | dtmfType) << 16;
945 jstring jCodecSpec, jint dtmfType, jstring opPackageNameStr)
992 codecType, dtmfType)) {
167 set(int mode, int socket, sockaddr_storage *remote, AudioCodec *codec, int sampleRate, int sampleCount, int codecType, int dtmfType) argument
943 add(JNIEnv *env, jobject thiz, jint mode, jint socket, jstring jRemoteAddress, jint remotePort, jstring jCodecSpec, jint dtmfType, jstring opPackageNameStr) argument

Completed in 570 milliseconds