HomeSort by relevance Sort by last modified time
    Searched refs:jName (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp 345 static jint setAddresses(JNIEnv *env, jobject thiz, jstring jName,
352 name = jName ? env->GetStringUTFChars(jName, NULL) : NULL;
370 env->ReleaseStringUTFChars(jName, name);
378 static jint setRoutes(JNIEnv *env, jobject thiz, jstring jName,
385 name = jName ? env->GetStringUTFChars(jName, NULL) : NULL;
403 env->ReleaseStringUTFChars(jName, name);
411 static void reset(JNIEnv *env, jobject thiz, jstring jName)
413 const char *name = jName ? env->GetStringUTFChars(jName, NULL) : NULL
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 63 milliseconds