Searched defs:WifiIfaceHandleVarName (Results 1 - 1 of 1) sorted by path

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp174 static const char *WifiIfaceHandleVarName = "sWifiIfaceHandles"; member in namespace:android
181 return (wifi_interface_handle) helper.getStaticLongArrayField(cls, WifiIfaceHandleVarName, index);
403 helper.setStaticLongArrayField(cls, WifiIfaceHandleVarName, array);
414 jlong value = helper.getStaticLongArrayField(cls, WifiIfaceHandleVarName, i);

Completed in 152 milliseconds