Searched defs:jName (Results 1 – 1 of 1) sorted by relevance
| /frameworks/base/services/core/jni/ |
| D | com_android_server_connectivity_Vpn.cpp | 216 static bool modifyAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress, in modifyAddress() 281 static jint setAddresses(JNIEnv *env, jobject /* thiz */, jstring jName, in setAddresses() 314 static void reset(JNIEnv *env, jobject /* thiz */, jstring jName) in reset() 327 static jint check(JNIEnv *env, jobject /* thiz */, jstring jName) in check() 339 static bool addAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress, in addAddress() 345 static bool delAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress, in delAddress()
|