/aosp12/packages/modules/adb/ |
H A D | README.md | 9 …the Server continuously monitors for connecting Daemons (as USB devices or TCP emulator). Communic… 20 +----------+ ^ | (TCP/IP) Transport+-------------+ (DEVICE) | 24 | CLIENT +----------+ | | | (TCP/IP)| ADBD | 34 A smart socket is a simple TCP socket with a smart protocol built on top of it. This is what Client… 36 …nsport. When devices connecting over other mechanisms (e.g. emulators over TCP) were introduced, t… 86 … and arg2 are used alike in the TCP protocol where local and remote ports identify an unique strea…
|
H A D | OVERVIEW.TXT | 35 (through USB for devices, through TCP for emulators) and provide a 81 server itself. The ADB server listens on TCP:localhost:5037. 126 the server through TCP
|
H A D | SERVICES.TXT | 34 to the emulator's ADB control port, i.e. the TCP port that the 53 Ask to switch the connection to one emulator connected through TCP. 105 tcp:<port> -> TCP connection on localhost:<port> 110 tcp:<port> -> TCP localhost:<port> on device
|
/aosp12/system/bt/doc/ |
H A D | network_ports.md | 7 * TCP 8872 (hci/src/btsnoop_net.cc) - read live btsnoop logs 8 * TCP 8873 (hci/src/hci_inject.cc) - inject HCI packets into HCI stream
|
H A D | btsnoop_net.md | 3 btsnoop_net exposes Bluetooth snoop logs over a local TCP socket which enables 9 incoming TCP connections on port 8872.
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
H A D | CtUpdateAmbassador.cpp | 110 case IpaL4Protocol::TCP: in L4ToNetwork() 112 out = NetworkProtocol::TCP; in L4ToNetwork()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
H A D | CtUpdateAmbassador.cpp | 110 case IpaL4Protocol::TCP: in L4ToNetwork() 112 out = NetworkProtocol::TCP; in L4ToNetwork()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
H A D | CtUpdateAmbassador.cpp | 113 case IpaL4Protocol::TCP: in L4ToNetwork() 115 out = NetworkProtocol::TCP; in L4ToNetwork()
|
/aosp12/frameworks/opt/net/voip/src/java/android/net/sip/ |
H A D | SipProfile.java | 54 private static final String TCP = "TCP"; field in SipProfile 222 if (!protocol.equals(UDP) && !protocol.equals(TCP)) { in setProtocol()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
H A D | IOffloadManager.h | 148 TCP = 0, enumerator
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/inc/ |
H A D | IOffloadManager.h | 148 TCP = 0, enumerator
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/ |
H A D | IOffloadManager.h | 148 TCP = 0, enumerator
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | fastbootd.te | 26 # Needed for TCP protocol
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | fastbootd.te | 26 # Needed for TCP protocol
|
/aosp12/system/sepolicy/private/ |
H A D | fastbootd.te | 26 # Needed for TCP protocol
|
/aosp12/system/core/fastboot/ |
H A D | README.md | 19 * TCP or UDP 223 ## TCP Protocol v1 225 The TCP protocol is designed to be a simple way to use the fastboot protocol 228 The device will open a TCP server on port 5554 and wait for a fastboot client 267 The UDP protocol is more complex than TCP since we must implement reliability 272 1. As with TCP, the device will listen on UDP port 5554.
|
/aosp12/hardware/interfaces/tetheroffload/control/1.0/ |
H A D | types.hal | 58 TCP = 6,
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | fastbootd.te | 124 # Needed for TCP protocol
|
/aosp12/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
H A D | README.md | 41 - The `ServerPort` bind Address (PATH or TCP port) on which the parameter-framework listens if
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | OffloadHardwareInterfaceTest.java | 243 final NatTimeoutUpdate tcpParams = buildNatTimeoutUpdate(NetworkProtocol.TCP); in testTetheringOffloadCallback()
|
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | QosBearerFilter.java | 56 public static final int QOS_PROTOCOL_TCP = android.hardware.radio.V1_6.QosProtocol.TCP;
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | OffloadHardwareInterface.java | 673 case NetworkProtocol.TCP: return OsConstants.IPPROTO_TCP; in networkProtocolToOsConstant()
|
/aosp12/frameworks/proto_logging/stats/enums/stats/dnsresolver/ |
H A D | dns_resolver.proto | 366 // Used only by TCP and DOT. True for new connections.
|
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
H A D | SipHelper.java | 130 if (lp == null) lp = mSipProvider.getListeningPoint(ListeningPoint.TCP); in getListeningPoint()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-removed.txt | 289 field public static final String SIP_TRANSPORT_TCP = "TCP";
|