Searched refs:address (Results 76 - 100 of 181) sorted by relevance

12345678

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
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/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.s37 MOV r8, r0 @ copy signal[] address
38 MOV r5, r2 @ copy mem[] address
53 ADR r3, Lable1 @ get fir_7k address
57 ADD r6, r13, #60 @ get x[L_FIR - 1] address
211 @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.java283 protected void connect(LocalSocketAddress address, int timeout) argument
290 connectLocal(fd, address.getName(), address.getNamespace().getId());
297 * @param endpoint endpoint address
H A DProxy.java141 return ((InetSocketAddress)(proxy.address())).getHostName();
158 return ((InetSocketAddress)(proxy.address())).getPort();
215 InetSocketAddress sa = (InetSocketAddress)prefProxy.address();
H A DNetwork.java103 * @throws UnknownHostException if the address lookup fails.
114 * the hostName to be resolved to an address or {@code null}.
117 * if the address lookup fails.
158 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, argument
162 socket.connect(new InetSocketAddress(address, port));
/frameworks/compile/mclinker/tools/mcld/lib/
H A DScriptOptions.cpp37 llvm::cl::desc("Locate a output section at the given absolute address"),
38 llvm::cl::value_desc("Set address of section"),
43 llvm::cl::desc("Set the address of the bss segment"),
48 llvm::cl::desc("Set the address of the data segment"),
53 llvm::cl::desc("Set the address of the text segment"),
137 uint64_t address = 0x0; local
138 script.substr(pos + 1).getAsInteger(0, address);
142 addr_mapping->setValue(address);
145 // set -Tbss [address]
153 // set -Tdata [address]
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java277 private int processCdmaWapPdu(byte[] pdu, int referenceNumber, String address, argument
313 log("Received WAP PDU. Type = " + msgType + ", originator = " + address
322 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;
469 while ((address = WebView.findAddress(string)) != null) {
470 int start = string.indexOf(address);
477 int length = address.length();
488 encodedAddress = URLEncoder.encode(address,"UTF-8");
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp355 uint8_t* address = (uint8_t*)pRegion.begin(); local
358 address += (*entry)->emit(address);
362 address += (*entry)->emit(address);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java85 * Get a HashMap of address to RecipientEntry that contains all contact
86 * information for a contact with the provided address, if one exists. This
181 for (String address : addresses) {
182 if (!recipientEntries.containsKey(address)) {
183 unresolvedAddresses.add(address);
214 for (final String address : entries.keySet()) {
215 matchesNotFound.remove(address);
238 for (final String address : entries.keySet()) {
239 matchesNotFound.remove(address);
251 String address
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h160 // uses an output for playback with a non-empty, non "0" address.
378 sp<DeviceDescriptor> getDevice(audio_devices_t type, String8 address) const;
382 DeviceVector getDevicesFromTypeAddr(audio_devices_t type, String8 address)
406 String8 address,
431 audio_devices_t device, String8 address);
434 audio_devices_t device, String8 address);
606 const char* address = NULL);
677 const String8 address);
682 const String8 address);
755 String8 address,
[all...]
H A DAudioPolicyManager.cpp34 // type alone is not enough: the address must match too
225 ALOGV("setDeviceConnectionState() device: %x, state %d, address %s",
459 String8 address = (device_address == NULL) ? String8("") : String8(device_address); local
460 // handle legacy remote submix case where the address was not always specified
461 if (deviceDistinguishesOnAddress(device) && (address.length() == 0)) {
462 address = String8("0");
470 mHwModules[i]->mDeclaredDevices.getDevicesFromTypeAddr(device, address);
481 devDesc->mAddress = address;
1472 // handle legacy remote submix case where the address was not always specified
1473 String8 address local
1666 String8 address = String8(""); local
1714 String8 address = String8(""); local
2158 String8 address = mixes[i].mRegistrationId; local
2208 String8 address = mixes[i].mRegistrationId; local
3196 String8 address = inputDevices.size() > 0 ? inputDevices.itemAt(0)->mAddress local
3495 checkOutputsForDevice(const sp<DeviceDescriptor> devDesc, audio_policy_dev_state_t state, SortedVector<audio_io_handle_t>& outputs, const String8 address) argument
3783 checkInputsForDevice(audio_devices_t device, audio_policy_dev_state_t state, SortedVector<audio_io_handle_t>& inputs, const String8 address) argument
4893 setOutputDevice(audio_io_handle_t output, audio_devices_t device, bool force, int delayMs, audio_patch_handle_t *patchHandle, const char* address) argument
5131 getInputProfile(audio_devices_t device, String8 address, uint32_t& samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_input_flags_t flags) argument
6403 addOutputProfile(String8 name, const audio_config_t *config, audio_devices_t device, String8 address) argument
6433 addInputProfile(String8 name, const audio_config_t *config, audio_devices_t device, String8 address) argument
7371 isCompatibleProfile(audio_devices_t device, String8 address, uint32_t samplingRate, uint32_t *updatedSamplingRate, audio_format_t format, audio_channel_mask_t channelMask, uint32_t flags) const argument
[all...]
H A DAudioPolicyInterface.h247 const String8& address,
270 const String8& address,
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java519 * Add an email address to be used in the "to" field of the final Intent.
521 * @param address Email address to send to
525 public IntentBuilder addEmailTo(String address) { argument
529 mToAddresses.add(address);
559 * Add an email address to be used in the "cc" field of the final Intent.
561 * @param address Email address to CC
565 public IntentBuilder addEmailCc(String address) { argument
569 mCcAddresses.add(address);
605 addEmailBcc(String address) argument
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageBuilder.java33 * @param src source address of command
34 * @param dest destination address of command
48 * @param src source address of command
49 * @param dest destination address of command
66 * @param src source address of command
67 * @param dest destination address of command
77 * @param src source address of command
78 * @param dest destination address of command
88 * @param src source address of command
89 * @param dest destination address o
152 buildReportPhysicalAddressCommand(int src, int address, int deviceType) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java36 * it, such as the name, address, class, and bonding state.
39 * address. Objects of this class are immutable. Operations on this class
40 * are performed on the remote Bluetooth hardware address, using the
47 * of a known MAC address (which you can get through device discovery with
609 * Bluetooth MAC address must be upper case, such as "00:11:22:33:AA:BB",
611 * @param address valid Bluetooth MAC address
613 * @throws IllegalArgumentException address is invalid
616 /*package*/ BluetoothDevice(String address) { argument
618 if (!BluetoothAdapter.checkBluetoothAddress(address)) {
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java265 public Uri importTextMessage(String callingPkg, String address, int type, String text, argument
275 callingPkg, address, type, text, timestampMillis, seen, read);
335 public Uri addTextMessageDraft(String callingPkg, String address, String text) argument
344 return getServiceGuarded().addTextMessageDraft(callingPkg, address, text);
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java131 * Indicates that the address (e.g., phone number) of this {@code RemoteConnection} has
135 * @param address The new address of the {@code RemoteConnection}.
136 * @param presentation The presentation requirements for the address.
139 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} argument
536 * Obtains the address of this {@code RemoteConnection}.
538 * @return The address (e.g., phone number) to which the {@code RemoteConnection}
546 * Obtains the presentation requirements for the address of this {@code RemoteConnection}.
548 * @return The presentation requirements for the address. See
924 void setAddress(Uri address, in argument
[all...]
/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/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java249 // configure RNDIS ethernet address based on our serial number using the same algorithm
252 int address[] = new int[ETH_ALEN];
253 // first byte is 0x02 to signify a locally administered address
254 address[0] = 0x02;
260 address[i % (ETH_ALEN - 1) + 1] ^= (int)serial.charAt(i);
263 address[0], address[1], address[2], address[3], address[
[all...]
/frameworks/av/include/media/
H A DIAudioFlinger.h152 const String8& address,
165 const String8& address,
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java25 * CEC, this container includes basic information such as logical address, physical address and
28 * devices for which only port ID, physical address are meaningful.
63 * Logical address used to indicate the source comes from internal device. The logical address
69 * Physical address used to indicate the source comes from internal device. The physical address
74 /** Invalid physical address (routing path) */
158 * @param logicalAddress logical address of HDMI-CEC device
159 * @param physicalAddress physical address o
284 idForCecDevice(int address) argument
[all...]

Completed in 575 milliseconds

12345678