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

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp103 static bool doCommand(JNIEnv* env, jstring javaCommand, argument
105 ScopedUtfChars command(env, javaCommand);
128 static jint doIntCommand(JNIEnv* env, jstring javaCommand) { argument
130 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
136 static jboolean doBooleanCommand(JNIEnv* env, jstring javaCommand) { argument
138 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
143 ScopedUtfChars command(env, javaCommand);
150 static jstring doStringCommand(JNIEnv* env, jstring javaCommand) { argument
152 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
204 static jboolean android_net_wifi_doBooleanCommand(JNIEnv* env, jobject, jstring javaCommand) { argument
208 android_net_wifi_doIntCommand(JNIEnv* env, jobject, jstring javaCommand) argument
212 android_net_wifi_doStringCommand(JNIEnv* env, jobject, jstring javaCommand) argument
[all...]

Completed in 37 milliseconds