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

123456789

/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp234 String8 address = String8(patch->sinks[0].ext.device.address); local
241 address,
252 String8 address = String8(patch->sources[0].ext.device.address); local
263 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/core/jni/android/graphics/
H A DBitmap.cpp128 Bitmap::Bitmap(JNIEnv* env, jbyteArray storageObj, void* address, argument
134 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable));
140 Bitmap::Bitmap(void* address, void* context, FreeFunc freeFunc, argument
143 mPixelStorage.external.address = address;
146 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable));
152 Bitmap::Bitmap(void* address, int fd, argument
155 mPixelStorage.ashmem.address = address;
158 mPixelRef.reset(new WrappedPixelRef(this, address, inf
[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/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java276 // configure RNDIS ethernet address based on our serial number using the same algorithm
279 int address[] = new int[ETH_ALEN];
280 // first byte is 0x02 to signify a locally administered address
281 address[0] = 0x02;
287 address[i % (ETH_ALEN - 1) + 1] ^= (int)serial.charAt(i);
290 address[0], address[1], address[2], address[3], address[
[all...]
H A DUsbHostManager.java200 private void addUsbEndpoint(int address, int attributes, int maxPacketSize, int interval) { argument
201 mNewEndpoints.add(new UsbEndpoint(address, attributes, maxPacketSize, interval));
/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/av/include/media/
H A DIAudioFlinger.h157 const String8& address,
170 const String8& address,
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
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]
H A Dsyn_filt_opt.s39 MOV r4, r3 @ copy mem[] address
40 MOV r5, r13 @ copy yy = y_buf address
225 ADD r5, r13, #160 @ yy[64] address
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
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/av/services/audiopolicy/
H A DAudioPolicyInterface.h258 const String8& address,
281 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...]
/frameworks/base/core/java/android/net/
H A DNetwork.java102 * @throws UnknownHostException if the address lookup fails.
113 * the hostName to be resolved to an address or {@code null}.
116 * if the address lookup fails.
157 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, argument
161 socket.connect(new InetSocketAddress(address, port));
H A DProxy.java137 return ((InetSocketAddress)(proxy.address())).getHostName();
154 return ((InetSocketAddress)(proxy.address())).getPort();
/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, long address, byte[] buffer, argument
52 private static native void native_write(FileDescriptor fd, long address, byte[] buffer, argument
58 private long mAddress; // address of ashmem memory
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java335 void setAddress(String callId, Uri address, int presentation) { argument
338 adapter.setAddress(callId, address, presentation);
/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/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h188 // uses an output for playback with a non-empty, non "0" address.
307 const char* address = NULL);
371 const String8 address);
376 const String8 address);
446 String8 address,
577 // find the outputs on a given output descriptor that have the given address.
579 // in mProfile->mSupportedDevices) matches the device whose address is to be matched.
584 const String8 address /*in*/,
/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp144 struct sockaddr address; member in union:android::__anon884
166 ret = accept(fd, &(sa.address), &addrlen);
826 struct sockaddr address;
833 err = getsockname(fd, &(sa.address), &namelen);
840 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));
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java788 // There may not be a photo yet if anything but the first contact address
1200 * Create a chip that represents just the email address of a recipient. At some later
1302 // Otherwise, fallback to just creating an editable email address chip.
1334 * contact information including display text, address, and id.
1435 // address so we won't try to replace the user's potentially correct but
1839 String address = entry.getDestination();
1840 if (TextUtils.isEmpty(display) || TextUtils.equals(display, address)) {
1844 if (isPhoneQuery() && isPhoneNumber(address)) {
1845 trimmedDisplayText = address.trim();
1847 if (address !
3032 showCopyDialog(final String address) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java287 assertEquals(bearerData.callbackNumber.address, "3598271");
334 assertEquals(bearerData.callbackNumber.address, "3598271");
571 assertEquals("1234", bd1.callbackNumber.address);
583 assertEquals("5099214001", bd1.callbackNumber.address);
600 addr.address = "8005551212";
601 addr.numberOfDigits = (byte)addr.address.length();
611 assertEquals(addr.address, revAddr.address);
612 addr.address = "8*55#1012";
613 addr.numberOfDigits = (byte)addr.address
[all...]
/frameworks/base/core/java/android/provider/
H A DCallLog.java364 * The address associated with the account used to place or receive the call; in string
500 Uri address = account.getSubscriptionAddress();
501 if (address != null) {
502 accountAddress = address.getSchemeSpecificPart();
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp50 // Add a logical address to device.
51 int addLogicalAddress(cec_logical_address_t address);
52 // Clear all logical address registered to the device.
54 // Get physical address of device.
202 int HdmiCecController::addLogicalAddress(cec_logical_address_t address) { argument
203 return mDevice->add_logical_address(mDevice, address);

Completed in 690 milliseconds

123456789