Searched refs:m_hostConn (Results 1 – 3 of 3) sorted by relevance
49 GoldfishAllocator() : m_hostConn(HostConnection::createUnique()) {} in GoldfishAllocator()413 return HostConnectionSession(m_hostConn.get()); in getHostConnectionSession()416 std::unique_ptr<HostConnection> m_hostConn; member in GoldfishAllocator
81 GoldfishMapper() : m_hostConn(HostConnection::createUnique()) { in GoldfishMapper()597 return HostConnectionSession(m_hostConn.get()); in getHostConnectionSession()615 std::unique_ptr<HostConnection> m_hostConn; member in __anon10503e6f0111::GoldfishMapper
154 : m_hostConn(HostConnection::createUnique().release()) { in goldfish_gralloc30_module_t()155 CRASH_IF(!m_hostConn, "m_hostConn cannot be nullptr"); in goldfish_gralloc30_module_t()161 return HostConnectionSession(m_hostConn /*.get()*/); in getHostConnectionSession()436 HostConnection* m_hostConn; member in __anon1242cbb90111::goldfish_gralloc30_module_t