Home
last modified time | relevance | path

Searched refs:initNanHandlersNative (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanNative.java96 /* package */ static native int initNanHandlersNative(Object cls, int iface); in initNanHandlersNative() method in WifiNanNative
112 int ret = initNanHandlersNative(WifiNative.class, WifiNative.sWlan0Index); in isNanInit()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java72 WifiNanNative.initNanHandlersNative(WifiNative.class, WifiNative.sWlan0Index); in setup()