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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.h 28 class HostConnection
31 static HostConnection *get();
32 ~HostConnection();
46 HostConnection();
HostConnection.cpp 16 #include "HostConnection.h"
31 HostConnection::HostConnection() :
40 HostConnection::~HostConnection()
48 HostConnection *HostConnection::get()
60 HostConnection *con = new HostConnection();
104 ALOGD("HostConnection::get() New Host Connection established %p, tid %d\n", con, gettid())
    [all...]
Android.mk 7 HostConnection.cpp \
ThreadInfo.h 19 #include "HostConnection.h"
32 HostConnection *hostConn;
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 18 #include "HostConnection.h"
40 HostConnection *hostCon = HostConnection::get(); \
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 18 #include "HostConnection.h"
40 HostConnection *hostCon = HostConnection::get(); \
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 17 #include "HostConnection.h"
113 HostConnection *hcon = HostConnection::get();
255 HostConnection *hcon = HostConnection::get();
egl.cpp 17 #include "HostConnection.h"
106 HostConnection *hostCon = HostConnection::get(); \
110 HostConnection *hostCon = HostConnection::get(); \
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 25 #include "HostConnection.h"
106 HostConnection *hostCon = HostConnection::get(); \
110 HostConnection *hostCon = HostConnection::get(); \
903 HostConnection *hostCon = HostConnection::get();
    [all...]

Completed in 434 milliseconds