Home
last modified time | relevance | path

Searched refs:ports (Results 76 - 100 of 120) sorted by relevance

12345

/third_party/backends/backend/
H A Dmustek_pp.c625 const char **ports; in attach_device() local
629 ports = sanei_pa4s2_devices(); in attach_device()
634 ports = malloc (sizeof(char *) * 2); in attach_device()
635 ports[0] = *port; in attach_device()
636 ports[1] = NULL; in attach_device()
639 for (port_no=0; ports[port_no] != NULL; port_no++) in attach_device()
647 ports[port_no], *name, sane_attach); in attach_device()
654 free (ports); in attach_device()
/third_party/node/test/fixtures/wpt/streams/transferable/resources/
H A Dhelpers.js36 assert_array_equals(msg.ports, [], 'there should be no ports in the event');
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.h164 pa_hashmap *ports,
204 /* One device may be part of multiple ports, since each device has
205 * a dedicated port, and in addition to that we sometimes generate ports
H A Dalsa-mixer.h409 void pa_alsa_path_set_add_ports(pa_alsa_path_set *ps, pa_card_profile *cp, pa_hashmap *ports, pa_hashmap *extra, pa_core *core);
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp87 ASSERT_NE(adapterDescs_->ports, nullptr); in InitCaptureDevDesc()
89 if (adapterDescs_->ports[index].dir == PORT_IN) { in InitCaptureDevDesc()
90 devDesc.portId = adapterDescs_->ports[index].portId; in InitCaptureDevDesc()
123 if (dataBlock->ports != nullptr) { in FreeAdapterElements()
124 OsalMemFree(dataBlock->ports); in FreeAdapterElements()
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c84 data->ports = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NULL, (pa_free_cb_t) pa_device_port_unref); in pa_sink_new_data_init()
150 if (data->ports) in pa_sink_new_data_done()
151 pa_hashmap_free(data->ports); in pa_sink_new_data_done()
246 pa_device_port *p = pa_device_port_find_best(data->ports); in pa_sink_new()
305 s->ports = data->ports; in pa_sink_new()
306 data->ports = NULL; in pa_sink_new()
312 if ((s->active_port = pa_hashmap_get(s->ports, data->active_port))) in pa_sink_new()
318 s->active_port = pa_device_port_find_best(s->ports); in pa_sink_new()
840 if (s->ports) in sink_free()
[all...]
H A Dsource.h119 pa_hashmap *ports; member
313 pa_hashmap *ports; member
H A Dsink.h118 pa_hashmap *ports; member
379 pa_hashmap *ports; member
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.c82 omx_base_PortType *port = priv->ports[OMX_BASE_FILTER_OUTPUTPORT_INDEX]; in vid_dec_FillOutput()
H A Dvid_dec_h264_common.c52 port = (omx_base_video_PortType *)priv->ports[OMX_BASE_FILTER_INPUTPORT_INDEX]; in vid_dec_h264_BeginFrame()
1093 priv->ports[OMX_BASE_FILTER_INPUTPORT_INDEX]; in vid_dec_FrameDecoded_common()
/third_party/node/test/parallel/
H A Dtest-dns.js122 const ports = [
136 dns.setServers(ports);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c3164 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local
3190 ports = NULL; in wpa_config_set_cred_req_conn_capab()
3194 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab()
3196 os_free(ports); in wpa_config_set_cred_req_conn_capab()
3199 ports = nports; in wpa_config_set_cred_req_conn_capab()
3200 ports[num_ports++] = atoi(pos); in wpa_config_set_cred_req_conn_capab()
3208 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab()
3210 os_free(ports); in wpa_config_set_cred_req_conn_capab()
3213 ports = nports; in wpa_config_set_cred_req_conn_capab()
3214 ports[num_port in wpa_config_set_cred_req_conn_capab()
3693 int *ports; wpa_config_get_cred_no_key() local
[all...]
H A Dconfig_file.c1038 int *ports; in wpa_config_write_cred() local
1042 ports = cred->req_conn_capab_port[i]; in wpa_config_write_cred()
1043 if (ports) { in wpa_config_write_cred()
1045 for (j = 0; ports[j] != -1; j++) { in wpa_config_write_cred()
1047 ports[j]); in wpa_config_write_cred()
H A Dinterworking.c1329 int *ports; in cred_conn_capab_missing() local
1347 ports = cred->req_conn_capab_port[i]; in cred_conn_capab_missing()
1348 if (!ports) { in cred_conn_capab_missing()
1353 for (j = 0; ports[j] > -1; j++) { in cred_conn_capab_missing()
1357 ports[j])) in cred_conn_capab_missing()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c3588 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local
3614 ports = NULL; in wpa_config_set_cred_req_conn_capab()
3618 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab()
3620 os_free(ports); in wpa_config_set_cred_req_conn_capab()
3623 ports = nports; in wpa_config_set_cred_req_conn_capab()
3624 ports[num_ports++] = atoi(pos); in wpa_config_set_cred_req_conn_capab()
3632 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab()
3634 os_free(ports); in wpa_config_set_cred_req_conn_capab()
3637 ports = nports; in wpa_config_set_cred_req_conn_capab()
3638 ports[num_port in wpa_config_set_cred_req_conn_capab()
4146 int *ports; wpa_config_get_cred_no_key() local
[all...]
H A Dconfig_file.c1041 int *ports; in wpa_config_write_cred() local
1045 ports = cred->req_conn_capab_port[i]; in wpa_config_write_cred()
1046 if (ports) { in wpa_config_write_cred()
1048 for (j = 0; ports[j] != -1; j++) { in wpa_config_write_cred()
1050 ports[j]); in wpa_config_write_cred()
H A Dinterworking.c1340 int *ports; in cred_conn_capab_missing() local
1358 ports = cred->req_conn_capab_port[i]; in cred_conn_capab_missing()
1359 if (!ports) { in cred_conn_capab_missing()
1364 for (j = 0; ports[j] > -1; j++) { in cred_conn_capab_missing()
1368 ports[j])) in cred_conn_capab_missing()
/test/xts/hats/hdf/audio/idl/common/render/src/
H A Daudio_render_common_test.cpp110 ASSERT_NE(desc_->ports, nullptr); in InitRenderDevDesc()
112 if (desc_->ports[index].dir == PORT_OUT) { in InitRenderDevDesc()
113 devDesc.portId = desc_->ports[index].portId; in InitRenderDevDesc()
127 OsalMemFree(dataBlock->ports); in FreeAdapterElements()
/test/xts/hats/hdf/audio/idl/common/adapter_additional/src/
H A Daudio_adapter_common_test.cpp66 if (dataBlock->ports != nullptr) { in AudioAdapterDescriptorFree()
67 OsalMemFree(dataBlock->ports); in AudioAdapterDescriptorFree()
106 ASSERT_NE(adapterDescs_->ports, nullptr); in InitDevDesc()
108 if (adapterDescs_->ports[index].dir == PORT_OUT) { in InitDevDesc()
109 devDesc.portId = adapterDescs_->ports[index].portId; in InitDevDesc()
650 * port as ports.
655 port = adapterDescs_->ports[0]; in HWTEST_F()
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h108 #define SNDRV_SEQ_EVENT_PORT_SUBSCRIBED 66 /* ports connected */
109 #define SNDRV_SEQ_EVENT_PORT_UNSUBSCRIBED 67 /* ports disconnected */
160 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */
171 #define SNDRV_SEQ_ADDRESS_SUBSCRIBERS 254 /* send event to all subscribed ports */
172 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
331 int ports; /* maximum ports per client */ member
376 int num_ports; /* RO: number of ports */
/third_party/node/test/fixtures/wpt/FileAPI/blob/
H A DBlob-constructor.any.js320 var b_ports = new Blob(e.ports);
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c714 pa_hashmap_put(data.ports, port->name, port); in raop_create_card()
895 pa_hashmap_put(data.ports, port->name, port); in pa_raop_sink_new()
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c193 * @num_ports: specify how many ports that the phy has.
296 * @ports: phy port instance.
316 struct rockchip_usb2phy_port ports[USB2PHY_NUM_PORTS]; member
945 rport = &rphy->ports[index]; in otg_mode_show()
983 rport = &rphy->ports[index]; in otg_mode_store()
1646 rport = &rphy->ports[index]; in rockchip_usb2phy_irq()
2044 struct rockchip_usb2phy_port *rport = &rphy->ports[index]; in rockchip_usb2phy_probe()
2482 rport = &rphy->ports[index]; in rockchip_usb2phy_pm_suspend()
2540 rport = &rphy->ports[index]; in rockchip_usb2phy_pm_resume()
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
H A DAudioCaptureCommonTestAdditional.cpp86 ASSERT_NE(adapterDescs_->ports, nullptr); in InitCaptureDevDesc()
88 if (adapterDescs_->ports[index].dir == PORT_IN) { in InitCaptureDevDesc()
89 devDesc.portId = adapterDescs_->ports[index].portId; in InitCaptureDevDesc()
122 if (dataBlock->ports != nullptr) { in FreeAdapterElements()
123 OsalMemFree(dataBlock->ports); in FreeAdapterElements()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_mpeg12.c71 port = (omx_base_video_PortType *)priv->ports[OMX_BASE_FILTER_INPUTPORT_INDEX]; in vid_dec_mpeg12_Init()

Completed in 47 milliseconds

12345