HomeSort by relevance Sort by last modified time
    Searched refs:ServerConnection (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.h 29 class ServerConnection {
31 ~ServerConnection();
34 static ServerConnection *s_getServerConnection();
41 ServerConnection();
ServerConnection.cpp 18 #include "ServerConnection.h"
24 gl_client_context_t *ServerConnection::s_getGlContext()
33 gl2_client_context_t *ServerConnection::s_getGl2Context()
42 ServerConnection *ServerConnection::s_getServerConnection()
47 ti->serverConn = new ServerConnection();
58 ServerConnection::ServerConnection() :
65 ServerConnection::~ServerConnection()
    [all...]
ThreadInfo.h 19 #include "ServerConnection.h"
44 ServerConnection *serverConn;
egl.cpp 32 #include "ServerConnection.h"
214 ServerConnection * connection = ServerConnection::s_getServerConnection();
363 ServerConnection *server;
364 if (s_needEncode && (server = ServerConnection::s_getServerConnection()) != NULL) {
375 ServerConnection *server;
376 if (s_needEncode && (server = ServerConnection::s_getServerConnection()) != NULL) {
387 ServerConnection *server;
388 if (s_needEncode && (server = ServerConnection::s_getServerConnection()) != NULL) {
399 ServerConnection *server
    [all...]
Android.mk 40 ServerConnection.cpp \
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 146 An alternative is to just call ServerConnection.process_once()
165 """Creates and returns a ServerConnection object."""
167 c = ServerConnection(self)
368 class ServerConnection(Connection):
371 ServerConnection objects are instantiated by calling the server
409 Returns the ServerConnection object.
    [all...]

Completed in 1971 milliseconds