Home
last modified time | relevance | path

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

/device/generic/goldfish/hals/gralloc/
DHostConnectionSession.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;
Dmapper.cpp595 const HostConnectionSession conn = getHostConnectionSession(); in readFromHost()
625 const HostConnectionSession conn = getHostConnectionSession(); in flushToHost()
1080 HostConnectionSession getHostConnectionSession() const { in getHostConnectionSession()
1081 return HostConnectionSession(mHostConn.get()); in getHostConnectionSession()
Dallocator.cpp489 HostConnectionSession connSession(mHostConn.get()); in allocate2()