Searched refs:no_rebind (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dadb_listeners.h36 atransport* transport, int no_rebind, int* resolved_tcp_port,
H A Dadb_listeners.cpp179 atransport* transport, int no_rebind, int* resolved_tcp_port,
190 // Can't repurpose a listener if 'no_rebind' is true.
191 if (no_rebind) {
H A Dadb.cpp971 bool no_rebind = false; local
978 no_rebind = true;
1013 r = install_listener(pieces[0], pieces[1].c_str(), transport, no_rebind,

Completed in 59 milliseconds