Searched defs:javaCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp38 static bool doCommand(JNIEnv* env, jstring javaCommand, argument
40 ScopedUtfChars command(env, javaCommand);
63 static jint doIntCommand(JNIEnv* env, jstring javaCommand) { argument
65 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
71 static jboolean doBooleanCommand(JNIEnv* env, jstring javaCommand) { argument
73 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
80 static jstring doStringCommand(JNIEnv* env, jstring javaCommand) { argument
82 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
134 static jboolean android_net_wifi_doBooleanCommand(JNIEnv* env, jobject, jstring javaCommand) { argument
135 return doBooleanCommand(env, javaCommand);
138 android_net_wifi_doIntCommand(JNIEnv* env, jobject, jstring javaCommand) argument
142 android_net_wifi_doStringCommand(JNIEnv* env, jobject, jstring javaCommand) argument
[all...]

Completed in 158 milliseconds