Searched refs:DesktopSessionAgent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/
H A Ddesktop_session_agent.cc41 scoped_refptr<DesktopSessionAgent> desktop_session_agent);
49 scoped_refptr<DesktopSessionAgent> desktop_session_agent_;
55 scoped_refptr<DesktopSessionAgent> desktop_session_agent)
70 // DesktopSessionAgent when it's deleted.
71 class DesktopSessionAgent::SharedBuffer : public webrtc::SharedMemory {
73 static scoped_ptr<SharedBuffer> Create(DesktopSessionAgent* agent,
88 SharedBuffer(DesktopSessionAgent* agent,
103 DesktopSessionAgent* agent_;
109 DesktopSessionAgent::Delegate::~Delegate() {
112 DesktopSessionAgent function in class:remoting::DesktopSessionAgent
[all...]
H A Ddesktop_process.h28 class DesktopSessionAgent;
30 class DesktopProcess : public DesktopSessionAgent::Delegate,
40 // DesktopSessionAgent::Delegate implementation.
82 scoped_refptr<DesktopSessionAgent> desktop_agent_;
H A Ddesktop_session_agent.h47 class DesktopSessionAgent class in namespace:remoting
48 : public base::RefCountedThreadSafe<DesktopSessionAgent>,
66 DesktopSessionAgent(
105 friend class base::RefCountedThreadSafe<DesktopSessionAgent>;
107 virtual ~DesktopSessionAgent();
229 base::WeakPtrFactory<DesktopSessionAgent> weak_factory_;
231 DISALLOW_COPY_AND_ASSIGN(DesktopSessionAgent);
H A Ddesktop_process.cc125 desktop_agent_ = new DesktopSessionAgent(audio_task_runner,

Completed in 93 milliseconds