Searched refs:address (Results 101 - 119 of 119) sorted by relevance

12345

/frameworks/av/media/libmedia/
H A DAudioSystem.cpp544 const char *address = ""; local
549 address = device_address;
552 return aps->setDeviceConnectionState(device, state, address);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java429 private boolean isBehindNAT(String address) { argument
431 byte[] d = InetAddress.getByName(address).getAddress();
440 Log.e(TAG, "isBehindAT()" + address, e);
/frameworks/base/core/java/android/provider/
H A DSettings.java193 * address for Wi-Fi.
1545 * The static IP address.
1555 * If using static IP, the gateway's IP address.
1575 * If using static IP, the primary DNS's IP address.
1585 * If using static IP, the secondary DNS's IP address.
2243 * "SIP_ADDRESS_ONLY" : Only if destination is a SIP address
2256 * One of the sip call options: Only if destination is a SIP address.
4742 /** Autofill server address (Used in WebView/browser).
4858 * point for which we have failed in acquiring an IP address from DHCP.
5213 public static final String getBluetoothHeadsetPriorityKey(String address) { argument
5221 getBluetoothA2dpSinkPriorityKey(String address) argument
5229 getBluetoothInputDevicePriorityKey(String address) argument
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css237 address.footer {
609 address {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1044 * Gets the default SMSC address.
1046 * @param result Callback message contains the SMSC address.
1051 * Sets the default SMSC address.
1053 * @param address new SMSC address
1056 void setSmscAddress(String address, Message result); argument
H A DPhoneBase.java780 public void setSmscAddress(String address, Message result) { argument
781 mCM.setSmscAddress(address, result);
H A DPhoneProxy.java843 public void setSmscAddress(String address, Message result) { argument
844 mActivePhone.setSmscAddress(address, result);
H A DRIL.java862 dial (String address, int clirMode, Message result) { argument
863 dial(address, clirMode, null, result);
867 dial(String address, int clirMode, UUSInfo uusInfo, Message result) { argument
870 rr.mp.writeString(address);
1943 public void setSmscAddress(String address, Message result) { argument
1946 rr.mp.writeString(address);
1949 + " : " + address);
/frameworks/base/media/java/android/media/
H A DAudioManager.java1313 public void setRemoteSubmixOn(boolean on, int address) { argument
1316 service.setRemoteSubmixOn(on, address);
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java283 throw new IllegalArgumentException("At least one address must be specified");
741 LocalSocketAddress address = new LocalSocketAddress(
747 mSockets[i].connect(address);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java149 // address
283 * Get an SMS-SUBMIT PDU for a destination address and a message
285 * @param scAddr Service Centre address. Null means use default.
292 * address, if applicable, and the encoded message.
315 * Get an SMS-SUBMIT PDU for a data message to a destination address and port.
317 * @param scAddr Service Centre address. null == use default
318 * @param destAddr the address of the destination for the message
323 * address, if applicable, and the encoded message.
354 * Get an SMS-SUBMIT PDU for a data message to a destination address & port
356 * @param destAddr the address o
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java1128 InetSocketAddress sa = (InetSocketAddress)proxySpec.address();
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp61 __eglMustCastToProperFunctionPointerType address; member in struct:extention_map_t
88 return map[i].address;
742 * address of the forwarder corresponding to that hook set.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java77 /** The address of the receiver. */
206 * Get an SMS-SUBMIT PDU for a destination address and a message
208 * @param scAddress Service Centre address. Null means use default.
210 * address, if applicable, and the encoded message.
223 * Get an SMS-SUBMIT PDU for a destination address and a message using the
226 * @param scAddress Service Centre address. Null means use default.
232 * address, if applicable, and the encoded message.
373 * Get an SMS-SUBMIT PDU for a destination address and a message
375 * @param scAddress Service Centre address. Null means use default.
377 * address, i
[all...]
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java1341 * @param hostAddress the IP address of the host to which the route is
1360 * @param hostAddress the IP address of the host to which the route is
2196 log("handleConnectivityChange: address are the same reset per doReset" +
3318 for (String address : dnsServers) {
3321 addresses.add(InetAddress.parseNumericAddress(address));
/frameworks/native/opengl/libagl/
H A Degl.cpp820 __eglMustCastToProperFunctionPointerType address; member in struct:android::extention_map_t
2002 return map[i].address;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java501 // TODO: need better way to construct formatted address.
877 public ImData(final int protocol, final String customProtocol, final String address, argument
882 mAddress = address;
/frameworks/rs/driver/
H A DrsdIntrinsics_Convolve.S47 /* Load and post-increase the address by r5=#8 */
502 /* Load the y base pointers in Qregs and post-increase the address by r7=#8 */
548 /* Load the y base pointers in Qregs and post-increase the address by r7=#8 */
593 /* Load the y base pointers in Qregs and post-increase the address by r7=#8 */
631 vst1.8 d8, [r0]! @ return the output and increase the address of r0
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsics_Convolve.S47 /* Load and post-increase the address by r5=#8 */
502 /* Load the y base pointers in Qregs and post-increase the address by r7=#8 */
548 /* Load the y base pointers in Qregs and post-increase the address by r7=#8 */
593 /* Load the y base pointers in Qregs and post-increase the address by r7=#8 */
631 vst1.8 d8, [r0]! @ return the output and increase the address of r0

Completed in 513 milliseconds

12345