Searched refs:port (Results 51 - 75 of 84) sorted by relevance

1234

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1048 public BluetoothServerSocket listenUsingInsecureRfcommOn(int port) throws IOException { argument
1050 BluetoothSocket.TYPE_RFCOMM, false, false, port);
1069 public BluetoothServerSocket listenUsingEncryptedRfcommOn(int port) argument
1072 BluetoothSocket.TYPE_RFCOMM, false, true, port);
H A DBluetoothDevice.java1078 * @param port remote port
1084 public BluetoothSocket createInsecureRfcommSocket(int port) throws IOException { argument
1085 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, port,
/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java160 String ip, int port) throws ParseException,
166 ip, port);
186 String ip, int port) throws ParseException {
189 uri.setPort(port);
321 // in resolving the initiator's NAT port mapping for relaying the
159 createContactHeader(SipProfile profile, String ip, int port) argument
185 createSipUri(String username, String transport, String ip, int port) argument
H A DSipSessionGroup.java157 int port = mLocalProfile.getPort();
162 server + ':' + port + '/' + protocol);
174 socket.connect(remote, port);
177 port = socket.getLocalPort();
200 mSipStack.createListeningPoint(local, port, protocol));
1696 int port = uri.getPort();
1700 if (port > 0) builder.setPort(port);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnection.java80 + "' proxy: '" + mApn.proxy + "' port: '" + mApn.port);
H A DGsmDataConnectionTracker.java1802 String port = apn.port;
1803 if (TextUtils.isEmpty(port)) port = "8080";
1805 Integer.parseInt(port), null);
1809 apn.port + "): " + e);
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl55 boolean startViewServer(int port); // Transaction #1
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLoadTestsAutoTest.java78 int port = Integer.parseInt(matcher.group(2));
79 mForwardServer = new ForwardServer(LOCAL_PORT, AdbUtils.resolve(host), port);
H A DTestShellActivity.java726 int port = 0;
733 port = url.getPort();
740 ", " + host + ", " + port + "} database:" +
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp620 uint16_t port) {
622 addrString ? addrString : "(null)", port);
641 mRetransmitEndpoint.sin_port = htons(port);
619 setRetransmitEndpoint(const char* addrString, uint16_t port) argument
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java1130 int port = sa.getPort();
1133 .append(":").append(Integer.toString(port)).toString();
1149 android.net.Proxy.validate(hostName, Integer.toString(port), exclSpec);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1907 * aahRX://<multicastIP>:<port>
1914 * @param endpoint the address and UDP port of the re-transmission target or
1926 int port = 0;
1930 port = endpoint.getPort();
1933 int ret = native_setRetransmitEndpoint(addrString, port);
1939 private native final int native_setRetransmitEndpoint(String addrString, int port); argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp729 jstring addrString, jint port) {
745 cAddrString ? cAddrString : "(null)", port);
748 if (cAddrString && (port > 0xFFFF)) {
752 static_cast<uint16_t>(port));
728 android_media_MediaPlayer_setRetransmitEndpoint(JNIEnv *env, jobject thiz, jstring addrString, jint port) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp119 unsigned long port; local
125 port = strtoul(s, &end, 10);
127 if (end == s || *end != '\0' || port > 65535) {
133 port = kWifiDisplayDefaultPort;
141 mInterfaceAddr, port, notify, &mSessionID);
217 "server-port", &mClientInfo.mLocalPort));
766 value.c_str() + 8, "port", &hdcpPort)
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java582 final int port = getPortNumber(mConnectedDevice);
583 final String iface = addr.getHostAddress() + ":" + port;
813 // These dongles ignore the port we broadcast in our WFD IE.
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp509 jint type, jstring hostname, jint port)
516 sAGpsInterface->set_server(type, c_hostname, port);
508 android_location_GpsLocationProvider_set_agps_server(JNIEnv* env, jobject obj, jint type, jstring hostname, jint port) argument
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java102 void setHttpProxy(String proxy, String port, String exclList) throws RemoteException; argument
H A DApplicationThreadNative.java330 final String port = data.readString();
332 setHttpProxy(proxy, port, exclList);
956 public void setHttpProxy(String proxy, String port, String exclList) throws RemoteException { argument
960 data.writeString(port);
/frameworks/base/core/java/android/net/
H A DUri.java201 * {@code [ userinfo '@' ] host [ ':' port ]}
212 * {@code [ userinfo '@' ] host [ ':' port ]}
248 * Gets the port from the authority for this URI. For example,
251 * @return the port for this URI or -1 if invalid or not present
323 * default port explicitly and the other leaves it implicit, they will not
1083 // Parse out user info and then port.
1094 private volatile int port = NOT_CALCULATED; field in class:Uri.AbstractHierarchicalUri
1097 return port == NOT_CALCULATED
1098 ? port = parsePort()
1099 : port;
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java334 int port = a.getPort();
336 port >= 0 ? Integer.toString(port) : null);
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h147 unsigned port; local
149 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
156 mSessionURL.append(StringPrintf("%u", port));
296 ALOGE("Server picked invalid RTP/RTCP port pair %s,"
297 " RTP port must be even, RTCP port must be one higher.",
304 ALOGW("Server picked an odd RTP port, it should've picked an "
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py432 # TODO: handle possibility that port 8700 is in use (may help with
472 # Forward port for java debugger to Dalvik
498 + " port=" + str(self.gdbserver_port) + ") ==--"
500 # Forward port for gdbserver
507 print "--==GDB Plugin requested attach (port=" \
518 def start_jdb(self, port):
524 "com.sun.jdi.SocketAttach:hostname=localhost,port=" + str(port)]
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java3062 int port = 0;
3067 port = mGlobalProxy.getPort();
3074 Settings.Global.putInt(res, Settings.Global.GLOBAL_HTTP_PROXY_PORT, port);
3088 int port = Settings.Global.getInt(res, Settings.Global.GLOBAL_HTTP_PROXY_PORT, 0);
3092 ProxyProperties proxyProperties = new ProxyProperties(host, port, exclList);
/frameworks/base/core/java/android/os/
H A DDebug.java320 * Change the JDWP port.
325 public static void changeDebugPort(int port) {} argument
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css656 .framed-galaxynexus-port-span-9 {
661 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
662 .framed-galaxynexus-port-span-9 img {
666 .framed-galaxynexus-port-span-5 {
671 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
672 .framed-galaxynexus-port-span-5 img {

Completed in 4997 milliseconds

1234