HomeSort by relevance Sort by last modified time
    Searched refs:_adb_connect (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
adb_client.h 11 int _adb_connect(const char *service);
adb_client.c 170 int _adb_connect(const char *service) function
176 D("_adb_connect: %s\n", service);
205 D("_adb_connect: return fd %d\n", fd);
212 int fd = _adb_connect("host:version");
227 // fall through to _adb_connect
254 fd = _adb_connect("host:kill");
267 fd = _adb_connect(service);
commandline.c 1030 fd = _adb_connect("host:kill");
    [all...]

Completed in 25 milliseconds