Searched defs:HostConnection (Results 1 - 2 of 2) sorted by relevance

/development/tools/emulator/opengl/system/OpenglSystemCommon/
H A DHostConnection.h27 class HostConnection class
30 static HostConnection *get();
31 ~HostConnection();
44 HostConnection();
H A DHostConnection.cpp16 #include "HostConnection.h"
30 HostConnection::HostConnection() : function in class:HostConnection
38 HostConnection::~HostConnection()
46 HostConnection *HostConnection::get()
58 HostConnection *con = new HostConnection();
102 ALOGD("HostConnection
[all...]

Completed in 86 milliseconds