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 27 class HostConnection
30 static HostConnection *get();
31 ~HostConnection();
44 HostConnection();
HostConnection.cpp 16 #include "HostConnection.h"
30 HostConnection::HostConnection() :
38 HostConnection::~HostConnection()
46 HostConnection *HostConnection::get()
58 HostConnection *con = new HostConnection();
102 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"
39 HostConnection *hostCon = HostConnection::get(); \
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 18 #include "HostConnection.h"
39 HostConnection *hostCon = HostConnection::get(); \
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 17 #include "HostConnection.h"
119 HostConnection *hcon = HostConnection::get();
261 HostConnection *hcon = HostConnection::get();
egl.cpp 17 #include "HostConnection.h"
105 HostConnection *hostCon = HostConnection::get(); \
109 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(); \
891 HostConnection *hostCon = HostConnection::get();

Completed in 67 milliseconds