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
33 system/core/adb/transport_local.cpp | 2 +-363 diff --git a/system/core/adb/transport_local.cpp b/system/core/adb/transport_local.cpp365 --- a/system/core/adb/transport_local.cpp366 +++ 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; variable406 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()2487 t_local = transport_local; in vsock_core_register()2524 transport_local = t_local; in vsock_core_register()2545 if (transport_local == t) in vsock_core_unregister()2546 transport_local = NULL; in vsock_core_unregister()