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.cpp957 jstring jCodecSpec, jint dtmfType, jobject jAttributionSource) in add() argument
969 if (!jCodecSpec) { in add()
973 const char *codecSpec = env->GetStringUTFChars(jCodecSpec, NULL); in add()
996 env->ReleaseStringUTFChars(jCodecSpec, codecSpec); in add()