Home
last modified time | relevance | path

Searched refs:MSG_DUMB_INCREMENT_PROTOCOL_COUNTER (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DLwsService.cpp99 static const int MSG_DUMB_INCREMENT_PROTOCOL_COUNTER = 1; variable
236 sendMessage(MSG_DUMB_INCREMENT_PROTOCOL_COUNTER, gEnv->NewStringUTF((const char*)in)); in callback()
/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
DLwsService.java38 public final static int MSG_DUMB_INCREMENT_PROTOCOL_COUNTER = 1; field in LwsService
DMainActivity.java151 case LwsService.MSG_DUMB_INCREMENT_PROTOCOL_COUNTER: in handleOutputMessage()