OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeviceListener
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/android/forwarder2/
device_listener.cc
21
scoped_ptr<
DeviceListener
>
DeviceListener
::Create(
26
scoped_ptr<
DeviceListener
> device_listener;
38
new
DeviceListener
(
44
DeviceListener
::~
DeviceListener
() {
49
void
DeviceListener
::Start() {
54
void
DeviceListener
::SetAdbDataSocket(scoped_ptr<Socket> adb_data_socket) {
57
base::Bind(&
DeviceListener
::OnAdbDataSocketReceivedOnInternalThread,
61
DeviceListener
::DeviceListener(scoped_ptr<PipeNotifier> pipe_notifier
[
all
...]
device_listener.h
26
// A
DeviceListener
instance is used in the device_forwarder program to bind to
35
// happens on the
DeviceListener
's internal thread, the
DeviceListener
37
// the
DeviceListener
was created on.
38
// Note that the
DeviceListener
's destructor joins its internal thread (i.e.
41
class
DeviceListener
{
48
static scoped_ptr<
DeviceListener
> Create(
53
~
DeviceListener
();
62
DeviceListener
(scoped_ptr<PipeNotifier> pipe_notifier,
79
// Note that this can be called after the
DeviceListener
instance gets delete
[
all
...]
Completed in 215 milliseconds