HomeSort by relevance Sort by last modified time
    Searched defs:mSource (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /frameworks/av/media/libmediaplayerservice/
RemoteDisplay.h 45 sp<WifiDisplaySource> mSource;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.h 44 sp<IStreamSource> mSource;
GenericSource.h 59 sp<MediaSource> mSource;
NuPlayerStreamListener.h 61 sp<IStreamSource> mSource;
  /frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
MP4Source.h 42 sp<IStreamSource> mSource;
  /frameworks/av/media/libstagefright/timedtext/
TimedText3GPPSource.h 33 virtual status_t start() { return mSource->start(); }
34 virtual status_t stop() { return mSource->stop(); }
47 sp<MediaSource> mSource;
TimedTextSRTSource.h 49 sp<DataSource> mSource;
TimedTextPlayer.h 67 sp<TimedTextSource> mSource;
  /frameworks/av/include/media/nbaio/
SourceAudioBufferProvider.h 41 const sp<NBAIO_Source> mSource; // the wrapped source
  /frameworks/av/include/media/stagefright/
JPEGSource.h 42 sp<DataSource> mSource;
AMRWriter.h 49 sp<MediaSource> mSource;
AACWriter.h 51 sp<MediaSource> mSource;
AudioPlayer.h 72 sp<MediaSource> mSource;
  /frameworks/av/media/libstagefright/include/
StagefrightMetadataRetriever.h 47 sp<DataSource> mSource;
ThrottledSource.h 39 return mSource->getMIMEType();
46 sp<DataSource> mSource;
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.h 33 sp<MediaSource> mSource;
46 DummyRecorder(const sp<MediaSource> &source) : mSource(source)
  /frameworks/compile/libbcc/include/bcc/
Script.h 28 Source *mSource;
36 Script(Source &pSource) : mSource(&pSource) { }
50 // This is equivalent to the call to Script::merge(...) on mSource.
54 { return *mSource; }
56 { return *mSource; }
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
MediaSetSource.java 38 private MediaSet mSource;
47 mSource = Utils.checkNotNull(source);
48 mSource.addContentListener(this);
53 mSource.removeContentListener(this);
62 ArrayList<MediaItem> items = mSource.getMediaItem(mCacheStart, CACHE_SIZE);
86 long version = mSource.reload();
104 return mSource.getMediaItemCount();
WidgetService.java 90 private WidgetSource mSource;
105 mSource = mediaSet == null
109 mSource = new LocalPhotoSource(mApp.getAndroidContext());
111 mSource.setContentListener(this);
119 mSource.close();
120 mSource = null;
125 return mSource.size();
154 Bitmap bitmap = mSource.getImage(position);
162 .setData(mSource.getContentUri(position)));
168 mSource.reload()
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.h 68 sp<MediaSource> mSource;
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 49 sp<MediaSource> mSource;
RepeaterSource.h 42 sp<MediaSource> mSource;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSourceResult.java 26 private final Source mSource;
34 mSource = source;
38 return mSource;
43 return mSource;
48 return mSource.getIntentComponent();
61 return mSource + "[" + getUserQuery() + "]";
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/core/
PkgCategorySource.java 33 private final SdkSource mSource;
47 mSource = source;
54 mSource.toString(),
59 return mSource;
  /frameworks/base/core/java/android/text/style/
ImageSpan.java 34 private String mSource;
95 mSource = source;
110 mSource = uri.toString();
163 return mSource;

Completed in 605 milliseconds

1 2 3 4