Home
last modified time | relevance | path

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

/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp101 static const int MSG_LWS_CALLBACK_CLIENT_ESTABLISHED = 3; variable
231 sendMessage(MSG_LWS_CALLBACK_CLIENT_ESTABLISHED, NULL); in callback()
/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
H A DLwsService.java40 public final static int MSG_LWS_CALLBACK_CLIENT_ESTABLISHED = 3; field in LwsService
H A DMainActivity.java157 case LwsService.MSG_LWS_CALLBACK_CLIENT_ESTABLISHED: in handleOutputMessage()

Completed in 2 milliseconds