Searched defs:source (Results 51 - 75 of 468) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/net/
H A DDhcpInfo.java40 public DhcpInfo(DhcpInfo source) { argument
41 if (source != null) {
42 ipAddress = source.ipAddress;
43 gateway = source.gateway;
44 netmask = source.netmask;
45 dns1 = source.dns1;
46 dns2 = source.dns2;
47 serverAddress = source.serverAddress;
48 leaseDuration = source.leaseDuration;
/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java26 * Transforms source text into an ALL CAPS string, locale-aware.
41 public CharSequence getTransformation(CharSequence source, View view) { argument
43 return source != null ? source.toString().toUpperCase(mLocale) : null;
46 return source;
/frameworks/base/core/java/android/text/style/
H A DEasyEditSpan.java82 public EasyEditSpan(Parcel source) { argument
83 mPendingIntent = source.readParcelable(null);
84 mDeleteEnabled = (source.readByte() == 1);
H A DImageSpan.java84 public ImageSpan(Drawable d, String source) { argument
85 this(d, source, ALIGN_BOTTOM);
92 public ImageSpan(Drawable d, String source, int verticalAlignment) { argument
95 mSource = source;
160 * Returns the source string that was saved during construction.
/frameworks/base/core/java/android/view/
H A DFocusFinderHelper.java36 public boolean isBetterCandidate(int direction, Rect source, Rect rect1, Rect rect2) { argument
37 return mFocusFinder.isBetterCandidate(direction, source, rect1, rect2);
40 public boolean beamBeats(int direction, Rect source, Rect rect1, Rect rect2) { argument
41 return mFocusFinder.beamBeats(direction, source, rect1, rect2);
52 public static int majorAxisDistance(int direction, Rect source, Rect dest) { argument
53 return FocusFinder.majorAxisDistance(direction, source, dest);
56 public static int majorAxisDistanceToFarEdge(int direction, Rect source, Rect dest) { argument
57 return FocusFinder.majorAxisDistanceToFarEdge(direction, source, dest);
/frameworks/base/core/java/android/view/inputmethod/
H A DCorrectionInfo.java43 private CorrectionInfo(Parcel source) { argument
44 mOffset = source.readInt();
45 mOldText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
46 mNewText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
93 public CorrectionInfo createFromParcel(Parcel source) {
94 return new CorrectionInfo(source);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DActiveSourceHandler.java42 static ActiveSourceHandler create(HdmiCecLocalDeviceTv source, IHdmiControlCallback callback) { argument
43 if (source == null) {
47 return new ActiveSourceHandler(source, callback);
50 private ActiveSourceHandler(HdmiCecLocalDeviceTv source, IHdmiControlCallback callback) { argument
51 mSource = source;
57 * Handles the incoming active source command.
59 * @param newActive new active source information
60 * @param deviceType device type of the new active source
76 // TV is in a mode that should keep its current source/input from
77 // being changed for its operation. Reclaim the active source
[all...]
H A DHdmiCecMessage.java26 * source and destination address, command (or opcode), and optional parameters.
40 public HdmiCecMessage(int source, int destination, int opcode, byte[] params) { argument
41 mSource = source;
48 * Return the source address field of the message. It is the logical address
51 * @return source address
H A DSetArcTransmissionStateAction.java41 * @param source {@link HdmiCecLocalDevice} instance
44 SetArcTransmissionStateAction(HdmiCecLocalDevice source, int avrAddress, argument
46 super(source);
H A DSystemAudioAutoInitiationAction.java32 SystemAudioAutoInitiationAction(HdmiCecLocalDevice source, int avrAddress) { argument
33 super(source);
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java17 package com.android.accessorydisplay.source.presentation;
H A DDemoPresentation.java17 package com.android.accessorydisplay.source.presentation;
20 import com.android.accessorydisplay.source.R;
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DRunResult.java41 RunResult(Parcel source) { argument
42 name = source.readString();
43 fgLongName = source.readString();
44 bgLongName = source.readString();
45 fgTime = source.readLong();
46 fgOps = source.readLong();
47 bgTime = source.readLong();
48 bgOps = source.readLong();
/frameworks/base/tools/aapt/
H A DCacheUpdater.h24 * mirror cache where the source tree is duplicated and filled with processed
41 // Process an image from source out to dest
42 virtual void processImage(String8 source, String8 dest) = 0;
100 // Process an image from source out to dest
101 virtual void processImage(String8 source, String8 dest) argument
106 preProcessImageToCache(bundle, source, dest);
H A DSymbol.h52 SourcePos source; member in struct:SymbolDefinition
87 , source(src) {
91 return (symbol < rhs.symbol) || (config < rhs.config) || (source < rhs.source);
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsInfo.java72 public WpsInfo(WpsInfo source) { argument
73 if (source != null) {
74 setup = source.setup;
75 BSSID = source.BSSID;
76 pin = source.pin;
H A DWpsResult.java63 public WpsResult(WpsResult source) { argument
64 if (source != null) {
65 status = source.status;
66 pin = source.pin;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pConfig.java123 public WifiP2pConfig(WifiP2pConfig source) { argument
124 if (source != null) {
125 deviceAddress = source.deviceAddress;
126 wps = new WpsInfo(source.wps);
127 groupOwnerIntent = source.groupOwnerIntent;
128 netId = source.netId;
/frameworks/compile/mclinker/lib/ADT/GraphLite/
H A DDigraph.cpp30 Digraph::Node Digraph::Arc::source() const function in class:Digraph::Arc
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java26 private final RectF source; field in class:CircularImageView
43 source = new RectF();
79 source.set(0, 0, bitmap.getWidth(), bitmap.getHeight());
83 drawBitmapWithCircleOnCanvas(bitmap, canvas, source, destination);
87 * Given the source bitmap and a canvas, draws the bitmap through a circular
90 * @param bitmap The source bitmap to draw.
92 * @param source The source bound of the bitmap.
96 RectF source, RectF dest) {
103 matrix.setRectToRect(source, des
95 drawBitmapWithCircleOnCanvas(Bitmap bitmap, Canvas canvas, RectF source, RectF dest) argument
[all...]
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp36 fprintf(stderr, " -m use microphone for input, default sine source\n");
78 sp<MediaSource> source; local
82 source = new AudioSource(
87 // use a sine source at 500 hz.
88 source = new SineSource(kSampleRate, channels);
101 if (source->getFormat()->findInt32(kKeyMaxInputSize, &maxInputSize)) {
108 source);
129 source->stop(); // must stop source otherwise delete player will hang
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSession.cpp65 const KeyId keyId, const Iv iv, const void* source,
80 reinterpret_cast<const uint8_t*>(source),
64 decrypt( const KeyId keyId, const Iv iv, const void* source, void* destination, const SubSample* subSamples, size_t numSubSamples, size_t* bytesDecryptedOut) argument
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DAesCtrDecryptorUnittest.cpp33 status_t attemptDecrypt(const Key& key, const Iv& iv, const uint8_t* source, argument
40 return decryptor.decrypt(keyVector, iv, source, destination, subSamples,
/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp44 const sp<ARTPSource> &source) {
45 AssemblyStatus status = addPacket(source);
53 const sp<ARTPSource> &source) {
54 List<sp<ABuffer> > *queue = source->queue();
43 assembleMore( const sp<ARTPSource> &source) argument
52 addPacket( const sp<ARTPSource> &source) argument
H A DARTPAssembler.cpp32 void ARTPAssembler::onPacketReceived(const sp<ARTPSource> &source) { argument
35 status = assembleMore(source);

Completed in 3270 milliseconds

1234567891011>>