Searched refs:mSource (Results 1 - 25 of 101) sorted by relevance

12345

/frameworks/compile/libbcc/lib/Core/
H A DScript.cpp24 if (mSource == &pSource) {
29 delete mSource;
31 mSource = &pSource;
36 return mSource->merge(pSource, pPreserveSource);
/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp30 mSource(new WifiDisplaySource(mNetSession, client)) {
32 mLooper->registerHandler(mSource);
37 mSource->start(iface);
44 return mSource->pause();
48 return mSource->resume();
52 mSource->stop();
/frameworks/compile/libbcc/include/bcc/
H A DScript.h28 Source *mSource; member in class:bcc::Script
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/base/location/java/android/location/
H A DCountry.java59 private final int mSource; field in class:Country
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
[all...]
/frameworks/av/media/libstagefright/
H A DThrottledSource.cpp27 : mSource(source),
35 return mSource->initCheck();
41 ssize_t n = mSource->readAt(offset, data, size);
70 return mSource->getSize(size);
74 return mSource->flags();
H A DJPEGSource.cpp55 : 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)) {
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.h33 virtual status_t start() { return mSource->start(); }
34 virtual status_t stop() { return mSource->stop(); }
47 sp<MediaSource> mSource; member in class:android::TimedText3GPPSource
H A DTimedTextPlayer.cpp43 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
[all...]
H A DTimedText3GPPSource.cpp35 : 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();
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h33 sp<MediaSource> mSource; member in class:android::DummyRecorder
46 DummyRecorder(const sp<MediaSource> &source) : mSource(source)
H A DDummyRecorder.cpp41 mSource->start();
61 mSource->stop();
80 while (mStarted && (err = mSource->read(&buffer)) == OK){
/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextSRTSource_test.cpp87 mSource = new TimedTextSRTSource(stub);
88 mSource->start();
110 sp<TimedTextSource> mSource; member in class:android::test::TimedTextSRTSourceTest
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
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp76 if (mAudioTrack.mSource == NULL) {
77 mAudioTrack.mSource = track = extractor->getTrack(i);
86 if (mVideoTrack.mSource == NULL) {
87 mVideoTrack.mSource = track = extractor->getTrack(i);
108 if (mAudioTrack.mSource != NULL) {
109 CHECK_EQ(mAudioTrack.mSource->start(), (status_t)OK);
112 new AnotherPacketSource(mAudioTrack.mSource->getFormat());
117 if (mVideoTrack.mSource != NULL) {
118 CHECK_EQ(mVideoTrack.mSource->start(), (status_t)OK);
121 new AnotherPacketSource(mVideoTrack.mSource
[all...]
H A DStreamingSource.h46 sp<IStreamSource> mSource; member in struct:android::NuPlayer::StreamingSource
H A DNuPlayerStreamListener.cpp33 : mSource(source),
37 mSource->setListener(this);
46 mSource->setBuffers(mBuffers);
51 mSource->onBufferAvailable(i);
156 mSource->onBufferAvailable(entry->mIndex);
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java44 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; field in class:AlteredCharSequence
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h39 return mSource->getMIMEType();
46 sp<DataSource> mSource; member in struct:android::ThrottledSource
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp35 mSource = source;
51 sp<MetaData> format = mSource->getFormat();
64 ALOGV("~VideoEditorSRC %p(%p)", this, mSource.get());
69 ALOGV("start %p(%p)", this, mSource.get());
78 mSource->start();
84 ALOGV("stop %p(%p)", this, mSource.get());
93 mSource->stop();
114 ALOGV("read %p(%p)", this, mSource.get());
179 status_t err = mSource->read(&aBuffer, options);
221 status_t err = mSource
[all...]
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java143 mSource = source;
147 return mSource.length();
151 if (mSource instanceof Spanned) {
152 Spanned sp = (Spanned) mSource;
158 return mSource.charAt(i);
169 return mSource.charAt(i);
190 TextUtils.getChars(mSource, start, end, dest, off);
196 if (mSource instanceof Spanned) {
197 Spanned sp = (Spanned) mSource;
233 private CharSequence mSource; field in class:PasswordTransformationMethod.PasswordCharSequence
[all...]
H A DReplacementTransformationMethod.java114 mSource = source;
120 return mSource.length();
124 char c = mSource.charAt(i);
151 TextUtils.getChars(mSource, start, end, dest, off);
166 private CharSequence mSource; field in class:ReplacementTransformationMethod.ReplacementCharSequence
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp34 : mSource(source),
93 err = mSource->start(params.get());
95 err = mSource->start();
113 sp<MetaData> meta = mSource->getFormat();
119 mSource->stop();
139 status_t err = mSource->read(&mbuf);
H A DRepeaterSource.cpp17 mSource(source),
33 status_t err = mSource->start(params);
76 status_t err = mSource->stop();
86 return mSource->getFormat();
164 status_t err = mSource->read(&buffer);
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h41 const sp<NBAIO_Source> mSource; // the wrapped source member in class:android::SourceAudioBufferProvider
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.h44 sp<IStreamSource> mSource; member in struct:android::MP4Source
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java34 private String mSource; field in class:ImageSpan
95 mSource = source;
110 mSource = uri.toString();
163 return mSource;

Completed in 1211 milliseconds

12345