Searched refs:source (Results 251 - 275 of 794) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.h43 const sp<IStreamSource> &/*source*/,
47 const sp<DataSource> &/*source*/,
63 const sp<IStreamSource> &source);
65 const sp<DataSource> &source);
/frameworks/av/media/libstagefright/include/
H A DMPEG2PSExtractor.h34 MPEG2PSExtractor(const sp<DataSource> &source);
74 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DMPEG2TSExtractor.h38 MPEG2TSExtractor(const sp<DataSource> &source);
79 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DWAVExtractor.h32 // Extractor assumes ownership of "source".
33 WAVExtractor(const sp<DataSource> &source);
64 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DWVMExtractor.h46 WVMExtractor(const sp<DataSource> &source);
96 const sp<DataSource> &source, String8 *mimeType, float *confidence,
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.h36 MatroskaExtractor(const sp<DataSource> &source);
87 const sp<DataSource> &source, String8 *mimeType, float *confidence,
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSource.h38 const sp<MediaSource>& source);
40 const sp<DataSource>& source, FileType filetype);
/frameworks/base/core/java/android/accounts/
H A DAccount.java72 public Account createFromParcel(Parcel source) {
73 return new Account(source);
H A DAccountAuthenticatorResponse.java90 public AccountAuthenticatorResponse createFromParcel(Parcel source) {
91 return new AccountAuthenticatorResponse(source);
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java145 WallpaperInfo(Parcel source) { argument
146 mSettingsActivityName = source.readString();
147 mThumbnailResource = source.readInt();
148 mAuthorResource = source.readInt();
149 mDescriptionResource = source.readInt();
150 mService = ResolveInfo.CREATOR.createFromParcel(source);
297 public WallpaperInfo createFromParcel(Parcel source) {
298 return new WallpaperInfo(source);
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java84 public ResultStorageDescriptor createFromParcel(Parcel source) {
85 return new ResultStorageDescriptor(source);
/frameworks/base/core/java/android/content/
H A DUriPermission.java108 public UriPermission createFromParcel(Parcel source) {
109 return new UriPermission(source);
/frameworks/base/core/java/android/content/pm/
H A DIntentFilterVerificationInfo.java74 public IntentFilterVerificationInfo(Parcel source) { argument
75 readFromParcel(source);
220 private void readFromParcel(Parcel source) { argument
221 mPackageName = source.readString();
222 mMainStatus = source.readInt();
224 source.readStringList(list);
237 public IntentFilterVerificationInfo createFromParcel(Parcel source) {
238 return new IntentFilterVerificationInfo(source);
H A DKeySet.java74 public KeySet createFromParcel(Parcel source) {
75 return readFromParcel(source);
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java139 public SpellCheckerInfo(Parcel source) { argument
140 mLabel = source.readInt();
141 mId = source.readString();
142 mSettingsActivityName = source.readString();
143 mService = ResolveInfo.CREATOR.createFromParcel(source);
144 source.readTypedList(mSubtypes, SpellCheckerSubtype.CREATOR);
192 public SpellCheckerInfo createFromParcel(Parcel source) {
193 return new SpellCheckerInfo(source);
/frameworks/base/media/tests/MediaDump/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DRequestArcAction.java36 * @param source {@link HdmiCecLocalDevice} instance
41 RequestArcAction(HdmiCecLocalDevice source, int avrAddress) { argument
42 super(source);
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 DDemoPresentation.java17 package com.android.accessorydisplay.source.presentation;
20 import com.android.accessorydisplay.source.R;
/frameworks/base/tests/AppLaunch/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/tests/DozeTest/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/tests/ImfTest/
H A DAndroid.mk7 # Only compile source java files in this apk.
/frameworks/base/tests/MemoryUsage/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicTrack.java43 * @param source
49 public MusicTrack(String title, String album, String artist, String genre, String source, argument
55 this.mSource = source;

Completed in 581 milliseconds

<<11121314151617181920>>