Home
last modified time | relevance | path

Searched refs:HostConnectionSession (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dhost_connection_session.h22 class HostConnectionSession {
24 explicit HostConnectionSession(HostConnection* hc) : conn(hc) { in HostConnectionSession() function
28 ~HostConnectionSession() { in ~HostConnectionSession()
34 HostConnectionSession(HostConnectionSession&& rhs) : conn(rhs.conn) { in HostConnectionSession() function
38 HostConnectionSession& operator=(HostConnectionSession&& rhs) {
45 HostConnectionSession(const HostConnectionSession&) = delete;
46 HostConnectionSession& operator=(const HostConnectionSession&) = delete;
Dallocator3.cpp321 const HostConnectionSession conn = getHostConnectionSession(); in allocateCb()
423 HostConnectionSession getHostConnectionSession() const { in getHostConnectionSession()
424 return HostConnectionSession(m_hostConn.get()); in getHostConnectionSession()
Dmapper3.cpp421 const HostConnectionSession conn = getHostConnectionSession(); in lockHostImpl()
566 const HostConnectionSession conn = getHostConnectionSession(); in unlockHostImpl()
643 HostConnectionSession getHostConnectionSession() const { in getHostConnectionSession()
644 return HostConnectionSession(m_hostConn.get()); in getHostConnectionSession()