Searched refs:address (Results 51 - 75 of 131) sorted by relevance

123456

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaFrameworkTest.java130 InetAddress address = InetAddress.getByAddress(MediaNames.STREAM_SERVER);
131 return address.isReachable(10000);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbHostManager.java102 /* array of quadruples containing address, attributes, max packet size
131 int address = endpointValues[eval++];
135 endpoints[endp] = new UsbEndpoint(address, attributes,
H A DUsbDeviceManager.java231 // configure RNDIS ethernet address based on our serial number using the same algorithm
234 int address[] = new int[ETH_ALEN];
235 // first byte is 0x02 to signify a locally administered address
236 address[0] = 0x02;
242 address[i % (ETH_ALEN - 1) + 1] ^= (int)serial.charAt(i);
245 address[0], address[1], address[2], address[3], address[
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dscale_sig_opt.s37 ADD r4, r0, r3, LSL #1 @x[i] address
H A Dconvolve_opt.s39 ADD r4, r1, r3, LSL #1 @ tmpH address
74 ADD r4, r1, r3, LSL #1 @tmpH address
149 ADD r4, r1, r3, LSL #1 @ tmpH address
H A Dcor_h_vec_opt.s71 ADD r9, r3, r2, LSL #1 @address of sign[pos]
118 ADD r9, r3, r2, LSL #1 @address of sign[pos]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java37 * it, such as the name, address, class, and bonding state.
40 * address. Objects of this class are immutable. Operations on this class
41 * are performed on the remote Bluetooth hardware address, using the
48 * of a known MAC address (which you can get through device discovery with
554 * Bluetooth MAC address must be upper case, such as "00:11:22:33:AA:BB",
556 * @param address valid Bluetooth MAC address
558 * @throws IllegalArgumentException address is invalid
561 /*package*/ BluetoothDevice(String address) { argument
563 if (!BluetoothAdapter.checkBluetoothAddress(address)) {
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dconvolve_neon.s40 ADD r4, r1, r3, LSL #1 @ tmpH address
72 ADD r4, r1, r3, LSL #1 @tmpH address
146 ADD r4, r1, r5, LSL #1 @ tmpH address
H A DFilt_6k_7k_neon.s36 MOV r8, r0 @ copy signal[] address
37 MOV r5, r2 @ copy mem[] address
52 ADR r3, Lable1 @ get fir_7k address
56 ADD r6, r13, #60 @ get x[L_FIR - 1] address
210 @LDR r1, [sp, #-4] @mem address
H A Dcor_h_vec_neon.s72 ADD r9, r3, r2, LSL #1 @address of sign[pos]
119 ADD r9, r3, r2, LSL #1 @address of sign[pos]
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java280 protected void connect(LocalSocketAddress address, int timeout) argument
287 connectLocal(fd, address.getName(), address.getNamespace().getId());
294 * @param endpoint endpoint address
H A DProxy.java139 return ((InetSocketAddress)(proxy.address())).getHostName();
156 return ((InetSocketAddress)(proxy.address())).getPort();
212 InetSocketAddress sa = (InetSocketAddress)prefProxy.address();
H A DPacProxySelector.java110 public void connectFailed(URI uri, SocketAddress address, IOException failure) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java273 private int processCdmaWapPdu(byte[] pdu, int referenceNumber, String address, argument
309 log("Received WAP PDU. Type = " + msgType + ", originator = " + address
318 true, address, referenceNumber, segment, totalSegments, true);
/frameworks/base/core/java/android/text/util/
H A DLinkify.java99 * to prevent turning the domain name in an email address into a web link.
465 String address;
468 while ((address = WebView.findAddress(string)) != null) {
469 int start = string.indexOf(address);
476 int length = address.length();
487 encodedAddress = URLEncoder.encode(address,"UTF-8");
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp346 uint8_t* address = (uint8_t*)pRegion.start(); local
349 address += (*entry)->emit(address);
353 address += (*entry)->emit(address);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsUsageMonitorShortCodeTest.java35 final String address; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest
40 this.address = destAddress;
462 assertEquals("country: " + test.countryIso + " number: " + test.address,
463 test.category, monitor.checkDestination(test.address, test.countryIso));
/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java186 //Sync the Bluetooth name and address from the Bluetooth Adapter
187 if (DBG) Log.d(TAG,"Retrieving Bluetooth Adapter name and address...");
257 * Returns true if the Bluetooth Adapter's name and address is
266 * Retrieve the Bluetooth Adapter's name and address and save it in
270 if (DBG) Log.d(TAG, "Loading stored name and address");
274 // if the valid flag is not set, don't load the address and name
275 if (DBG) Log.d(TAG, "invalid bluetooth name and address stored");
284 * Save the Bluetooth name and address in the persistent store.
287 * @param address
289 private void storeNameAndAddress(String name, String address) { argument
[all...]
/frameworks/base/services/java/com/android/server/display/
H A DDisplayManagerService.java541 public void connectWifiDisplay(String address) { argument
542 if (address == null) {
543 throw new IllegalArgumentException("address must not be null");
552 mWifiDisplayAdapter.requestConnectLocked(address);
614 public void renameWifiDisplay(String address, String alias) { argument
615 if (address == null) {
616 throw new IllegalArgumentException("address must not be null");
625 mWifiDisplayAdapter.requestRenameLocked(address, alias);
634 public void forgetWifiDisplay(String address) { argument
635 if (address
[all...]
H A DLogicalDisplay.java204 mBaseDisplayInfo.address = deviceInfo.address;
/frameworks/base/core/java/android/os/
H A DMemoryFile.java45 // returns memory address for ashmem region
50 private static native int native_read(FileDescriptor fd, int address, byte[] buffer, argument
52 private static native void native_write(FileDescriptor fd, int address, byte[] buffer, argument
58 private int mAddress; // address of ashmem memory
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java148 * @return the BSSID, in the form of a six-byte MAC address: {@code XX:XX:XX:XX:XX:XX}
182 * Record the MAC address of the WLAN interface
183 * @param macAddress the MAC address in {@code XX:XX:XX:XX:XX:XX} form
230 void setInetAddress(InetAddress address) { argument
231 mIpAddress = address;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsTracker.java99 * @param address the originating address
106 String address, int referenceNumber, int sequenceNumber, int messageCount,
114 mAddress = address;
199 values.put("address", mAddress);
236 builder.append(" address=").append(mAddress);
105 InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, String address, int referenceNumber, int sequenceNumber, int messageCount, boolean is3gpp2WapPdu) argument
/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp146 struct sockaddr address; member in union:android::__anon1014
168 ret = accept(fd, &(sa.address), &addrlen);
828 struct sockaddr address;
835 err = getsockname(fd, &(sa.address), &namelen);
842 if (sa.address.sa_family != AF_UNIX) {
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java256 String address = "\"Foo\" <foo@google.com>, \"Bar\" <bar@google.com>";
257 assertEquals(0, tokenizer.findTokenStart(address, 21));
258 assertEquals(22, tokenizer.findTokenEnd(address, 21));
259 assertEquals(24, tokenizer.findTokenStart(address, 25));
260 assertEquals(46, tokenizer.findTokenEnd(address, 25));

Completed in 2138 milliseconds

123456