Searched refs:transport_local (Results 1 – 6 of 6) sorted by relevance
10 adb/transport_local.c | 3 ++-57 diff --git a/adb/transport_local.c b/adb/transport_local.c59 --- a/adb/transport_local.c60 +++ b/adb/transport_local.c
35 system/core/adb/transport_local.cpp | 2 +-367 diff --git a/system/core/adb/transport_local.cpp b/system/core/adb/transport_local.cpp369 --- a/system/core/adb/transport_local.cpp370 +++ b/system/core/adb/transport_local.cpp
38 adb/transport_local.cpp \
9 adb_SRC_FILES += transport_local.c
9 adbd_SRC_FILES += transport_local.c
148 static const struct vsock_transport *transport_local; variable 406 if (!transport_local) in vsock_use_local_transport() 470 new_transport = transport_local; in vsock_assign_transport() 538 if (transport_local && cid == VMADDR_CID_LOCAL) in vsock_find_cid() 2492 t_local = transport_local; in vsock_core_register() 2529 transport_local = t_local; in vsock_core_register() 2550 if (transport_local == t)2551 transport_local = NULL;