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

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_nan_WifiNanNative.cpp36 static jclass mCls; /* saved WifiNanNative object */ member in namespace:android
54 helper.reportEvent(mCls, "onNanNotifyResponsePublishSubscribe",
60 helper.reportEvent(mCls, "onNanNotifyResponsePublishSubscribe",
103 mCls, "onNanNotifyResponseCapabilities",
109 helper.reportEvent(mCls, "onNanNotifyResponse", "(SIII)V", (short) id,
120 helper.reportEvent(mCls, "onPublishTerminated", "(II)V",
140 helper.reportEvent(mCls, "onMatchEvent", "(II[B[BI[BI)V",
156 helper.reportEvent(mCls, "onSubscribeTerminated", "(II)V",
171 helper.reportEvent(mCls, "onFollowupEvent", "(II[B[BI)V",
191 helper.reportEvent(mCls, "onDiscoveryEngineEven
[all...]
H A Dcom_android_server_wifi_WifiNative.cpp170 static jclass mCls; /* saved WifiNative object */ member in namespace:android
191 jboolean ret = helper.callStaticMethod(mCls,
323 mCls = (jclass) env->NewGlobalRef(cls);
324 ALOGD("halHandle = %p, mVM = %p, mCls = %p", halHandle, mVM, mCls);
335 helper.setStaticLongField(mCls, WifiHandleVarName, 0);
337 helper.deleteGlobalRef(mCls);
338 mCls = NULL;
350 ALOGD("halHandle = %p, mVM = %p, mCls = %p", halHandle, mVM, mCls);
[all...]

Completed in 59 milliseconds