HomeSort by relevance Sort by last modified time
    Searched defs:ports (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_bonding.h 111 __u16 ports; member in struct:ad_info
  /system/core/adb/
transport_local.cpp 52 // but we search for emulators on ports [5554, 5555 + ADB_LOCAL_TRANSPORT_MAX].
172 std::vector<RetryPort> ports; local
173 // Collect retry ports.
179 retry_ports.swap(ports);
186 // Try connecting retry ports.
188 for (auto& port : ports) {
202 // Copy back left retry ports.
  /external/adhd/cras/src/server/
cras_dsp_mod_builtin.c 71 float **ports; local
72 ports = (float **)module->data;
73 ports[port] = data_location;
80 float **ports = (float **)module->data; local
82 /* This module runs dsp in-place, so ports[0] == ports[2],
83 * ports[1] == ports[3]. Here we swap data on two channels.
86 float temp = ports[0][i];
87 ports[2][i] = ports[1][i]
121 float **ports; local
130 float **ports = (float **)module->data; local
167 float **ports; local
177 float **ports = (float **)module->data; local
211 float *ports[2 + MAX_BIQUADS_PER_EQ * 4]; member in struct:eq_data
284 float *ports[4 + MAX_BIQUADS_PER_EQ2 * 8]; member in struct:eq2_data
368 float *ports[4 + 1 + 8 * 3]; member in struct:drc_data
    [all...]
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 106 mach_port_t ports[EXC_TYPES_COUNT]; member in struct:google_breakpad::ExceptionParameters
429 // so that the current exception ports are the ones that we should be
439 current.ports,
453 fprintf(stderr, "** No previous ports for forwarding!! \n");
457 mach_port_t target_port = current.ports[found];
667 // Save the current exception ports so that we can forward to them
674 previous_->ports,
678 // Setup the exception ports on this task
705 // Restore the previous ports
708 previous_->ports[i]
    [all...]
  /external/libmojo/mojo/edk/system/ports/
ports_unittest.cc 25 #include "mojo/edk/system/ports/event.h"
26 #include "mojo/edk/system/ports/node.h"
27 #include "mojo/edk/system/ports/node_delegate.h"
32 namespace ports { namespace in namespace:mojo::edk
253 ASSERT_EQ(OK, node_.GetPort(message->ports()[i], &port));
421 // payload or ports bytes.
633 EXPECT_EQ(OK, node1.node().GetPort(message->ports()[0], &F));
700 EXPECT_EQ(OK, node1.node().GetPort(message->ports()[0], &E));
820 PortName a2_name = message->ports()[0];
831 PortName a3_name = message->ports()[0]
    [all...]
node.cc 5 #include "mojo/edk/system/ports/node.h"
15 #include "mojo/edk/system/ports/node_delegate.h"
19 namespace ports { namespace in namespace:mojo::edk
85 // relatively few ports should be open during shutdown and shutdown doesn't
231 // care to close those ports so as to avoid leaking memory.
290 // Allow referenced ports to trigger PortStatusChanged calls.
293 const PortName& new_port_name = (*message)->ports()[i];
312 // If send failed, close all carried ports. Note that we're careful not to
314 // ports (an invalid but possible condition.)
316 if (message->ports()[i] == port_ref.name()
1040 std::vector<scoped_refptr<Port>> ports; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_l4lb.c 133 __u32 ports; member in union:packet_description::__anon26862
212 pckt->ports, CH_RINGS_SIZE);
214 return jhash_2words(pckt->src, pckt->ports, CH_RINGS_SIZE);
test_maps.c 468 int ports[] = {50200, 50201, 50202, 50204}; local
498 addr.sin_port = htons(ports[i]);
525 addr.sin_port = htons(ports[i - 2]);
  /external/webrtc/webrtc/p2p/base/
portallocator.h 29 // what kinds of ports are allocated.
32 // Disable local UDP ports. This doesn't impact how we connect to relay
37 // Disable local TCP ports. This doesn't impact how we connect to relay
101 ports.push_back(
106 PortList ports; member in struct:cricket::RelayServerConfig
120 // Subclasses should clean up any ports created.
133 // Whether the process of getting ports has been stopped.
206 // Gets/Sets the port range to use when choosing client ports.
port_unittest.cc 638 // Set up channels and ensure both ports will be deleted.
787 // Set up channels and ensure both ports will be deleted.
808 // sending to UDP ports and cone NATs.
1456 scoped_ptr<Port> ports[4]; local
1526 scoped_ptr<Port> ports[4]; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 1016 int *ports; local
1020 ports = cred->req_conn_capab_port[i];
1021 if (ports) {
1023 for (j = 0; ports[j] != -1; j++) {
1025 ports[j]);
    [all...]
config.c 3048 int *ports, *nports; local
3514 int *ports; local
    [all...]
interworking.c 1307 int *ports; local
1325 ports = cred->req_conn_capab_port[i];
1326 if (!ports) {
1331 for (j = 0; ports[j] > -1; j++) {
1335 ports[j]))
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 93 String[] ports = parts[1].split("/", 2); local
94 Media media = newMedia(parts[0], Integer.parseInt(ports[0]),
95 (ports.length < 2) ? 1 : Integer.parseInt(ports[1]),
115 * @param portCount The number of contiguous ports used by this media.
267 * Returns the number of contiguous ports used by this media.
  /system/core/adb/client/
usb_libusb.cpp 163 uint8_t ports[7]; local
164 int port_count = libusb_get_port_numbers(device, ports, 7);
168 StringPrintf("/sys/bus/usb/devices/%d-%d", libusb_get_bus_number(device), ports[0]);
170 path += StringPrintf(".%d", ports[port]);
177 uint8_t ports[7]; local
178 int port_count = libusb_get_port_numbers(device, ports, 7);
180 return StringPrintf("/dev/bus/usb/%03u/%03u", libusb_get_bus_number(device), ports[0]);
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_control_wrapper.cc 212 int ports[MAX_IN_OUT_COUNT]; local
217 ports[i] = node_input.output_port();
219 void* inputs_ptr = soc_interface_SetOneNodeInputs(count, node_ids, ports);
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 110 config.ports.push_back(ProtocolAddress(relay_address_udp, PROTO_UDP));
113 config.ports.push_back(ProtocolAddress(relay_address_tcp, PROTO_TCP));
116 config.ports.push_back(ProtocolAddress(relay_address_ssl, PROTO_SSLTCP));
119 if (!config.ports.empty()) {
167 // AllocationSequence should clear it's map entry for turn ports before
168 // ports are destroyed.
272 // If any of the allocated ports have not completed the candidates allocation,
341 // create a new sequence to create the appropriate ports.
348 LOG(LS_WARNING) << "Machine has no networks; no ports will be allocated";
358 // If all the ports are disabled we should just fire the allocatio
672 std::vector<Port*> ports; local
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 74 // Get Port information on all the HDMI ports.
266 hidl_vec<HdmiPortInfo> ports; local
267 Return<void> ret = mHdmiCec->getPortInfo([&ports](hidl_vec<HdmiPortInfo> list) {
268 ports = list;
274 jobjectArray res = env->NewObjectArray(ports.size(), hdmiPortInfo, NULL);
278 for (size_t i = 0; i < ports.size(); ++i) {
279 jboolean cecSupported = (jboolean) ports[i].cecSupported;
280 jboolean arcSupported = (jboolean) ports[i].arcSupported;
281 jobject infoObj = env->NewObject(hdmiPortInfo, ctor, ports[i].portId, ports[i].type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
introspect.h 232 pa_sink_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports \since 0.9.16 */ member in struct:pa_sink_info
312 pa_source_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports \since 0.9.16 */ member in struct:pa_source_info
484 pa_card_port_info **ports; /**< Array of pointers to ports, or NULL. Array is terminated by an entry set to NULL. */ member in struct:pa_card_info
    [all...]
  /cts/tests/tests/midi/src/android/midi/cts/
MidiEchoTest.java 60 // Store device and ports related to the Echo service.
223 * Close ports and check device status.
272 PortInfo[] ports = echoInfo.getPorts(); local
273 assertEquals("port info array size", 2, ports.length);
277 for (PortInfo portInfo : ports) {
  /external/selinux/libsemanage/src/
direct_api.c 1188 dbase_config_t *ports = semanage_port_dbase_local(sh); local
1206 ports_modified = ports->dtable->is_modified(ports->dbase)
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioFlinger.cpp 727 struct audio_port *ports)
729 if (num_ports == NULL || *num_ports == 0 || ports == NULL) {
741 reply.read(ports, *num_ports * sizeof(struct audio_port));
1356 struct audio_port *ports = local
    [all...]
IAudioPolicyService.cpp 539 struct audio_port *ports,
542 if (num_ports == NULL || (*num_ports != 0 && ports == NULL) ||
548 unsigned int numPortsReq = (ports == NULL) ? 0 : *num_ports;
562 reply.read(ports, numPortsReq * sizeof(struct audio_port));
1323 struct audio_port *ports = local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
PpsMoParser.java 1460 String ports = null; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointXmlUtils.java 89 private static final String XML_TAG_PORTS = "Ports";
430 * Serialize a Protocol-to-Ports map to an output stream as a XML block. We're not able
865 String ports = (String) XmlUtil.readNextValueWithName(in, XML_TAG_PORTS); local
    [all...]

Completed in 860 milliseconds

1 23 4 5 6