OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_controller
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/android/forwarder2/
host_controller.cc
5
#include "tools/android/forwarder2/
host_controller
.h"
26
scoped_ptr<HostController>
host_controller
;
local
34
return
host_controller
.Pass();
46
return
host_controller
.Pass();
48
host_controller
.reset(
53
return
host_controller
.Pass();
host_forwarder_main.cc
41
#include "tools/android/forwarder2/
host_controller
.h"
141
scoped_ptr<HostController>
host_controller
) {
142
HostController* const controller =
host_controller
.release();
200
scoped_ptr<HostController>
host_controller
(
205
if (!
host_controller
.get()) {
211
device_port =
host_controller
->device_port();
217
host_controller
->Start();
220
linked_ptr<HostController>(
host_controller
.release())));
Completed in 187 milliseconds