Home
last modified time | relevance | path

Searched defs:jAddress (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
Dutil.cpp25 int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss) in parse()
DRtpStream.cpp38 jint create(JNIEnv *env, jobject thiz, jstring jAddress) in create()
/frameworks/base/services/core/jni/
Dcom_android_server_connectivity_Vpn.cpp217 static bool modifyAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress, in modifyAddress()
340 static bool addAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress, in addAddress()
346 static bool delAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress, in delAddress()
/frameworks/base/core/jni/
Dandroid_media_MicrophoneInfo.cpp53 jstring jAddress = NULL; in convertMicrophoneInfoFromNative() local
Dandroid_media_AudioSystem.cpp1108 jstring jAddress = env->NewStringUTF(nAudioPort->ext.device.address); in convertAudioPortFromNative() local