Home
last modified time | relevance | path

Searched refs:gLwsServiceCls (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp95 static jclass gLwsServiceCls; variable
170 gLwsServiceCls = (jclass) env->NewGlobalRef(cls); in jni_initLws()
174 sendMessageId = gEnv->GetMethodID(gLwsServiceCls, "sendMessage", "(ILjava/lang/Object;)V"); in jni_initLws()
212 env->DeleteGlobalRef(gLwsServiceCls); in jni_exitLws()

Completed in 1 milliseconds