Searched refs:port (Results 151 - 175 of 188) sorted by relevance

12345678

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java242 // HDMI port information. Stored in the unmodifiable list to keep the static information
246 // Map from path(physical address) to port ID.
249 // Map from port ID to HdmiPortInfo.
252 // Map from port ID to HdmiDeviceInfo.
293 // Last input port before switching to the MHL port. Should switch back to this port
295 // Gets invalidated if we go to other port/input.
649 // Initialize HDMI port information. Combine the information from CEC and MHL HAL and
657 // each port
785 getDeviceInfoByPort(int port) argument
[all...]
H A DHdmiCecLocalDeviceTv.java75 // Stores whether ARC feature is enabled per port.
88 // The previous port id (input) before switching to the new one. This is remembered in order to
91 // (either by TV or source device). Manual port switching invalidates this value to
204 for (HdmiPortInfo port : ports) {
205 mArcFeatureEnabled.put(port.getId(), port.isArcSupported());
353 * Returns the previous port id kept to handle input switching on <Inactive Source>.
362 * Sets the previous port id. INVALID_PORT_ID invalidates it, hence no actions will be
377 // Show OSD port change banner
384 // No CEC/MHL device is present at the port
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2919 String port = apn.port;
2920 if (TextUtils.isEmpty(port)) port = "8080";
2922 Integer.parseInt(port), null);
2926 apn.port + "): " + e);
3412 String port = (TextUtils.isEmpty(dest.port) ? src.port : dest.port);
[all...]
/frameworks/av/include/media/
H A DAudioSystem.h303 /* Get attributes for a given audio port */
304 static status_t getAudioPort(struct audio_port *port);
317 /* Set audio port configuration */
H A DIAudioFlinger.h467 /* Get attributes for a given audio port */
468 virtual status_t getAudioPort(struct audio_port *port) = 0;
480 /* Set audio port configuration */
/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h303 /* Get attributes for a given audio port */
304 static status_t getAudioPort(struct audio_port *port);
317 /* Set audio port configuration */
H A DIAudioFlinger.h467 /* Get attributes for a given audio port */
468 virtual status_t getAudioPort(struct audio_port *port) = 0;
480 /* Set audio port configuration */
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp1103 jstring addrString, jint port) {
1119 cAddrString ? cAddrString : "(null)", port);
1122 if (cAddrString && (port > 0xFFFF)) {
1126 static_cast<uint16_t>(port));
1102 android_media_MediaPlayer_setRetransmitEndpoint(JNIEnv *env, jobject thiz, jstring addrString, jint port) argument
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp822 // TODO: check for existing client for this port ID
1556 // TODO: check for existing client for this port ID
2817 status_t AudioPolicyManager::getAudioPort(struct audio_port *port) argument
2819 if (port == nullptr || port->id == AUDIO_PORT_HANDLE_NONE) {
2822 sp<DeviceDescriptor> dev = mAvailableOutputDevices.getDeviceFromId(port->id);
2824 dev->toAudioPort(port);
2827 dev = mAvailableInputDevices.getDeviceFromId(port->id);
2829 dev->toAudioPort(port);
2832 sp<SwAudioOutputDescriptor> out = mOutputs.getOutputFromId(port
[all...]
H A DAudioPolicyManager.h205 virtual status_t getAudioPort(struct audio_port *port);
/frameworks/base/core/proto/android/service/
H A Dusb.proto184 optional UsbPortProto port = 1;
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java445 /* NNN resolveId fullName hostName port txtlen txtdata */
721 int port = service.getPort();
724 return mDaemon.execute("register", regId, name, type, port, record);
H A DConnectivityService.java310 * PAC manager has received new port.
3397 // actually uses the PAC to resolve; this results in ProxyInfo's with PAC URL, host and port
3416 int port = 0;
3428 port = mGlobalProxy.getPort();
3440 Settings.Global.putInt(res, Settings.Global.GLOBAL_HTTP_PROXY_PORT, port);
3458 int port = Settings.Global.getInt(res, Settings.Global.GLOBAL_HTTP_PROXY_PORT, 0);
3467 proxyProperties = new ProxyInfo(host, port, exclList);
3503 // This call could be coming from the PacManager, containing the port of the local
3505 // global (to get the correct local port), and send a broadcast.
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java731 final int port = getPortNumber(mConnectedDevice);
732 final String iface = addr.getHostAddress() + ":" + port;
1022 // These dongles ignore the port we broadcast in our WFD IE.
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl542 in String number, in int port, in String text, in PendingIntent sentIntent);
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DApnSettingTest.java80 "", // port
114 assertEquals(a1.port, a2.port);
292 99, "12345", "Name", "apn", "proxy", "port",
296 + "mmsc, mmsproxy, mmsport, port, 0, default | *, "
303 apn = new ApnSetting(99, "12345", "Name", "apn", "proxy", "port",
307 + "mmsc, mmsproxy, mmsport, port, 0, default | *, IPV6, IP, true, 0, "
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java721 int port = a.getPort();
723 port >= 0 ? Integer.toString(port) : null);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h172 virtual status_t getAudioPort(struct audio_port *port);
578 /* Set audio port configuration */
649 audio_port_handle_t deviceId; // selected input device port ID
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1106 status_t AudioSystem::getAudioPort(struct audio_port *port) argument
1110 return aps->getAudioPort(port);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h233 /* Get attributes for a given audio port */
234 virtual status_t getAudioPort(struct audio_port *port);
247 /* Set audio port configuration */
/frameworks/base/core/java/android/os/
H A DDebug.java920 * Change the JDWP port.
925 public static void changeDebugPort(int port) {} argument
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java3264 * aahRX://&lt;multicastIP&gt;:&lt;port&gt;
3271 * @param endpoint the address and UDP port of the re-transmission target or
3283 int port = 0;
3287 port = endpoint.getPort();
3290 int ret = native_setRetransmitEndpoint(addrString, port);
3296 private native final int native_setRetransmitEndpoint(String addrString, int port); argument
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3474 * @param port The destination port for data SMS, or 0 for text SMS.
3483 public void sendVisualVoicemailSms(String number, int port, String text, argument
3485 sendVisualVoicemailSmsForSubscriber(mSubId, number, port, text, sentIntent);
3588 * @param port The destination port for data SMS, or 0 for text SMS.
3598 public void sendVisualVoicemailSmsForSubscriber(int subId, String number, int port, argument
3604 mContext.getOpPackageName(), subId, number, port, text, sentIntent);
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp56 extern int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss);
75 // proxies. A firewall might remove a port mapping when there is no outgoing

Completed in 1017 milliseconds

12345678