Home
last modified time | relevance | path

Searched refs:DEFAULT_PORT (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
DExecService.java45 public static final int DEFAULT_PORT = 50016; field in ExecService
67 final int port = intent != null ? intent.getIntExtra("port", DEFAULT_PORT) : DEFAULT_PORT; in onStartCommand()
DServiceStarter.java43 final int port = getIntent().getIntExtra("port", ExecService.DEFAULT_PORT); in onStart()
/third_party/libuv/docs/code/tcp-echo-server/
Dmain.c6 #define DEFAULT_PORT 7000 macro
78 uv_ip4_addr("0.0.0.0", DEFAULT_PORT, &addr); in main()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnettimeprovider.c49 #define DEFAULT_PORT 5637 macro
119 DEFAULT_PORT, in gst_net_time_provider_class_init()
145 self->priv->port = DEFAULT_PORT; in gst_net_time_provider_init()
Dgstnetclientclock.c102 #define DEFAULT_PORT 5637 macro
204 DEFAULT_PORT, in gst_net_client_internal_clock_class_init()
217 self->port = DEFAULT_PORT; in gst_net_client_internal_clock_init()
1041 DEFAULT_PORT, in gst_net_client_clock_class_init()
1105 priv->port = DEFAULT_PORT; in gst_net_client_clock_init()
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgsthdv1394src.c78 #define DEFAULT_PORT -1 macro
144 -1, 16, DEFAULT_PORT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_hdv1394src_class_init()
192 dv1394src->port = DEFAULT_PORT; in gst_hdv1394src_init()
826 gst_hdv1394src->port = DEFAULT_PORT; in gst_hdv1394src_uri_set_uri()
Dgstdv1394src.c95 #define DEFAULT_PORT -1 macro
180 -1, 16, DEFAULT_PORT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_dv1394src_class_init()
245 dv1394src->port = DEFAULT_PORT; in gst_dv1394src_init()
1096 gst_dv1394src->port = DEFAULT_PORT; in gst_dv1394src_uri_set_uri()
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-send.c73 #define DEFAULT_PORT 46000 macro
214 uint32_t port = DEFAULT_PORT, mtu; in pa__init()
303 port = DEFAULT_PORT + ((uint32_t) (rand() % 512) << 1); in pa__init()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidExecService.hpp40 DEFAULT_PORT = 50016, enumerator
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c52 #define DEFAULT_PORT "40002" macro
102 char *port = DEFAULT_PORT; in main()
/third_party/gstreamer/gstplugins_good/ext/shout2/
Dgstshout2.c80 #define DEFAULT_PORT 8000 macro
188 g_param_spec_int ("port", "port", "port", 1, G_MAXUSHORT, DEFAULT_PORT, in gst_shout2send_class_init()
280 shout2send->port = DEFAULT_PORT; in gst_shout2send_init()
/third_party/curl/tests/server/
Dmqttd.c80 #define DEFAULT_PORT 1883 /* MQTT default port */ macro
127 static unsigned short port = DEFAULT_PORT;
Dsocksd.c98 #define DEFAULT_PORT 8905 macro
147 static unsigned short port = DEFAULT_PORT;
Dtftpd.c160 #define DEFAULT_PORT 8999 /* UDP */ macro
556 unsigned short port = DEFAULT_PORT; in main()
Drtspd.c127 #define DEFAULT_PORT 8999 macro
1062 unsigned short port = DEFAULT_PORT; in main()
Dsockfilt.c127 #define DEFAULT_PORT 8999 macro
145 static unsigned short port = DEFAULT_PORT;
Dsws.c141 #define DEFAULT_PORT 8999 macro
1955 unsigned short port = DEFAULT_PORT; in main()