Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp952 jstring jCodecSpec, jint dtmfType, jstring opPackageNameStr) in add() argument
964 if (!jCodecSpec) { in add()
968 const char *codecSpec = env->GetStringUTFChars(jCodecSpec, NULL); in add()
989 env->ReleaseStringUTFChars(jCodecSpec, codecSpec); in add()