Searched refs:ports (Results 1 – 21 of 21) sorted by relevance
/system/bt/gd/cert/ |
D | os_utils.py | 59 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/ |
D | net.te | 8 # Connect to ports. 10 # Bind to ports.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | net.te | 8 # Connect to ports. 10 # Bind to ports.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | net.te | 8 # Connect to ports. 10 # Bind to ports.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | net.te | 14 # Connect to ports. 16 # Bind to ports.
|
D | attributes | 69 # All types used for network ports.
|
/system/sepolicy/public/ |
D | net.te | 14 # Connect to ports. 16 # Bind to ports.
|
D | attributes | 69 # All types used for network ports.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | net.te | 14 # Connect to ports. 16 # Bind to ports.
|
D | attributes | 69 # All types used for network ports.
|
/system/bt/doc/ |
D | network_ports.md | 3 This document lists all of the network ports used by the bluetooth stack.
|
/system/core/adb/client/ |
D | usb_libusb.cpp | 162 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()
|
D | transport_local.cpp | 194 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/ |
D | cert_test.md | 48 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/ |
D | shell.te | 63 # For hostside tests such as CTS listening ports test.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | shell.te | 61 # For hostside tests such as CTS listening ports test.
|
/system/sepolicy/private/ |
D | shell.te | 61 # For hostside tests such as CTS listening ports test.
|
/system/core/adb/ |
D | OVERVIEW.TXT | 19 is to sense the USB ports to know when devices are attached/removed,
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | attributes | 52 # All types used for network ports.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | attributes | 58 # All types used for network ports.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | attributes | 53 # All types used for network ports.
|