OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_socket_transport
(Results
1 - 3
of
3
) sorted by null
/system/core/adb/
adb.h
141
int
init_socket_transport
(atransport *t, int s, int port, int local);
transport_local.cpp
517
int
init_socket_transport
(atransport *t, int s, int adb_port, int local)
function
transport.cpp
905
if (
init_socket_transport
(t, s, port, local) < 0) {
Completed in 97 milliseconds