HomeSort by relevance Sort by last modified time
    Searched defs:HostConnection (Results 1 - 2 of 2) 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...]

Completed in 53 milliseconds