Home
last modified time | relevance | path

Searched refs:ports (Results 1 – 21 of 21) sorted by relevance

/system/bt/gd/cert/
Dos_utils.py59 def make_ports_available(ports: Container[int], timeout_seconds=10):
66 if not ports:
72 …bda conn: (conn and conn.status == psutil.CONN_LISTEN and conn.laddr and conn.laddr.port in ports),
/system/sepolicy/prebuilts/api/26.0/private/
Dnet.te8 # Connect to ports.
10 # Bind to ports.
/system/sepolicy/prebuilts/api/28.0/private/
Dnet.te8 # Connect to ports.
10 # Bind to ports.
/system/sepolicy/prebuilts/api/27.0/private/
Dnet.te8 # Connect to ports.
10 # Bind to ports.
/system/sepolicy/prebuilts/api/29.0/public/
Dnet.te14 # Connect to ports.
16 # Bind to ports.
Dattributes69 # All types used for network ports.
/system/sepolicy/public/
Dnet.te14 # Connect to ports.
16 # Bind to ports.
Dattributes69 # All types used for network ports.
/system/sepolicy/prebuilts/api/30.0/public/
Dnet.te14 # Connect to ports.
16 # Bind to ports.
Dattributes69 # All types used for network ports.
/system/bt/doc/
Dnetwork_ports.md3 This document lists all of the network ports used by the bluetooth stack.
/system/core/adb/client/
Dusb_libusb.cpp162 uint8_t ports[7]; in get_device_serial_path() local
163 int port_count = libusb_get_port_numbers(device, ports, 7); in get_device_serial_path()
167 StringPrintf("/sys/bus/usb/devices/%d-%d", libusb_get_bus_number(device), ports[0]); in get_device_serial_path()
169 path += StringPrintf(".%d", ports[port]); in get_device_serial_path()
176 uint8_t ports[7]; in get_device_dev_path() local
177 int port_count = libusb_get_port_numbers(device, ports, 7); in get_device_dev_path()
179 return StringPrintf("/dev/bus/usb/%03u/%03u", libusb_get_bus_number(device), ports[0]); in get_device_dev_path()
Dtransport_local.cpp194 std::vector<RetryPort> ports; in client_socket_thread() local
201 retry_ports.swap(ports); in client_socket_thread()
210 for (auto& port : ports) { in client_socket_thread()
/system/bt/gd/docs/testing/
Dcert_test.md48 on any platform. The server need to expose an IP address and 3 ports
129 1. Enable SSH port forwarding for both ADB port and various ports used by our
143 Among these ports, ADB Port needs to be forwarded from local machine to
150 Runner can connect to these ports on the Facade Server (`ssh -R`).
/system/sepolicy/prebuilts/api/29.0/private/
Dshell.te63 # For hostside tests such as CTS listening ports test.
/system/sepolicy/prebuilts/api/30.0/private/
Dshell.te61 # For hostside tests such as CTS listening ports test.
/system/sepolicy/private/
Dshell.te61 # For hostside tests such as CTS listening ports test.
/system/core/adb/
DOVERVIEW.TXT19 is to sense the USB ports to know when devices are attached/removed,
/system/sepolicy/prebuilts/api/26.0/public/
Dattributes52 # All types used for network ports.
/system/sepolicy/prebuilts/api/28.0/public/
Dattributes58 # All types used for network ports.
/system/sepolicy/prebuilts/api/27.0/public/
Dattributes53 # All types used for network ports.