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

12345

/frameworks/support/v4/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java24 private final WindowInsets mSource; field in class:WindowInsetsCompatApi21
27 mSource = source;
32 return mSource.getSystemWindowInsetLeft();
37 return mSource.getSystemWindowInsetTop();
42 return mSource.getSystemWindowInsetRight();
47 return mSource.getSystemWindowInsetBottom();
52 return mSource.hasSystemWindowInsets();
57 return mSource.hasInsets();
62 return mSource.isConsumed();
67 return mSource
[all...]
/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/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/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp35 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();
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h42 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; member in struct:android::ThrottledSource
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicTrack.java30 private String mSource; field in class:MusicTrack
55 this.mSource = source;
95 return mSource;
98 public void setSource(String mSource) { argument
99 this.mSource = mSource;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecFeatureAction.java57 private final HdmiCecLocalDevice mSource; field in class:HdmiCecFeatureAction
65 mSource = source;
66 mService = mSource.getService();
179 mSource.addAndStartAction(action);
183 return mSource.getActions(clazz);
187 return mSource.getCecMessageCache();
197 mSource.removeAction(action);
201 mSource.removeActionExcept(clazz, null);
206 mSource.removeActionExcept(clazz, exception);
248 return mSource;
[all...]
H A DActiveSourceHandler.java37 private final HdmiCecLocalDeviceTv mSource; field in class:ActiveSourceHandler
51 mSource = source;
52 mService = mSource.getService();
64 HdmiCecLocalDeviceTv tv = mSource;
94 return mSource.getDeviceInfo().getLogicalAddress();
/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/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.cpp44 mSource(NULL),
51 if (mSource != NULL) {
52 mSource->stop();
53 mSource.clear();
54 mSource = NULL;
190 if (mSource != NULL) {
191 mSource->stop();
192 mSource.clear();
193 mSource = NULL;
202 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/libstagefright/
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)) {
H A DThrottledSource.cpp27 : mSource(source),
37 ssize_t n = mSource->readAt(offset, data, size);
/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/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java142 mSource = source;
146 return mSource.length();
150 if (mSource instanceof Spanned) {
151 Spanned sp = (Spanned) mSource;
157 return mSource.charAt(i);
168 return mSource.charAt(i);
189 TextUtils.getChars(mSource, start, end, dest, off);
195 if (mSource instanceof Spanned) {
196 Spanned sp = (Spanned) mSource;
232 private CharSequence mSource; field in class:PasswordTransformationMethod.PasswordCharSequence
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp216 if (mAudioTrack.mSource == NULL) {
218 mAudioTrack.mSource = track;
220 new AnotherPacketSource(mAudioTrack.mSource->getFormat());
229 if (mVideoTrack.mSource == NULL) {
231 mVideoTrack.mSource = track;
233 new AnotherPacketSource(mVideoTrack.mSource->getFormat());
275 if (mAudioTrack.mSource != NULL && mAudioTrack.mSource->start() != OK) {
280 if (mVideoTrack.mSource != NULL && mVideoTrack.mSource
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp34 : mSource(source),
93 err = mSource->start(params.get());
95 err = mSource->start();
116 sp<MetaData> meta = mSource->getFormat();
122 mSource->stop();
142 status_t err = mSource->read(&mbuf);
/frameworks/base/media/java/android/media/
H A DAudioAttributes.java218 private int mSource = MediaRecorder.AudioSource.AUDIO_SOURCE_INVALID; field in class:AudioAttributes
250 return mSource;
303 private int mSource = MediaRecorder.AudioSource.AUDIO_SOURCE_INVALID; field in class:AudioAttributes.Builder
340 aa.mSource = mSource;
519 mSource = preset;
538 mSource = preset;
567 dest.writeInt(mSource);
582 mSource = in.readInt();
622 && (mSource
[all...]
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h43 const sp<NBAIO_Source> mSource; // the wrapped source member in class:android::SourceAudioBufferProvider
/frameworks/av/media/libnbaio/
H A DSourceAudioBufferProvider.cpp26 mSource(source),
68 ssize_t actual = mSource->read(mAllocated, buffer->frameCount, pts);
101 ssize_t avail = mSource->availableToRead();
112 mSource->onTimestamp(timestamp);
/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 4063 milliseconds

12345