Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp960 jstring jCodecSpec, jint dtmfType, jobject jAttributionSource) in add() argument
972 if (!jCodecSpec) { in add()
976 const char *codecSpec = env->GetStringUTFChars(jCodecSpec, NULL); in add()
999 env->ReleaseStringUTFChars(jCodecSpec, codecSpec); in add()