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

1 2 3 4 5 6

  /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; }
  /frameworks/compile/libbcc/lib/Core/
Script.cpp 24 if (mSource == &pSource) {
29 delete mSource;
31 mSource = &pSource;
36 return mSource->merge(pSource, pPreserveSource);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ScrollIndicatorsView.java 19 private ScrollNotifier mSource;
30 mSource = notifier;
31 mSource.addScrollListener(this);
36 return mSource.computeVerticalScrollRange();
41 return mSource.computeVerticalScrollOffset();
46 return mSource.computeVerticalScrollExtent();
51 return mSource.computeHorizontalScrollRange();
56 return mSource.computeHorizontalScrollOffset();
61 return mSource.computeHorizontalScrollExtent();
  /frameworks/av/media/libmediaplayerservice/
RemoteDisplay.cpp 35 mSource = new WifiDisplaySource(mNetSession, client);
36 mLooper->registerHandler(mSource);
41 mSource->start(iface);
48 return mSource->pause();
52 return mSource->resume();
56 mSource->stop();
57 mSource.clear();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSourceResult.java 28 private final GoogleSource mSource;
36 mSource = source;
40 return mSource;
45 return mSource;
50 return mSource.getIntentComponent();
63 return mSource + "[" + getUserQuery() + "]";
Suggestions.java 40 private Source mSource;
50 mSource = source;
65 return mSource;
189 return "Suggestions@" + hashCode() + "{source=" + mSource
SuggestionData.java 31 private final Source mSource;
50 mSource = source;
54 return mSource;
95 return mSource.getDefaultIntentAction();
99 return mSource.getIntentComponent();
232 result = prime * result + ((mSource == null) ? 0 : mSource.hashCode());
289 if (mSource == null) {
290 if (other.mSource != null)
292 } else if (!mSource.equals(other.mSource)
    [all...]
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 42 return mSource->initCheck();
46 return mSource->getSize(size);
50 return mSource->flags();
54 return mSource->reconnectAtOffset(offset);
58 return mSource->DrmInitialization(mime);
62 mSource->getDrmInfo(handle, client);
66 return mSource->getMIMEType();
72 sp<DataSource> mSource;
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.h 33 sp<MediaSource> mSource;
46 DummyRecorder(const sp<MediaSource> &source) : mSource(source)
DummyRecorder.cpp 41 mSource->start();
61 mSource->stop();
80 while (mStarted && (err = mSource->read(&buffer)) == OK){
  /frameworks/base/location/java/android/location/
Country.java 59 private final int mSource;
87 mSource = source;
97 mSource = source;
103 mSource = country.mSource;
125 return mSource;
152 parcel.writeInt(mSource);
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource();
180 hash = hash * 13 + mSource;
200 return "Country {ISO=" + mCountryIso + ", source=" + mSource + ", time=" + mTimestamp + "}"
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 80 if (mAudioTrack.mSource == NULL) {
81 mAudioTrack.mSource = track = extractor->getTrack(i);
90 if (mVideoTrack.mSource == NULL) {
91 mVideoTrack.mSource = track = extractor->getTrack(i);
110 if (mVideoTrack.mSource != NULL) {
111 sp<MetaData> meta = mVideoTrack.mSource->getFormat();
132 if (mAudioTrack.mSource != NULL) {
133 CHECK_EQ(mAudioTrack.mSource->start(), (status_t)OK);
136 new AnotherPacketSource(mAudioTrack.mSource->getFormat());
141 if (mVideoTrack.mSource != NULL)
    [all...]
  /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;
TimedTextPlayer.cpp 43 mSource(NULL),
50 if (mSource != NULL) {
51 mSource->stop();
52 mSource.clear();
53 mSource = NULL;
189 if (mSource != NULL) {
190 mSource->stop();
191 mSource.clear();
192 mSource = NULL;
201 mSource = static_cast<TimedTextSource*>(obj.get())
    [all...]
TimedText3GPPSource.cpp 35 : mSource(mediaSource) {
45 status_t err = mSource->read(&textBuffer, options);
72 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
96 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
102 if (!mSource->getFormat()->findData(
116 return mSource->getFormat();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSourceResult.java 30 private final Source mSource;
35 mSource = source;
44 return mSource;
83 return mSource;
107 return mSource.getDefaultIntentAction();
111 return mSource.getIntentComponent();
GoogleSuggestionProvider.java 48 private GoogleSource mSource;
52 mSource = QsbApplication.get(getContext()).getGoogleSource();
80 emptyIfNull(mSource.queryExternal(query), mSource, query));
85 return new SuggestionCursorBackedCursor(mSource.refreshShortcut(shortcutId, extraData));
  /frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp 87 mSource = new TimedTextSRTSource(stub);
88 mSource->start();
110 sp<TimedTextSource> mSource;
120 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
127 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
133 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
139 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
145 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
152 err = mSource->read(&startTimeUs, &endTimeUs, &parcel, &options);
161 err = mSource->read(&startTimeUs, &endTimeUs, &parcel, &options)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
MediaSetSource.java 40 private WidgetSource mSource;
48 mSource = new CheckedMediaSetSource(mediaSet);
55 mSource = new EmptySource();
61 return mSource.size();
66 return mSource.getImage(index);
71 return mSource.getContentUri(index);
79 mSource.setContentListener(listener);
85 mSource.reload();
90 mSource.close();
112 mSource = new CheckedMediaSetSource(mediaSet)
    [all...]
WidgetService.java 60 private WidgetSource mSource;
72 mSource = new MediaSetSource(mApp.getDataManager(), mAlbumPath);
74 mSource = new LocalPhotoSource(mApp.getAndroidContext());
76 mSource.setContentListener(this);
84 mSource.close();
85 mSource = null;
90 return mSource.size();
119 Bitmap bitmap = mSource.getImage(position);
127 .setData(mSource.getContentUri(position)));
133 mSource.reload()
    [all...]
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 55 : mSource(source),
63 CHECK(mSource->getSize(&mSize) == OK);
123 ssize_t n = mSource->readAt(mOffset, buffer->data(), mSize - mOffset);
148 if (!mSource->getUInt16(i, &soi)) {
160 if (mSource->readAt(i++, &marker, 1) != 1) {
166 if (mSource->readAt(i++, &marker, 1) != 1) {
173 if (!mSource->getUInt16(i, &chunkSize)) {
208 if (!mSource->getUInt16(i + 1, &height)
209 || !mSource->getUInt16(i + 3, &width)) {
ThrottledSource.cpp 27 : mSource(source),
37 ssize_t n = mSource->readAt(offset, data, size);
  /frameworks/base/core/java/android/text/
AlteredCharSequence.java 44 mSource = source;
93 return mSource.charAt(off);
97 return mSource.length();
101 return AlteredCharSequence.make(mSource.subSequence(start, end),
106 TextUtils.getChars(mSource, start, end, dest, off);
126 private CharSequence mSource;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoFallbackEffect.java 56 private RectF mSource = new RectF();
116 mSource.set((w - h) / 2, 0, (w + h) / 2, h);
117 canvas.drawTexture(entry.texture, mSource, mTarget);
124 mSource.set(0, 0, (w - h) / 2, h);
125 canvas.drawTexture(entry.texture, mSource, mTarget);
129 mSource.set((w + h) / 2, 0, w, h);
130 canvas.drawTexture(entry.texture, mSource, mTarget);
136 mSource.set(0, (h - w) / 2, w, (h + w) / 2);
137 canvas.drawTexture(entry.texture, mSource, mTarget);
144 mSource.set(0, 0, w, (h - w) / 2)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
MP4Source.h 43 sp<IStreamSource> mSource;

Completed in 914 milliseconds

1 2 3 4 5 6