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 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...]

Completed in 55 milliseconds