OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adb_connect
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
adb_client.cpp
183
int
adb_connect
(const std::string& service, std::string* error) {
function
187
D("
adb_connect
: service %s", service.c_str());
199
// return a generic error string about the overall
adb_connect
()
268
D("
adb_connect
: return fd %d", fd);
276
int fd =
adb_connect
(service, &error);
295
int fd =
adb_connect
(service, error);
adb_client.h
27
int
adb_connect
(const std::string& service, std::string* _Nonnull error);
commandline.cpp
654
int fd =
adb_connect
(service_string, &error);
[
all
...]
file_sync_client.cpp
108
fd =
adb_connect
("sync:", &error);
[
all
...]
Completed in 49 milliseconds