Searched defs:jName (Results 1 – 1 of 1) sorted by relevance
/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() 282 static jint setAddresses(JNIEnv *env, jobject /* thiz */, jstring jName, in setAddresses() 315 static void reset(JNIEnv *env, jobject /* thiz */, jstring jName) in reset() 328 static jint check(JNIEnv *env, jobject /* thiz */, jstring jName) in check() 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()
|