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; variable409 if (!transport_local) in vsock_use_local_transport()473 new_transport = transport_local; in vsock_assign_transport()541 if (transport_local && cid == VMADDR_CID_LOCAL) in vsock_find_cid()2505 t_local = transport_local; in vsock_core_register()2542 transport_local = t_local; in vsock_core_register()2563 if (transport_local == t) in vsock_core_unregister()2564 transport_local = NULL; in vsock_core_unregister()