Searched defs:jAddress (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/voip/src/jni/rtp/ |
D | util.cpp | 25 int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss) in parse()
|
D | RtpStream.cpp | 38 jint create(JNIEnv *env, jobject thiz, jstring jAddress) in create()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_connectivity_Vpn.cpp | 217 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/ |
D | android_media_MicrophoneInfo.cpp | 53 jstring jAddress = NULL; in convertMicrophoneInfoFromNative() local
|
D | android_media_AudioSystem.cpp | 1108 jstring jAddress = env->NewStringUTF(nAudioPort->ext.device.address); in convertAudioPortFromNative() local
|