Home
last modified time | relevance | path

Searched refs:host_controller (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/android/forwarder2/
Dhost_controller.cc27 scoped_ptr<HostController> host_controller; in Create() local
35 return host_controller.Pass(); in Create()
47 return host_controller.Pass(); in Create()
49 host_controller.reset( in Create()
54 return host_controller.Pass(); in Create()
Dhost_forwarder_main.cc141 scoped_ptr<HostController> host_controller) { in DeleteHostController() argument
142 HostController* const controller = host_controller.release(); in DeleteHostController()
200 scoped_ptr<HostController> host_controller( in HandleRequestOnInternalThread() local
205 if (!host_controller.get()) { in HandleRequestOnInternalThread()
211 device_port = host_controller->device_port(); in HandleRequestOnInternalThread()
217 host_controller->Start(); in HandleRequestOnInternalThread()
220 linked_ptr<HostController>(host_controller.release()))); in HandleRequestOnInternalThread()
Dforwarder.gyp63 'host_controller.cc',
/external/chromium_org/remoting/webapp/
DBUILD.gn87 "host_controller.js",
/external/chromium_org/remoting/
Dremoting_webapp_files.gypi71 'webapp/host_controller.js',