Searched refs:source (Results 51 - 75 of 474) sorted by relevance

1234567891011>>

/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfo.java32 private final ClassPathPackageInfoSource source; field in class:ClassPathPackageInfo
37 ClassPathPackageInfo(ClassPathPackageInfoSource source, String packageName, argument
39 this.source = source;
48 info.add(source.getPackageInfo(name));
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsInfo.java74 public WpsInfo(WpsInfo source) { argument
75 if (source != null) {
76 setup = source.setup;
77 BSSID = source.BSSID;
78 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 DWifiP2pInfo.java58 public WifiP2pInfo(WifiP2pInfo source) { argument
59 if (source != null) {
60 groupFormed = source.groupFormed;
61 isGroupOwner = source.isGroupOwner;
62 groupOwnerAddress = source.groupOwnerAddress;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp100 sp<AnotherPacketSource> source = getSource(audio); local
102 if (source == NULL) {
106 return source->getFormat();
148 sp<AnotherPacketSource> source = getSource(audio); local
150 if (source == NULL) {
155 if (!source->hasBufferAvailable(&finalResult)) {
159 return source->dequeueAccessUnit(accessUnit);
164 sp<MediaSource> source = mTSParser->getSource( local
167 return static_cast<AnotherPacketSource *>(source.get());
301 sp<AnotherPacketSource> source local
316 sp<AnotherPacketSource> source = info->mSource; local
348 sp<AnotherPacketSource> source = getSource(false /* audio */); local
366 sp<AnotherPacketSource> source = info->mSource; local
381 sp<AnotherPacketSource> source = info->mSource; local
444 sp<AnotherPacketSource> source = new AnotherPacketSource(format); local
[all...]
H A DHTTPLiveSource.cpp88 sp<AnotherPacketSource> source = local
91 if (source == NULL) {
95 return source->getFormat();
103 sp<LiveDataSource> source = local
108 ssize_t n = source->readAtNonBlocking(mOffset, buffer, sizeof(buffer));
153 sp<AnotherPacketSource> source = local
156 if (source == NULL) {
161 if (!source->hasBufferAvailable(&finalResult)) {
165 return source->dequeueAccessUnit(accessUnit);
/frameworks/base/core/java/android/nfc/
H A DTechListParcel.java52 public TechListParcel createFromParcel(Parcel source) {
53 int count = source.readInt();
56 techLists[i] = source.readStringArray();
/frameworks/base/core/java/android/text/
H A DEditable.java31 * <code>source</code>. The destination slice may be empty, in which case
32 * the operation is an insertion, or the source slice may be empty,
37 * <code>source</code> text.
39 * If <code>source</code>
48 public Editable replace(int st, int en, CharSequence source, int start, int end); argument
138 public Editable newEditable(CharSequence source) { argument
139 return new SpannableStringBuilder(source);
H A DBoringLayout.java39 public static BoringLayout make(CharSequence source, argument
44 return new BoringLayout(source, paint, outerwidth, align,
49 public static BoringLayout make(CharSequence source, argument
55 return new BoringLayout(source, paint, outerwidth, align,
65 public BoringLayout replaceOrMake(CharSequence source, TextPaint paint, argument
70 replaceWith(source, paint, outerwidth, align, spacingmult,
77 init(source, paint, outerwidth, align, spacingmult, spacingadd,
87 public BoringLayout replaceOrMake(CharSequence source, TextPaint paint, argument
97 replaceWith(source, paint, outerwidth, align, spacingmult,
105 replaceWith(TextUtils.ellipsize(source, pain
119 BoringLayout(CharSequence source, TextPaint paint, int outerwidth, Alignment align, float spacingmult, float spacingadd, BoringLayout.Metrics metrics, boolean includepad) argument
134 BoringLayout(CharSequence source, TextPaint paint, int outerwidth, Alignment align, float spacingmult, float spacingadd, BoringLayout.Metrics metrics, boolean includepad, TextUtils.TruncateAt ellipsize, int ellipsizedWidth) argument
169 init(CharSequence source, TextPaint paint, int outerwidth, Alignment align, float spacingmult, float spacingadd, BoringLayout.Metrics metrics, boolean includepad, boolean trustWidth) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsRawData.java32 public SmsRawData createFromParcel(Parcel source) {
34 size = source.readInt();
36 source.readByteArray(data);
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.h40 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
51 AssemblyStatus addPacket(const sp<ARTPSource> &source);
H A DAH263Assembler.h37 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
49 AssemblyStatus addPacket(const sp<ARTPSource> &source);
H A DAMPEG2TSAssembler.h37 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
46 AssemblyStatus addPacket(const sp<ARTPSource> &source);
H A DARawAudioAssembler.h42 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
53 AssemblyStatus addPacket(const sp<ARTPSource> &source);
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h32 // The media source from which this will receive frames
46 DummyRecorder(const sp<MediaSource> &source) : mSource(source) argument
/frameworks/base/location/java/android/location/
H A DCountry.java64 * Time that this object was created (which we assume to be the time that the source was
71 * @param source where the countryIso came from, could be one of below
81 public Country(final String countryIso, final int source) { argument
82 if (countryIso == null || source < COUNTRY_SOURCE_NETWORK
83 || source > COUNTRY_SOURCE_LOCALE) {
87 mSource = source;
91 private Country(final String countryIso, final int source, long timestamp) { argument
92 if (countryIso == null || source < COUNTRY_SOURCE_NETWORK
93 || source > COUNTRY_SOURCE_LOCALE) {
97 mSource = source;
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageStats.java134 public PackageStats(Parcel source) { argument
135 packageName = source.readString();
136 userHandle = source.readInt();
137 codeSize = source.readLong();
138 dataSize = source.readLong();
139 cacheSize = source.readLong();
140 externalCodeSize = source.readLong();
141 externalDataSize = source.readLong();
142 externalCacheSize = source.readLong();
143 externalMediaSize = source
[all...]
H A DResolveInfo.java289 public ResolveInfo createFromParcel(Parcel source) {
290 return new ResolveInfo(source);
297 private ResolveInfo(Parcel source) { argument
298 switch (source.readInt()) {
300 activityInfo = ActivityInfo.CREATOR.createFromParcel(source);
304 serviceInfo = ServiceInfo.CREATOR.createFromParcel(source);
312 if (source.readInt() != 0) {
313 filter = IntentFilter.CREATOR.createFromParcel(source);
315 priority = source.readInt();
316 preferredOrder = source
[all...]
H A DComponentInfo.java148 protected ComponentInfo(Parcel source) { argument
149 super(source);
150 applicationInfo = ApplicationInfo.CREATOR.createFromParcel(source);
151 processName = source.readString();
152 descriptionRes = source.readInt();
153 enabled = (source.readInt() != 0);
154 exported = (source.readInt() != 0);
H A DActivityInfo.java573 public ActivityInfo createFromParcel(Parcel source) {
574 return new ActivityInfo(source);
581 private ActivityInfo(Parcel source) { argument
582 super(source);
583 theme = source.readInt();
584 launchMode = source.readInt();
585 permission = source.readString();
586 taskAffinity = source.readString();
587 targetActivity = source.readString();
588 flags = source
[all...]
H A DContainerEncryptionParams.java325 private ContainerEncryptionParams(Parcel source) throws InvalidAlgorithmParameterException { argument
326 mEncryptionAlgorithm = source.readString();
327 final int encParamType = source.readInt();
328 final byte[] encParamsEncoded = source.createByteArray();
329 mEncryptionKey = (SecretKey) source.readSerializable();
331 mMacAlgorithm = source.readString();
332 final int macParamType = source.readInt();
333 source.createByteArray(); // byte[] macParamsEncoded
334 mMacKey = (SecretKey) source.readSerializable();
336 mMacTag = source
[all...]
/frameworks/base/core/java/android/text/method/
H A DTransformationMethod.java30 * Returns a CharSequence that is a transformation of the source text --
33 * the source text, and that if the source text is Editable, the returned
36 public CharSequence getTransformation(CharSequence source, View view); argument
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java52 public WorkSource source; field in class:FusedLocationProvider.RequestWrapper
53 public RequestWrapper(ProviderRequestUnbundled request, WorkSource source) { argument
55 this.source = source;
81 mEngine.setRequest(wrapper.request, wrapper.source);
99 public void onSetRequest(ProviderRequestUnbundled request, WorkSource source) { argument
100 mHandler.obtainMessage(MSG_SET_REQUEST, new RequestWrapper(request, source)).sendToTarget();
/frameworks/av/media/libstagefright/
H A DXINGSeeker.cpp80 const sp<DataSource> &source, off64_t first_frame_pos) {
87 if (source->readAt(offset, &buffer, 4) < 4) { // get header
116 if (source->readAt(offset, &buffer, 4) < 4) { // XING header ID
129 if (source->readAt(offset, &buffer, 4) < 4) { // flags
136 if (source->readAt(offset, buffer, 4) < 4) {
150 if (source->readAt(offset, buffer, 4) < 4) {
157 if (source->readAt(offset + 1, seeker->mTOC, 99) < 99) {
166 if (source->readAt(offset, buffer, 4) < 4) {
173 if (source->readAt(xingbase + 0xaf - 0x24, &buffer, 1) < 1) { // encoding flags
182 if (source
79 CreateFromSource( const sp<DataSource> &source, off64_t first_frame_pos) argument
[all...]
/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java206 public SyncAdapterType(Parcel source) { argument
208 source.readString(),
209 source.readString(),
210 source.readInt() != 0,
211 source.readInt() != 0,
212 source.readInt() != 0,
213 source.readInt() != 0,
214 source.readString());
218 public SyncAdapterType createFromParcel(Parcel source) {
219 return new SyncAdapterType(source);
[all...]

Completed in 249 milliseconds

1234567891011>>