Home
last modified time | relevance | path

Searched refs:m_hostConn (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp61 GoldfishAllocator() : m_hostConn(HostConnection::createUnique()) {} in GoldfishAllocator()
424 return HostConnectionSession(m_hostConn.get()); in getHostConnectionSession()
427 std::unique_ptr<HostConnection> m_hostConn; member in GoldfishAllocator
Dmapper3.cpp99 GoldfishMapper() : m_hostConn(HostConnection::createUnique()) { in GoldfishMapper()
644 return HostConnectionSession(m_hostConn.get()); in getHostConnectionSession()
662 std::unique_ptr<HostConnection> m_hostConn; member in __anon10503e6f0111::GoldfishMapper