Home
last modified time | relevance | path

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

/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp100 static const int MSG_LWS_CALLBACK_CLIENT_CONNECTION_ERROR = 2; variable
227 sendMessage(MSG_LWS_CALLBACK_CLIENT_CONNECTION_ERROR, NULL); in callback()
/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
H A DLwsService.java39 public final static int MSG_LWS_CALLBACK_CLIENT_CONNECTION_ERROR = 2; field in LwsService
H A DMainActivity.java154 case LwsService.MSG_LWS_CALLBACK_CLIENT_CONNECTION_ERROR: in handleOutputMessage()

Completed in 2 milliseconds