Searched defs:mSource (Results 26 - 50 of 59) sorted by relevance

123

/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/rs/
H A DrsScriptGroup.h39 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.h39 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h93 sp<MediaSource> mSource; member in class:android::VideoEditorAudioPlayer
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.h78 sp<AnotherPacketSource> mSource; member in struct:android::NuPlayer::RTSPSource::TrackInfo
H A DNuPlayer.h96 sp<Source> mSource; member in struct:android::NuPlayer
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h75 sp<MediaSource> mSource; member in struct:android::ARTPWriter
/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/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
H A DHtml.java415 private String mSource; field in class:HtmlToSpannedConverter
424 mSource = source;
435 mReader.parse(new InputSource(new StringReader(mSource)));
/frameworks/base/core/java/android/text/method/
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
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...]
/frameworks/av/include/media/stagefright/
H A DCameraSource.h123 sp<CameraSource> mSource; member in class:android::CameraSource::ProxyListener
H A DOMXCodec.h192 sp<MediaSource> mSource; member in struct:android::OMXCodec
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp37 jfieldID mSource; member in struct:android::__anon991
77 jint source = env->GetIntField(eventObj, gKeyEventClassInfo.mSource);
147 GET_FIELD_ID(gKeyEventClassInfo.mSource, gKeyEventClassInfo.clazz,
148 "mSource", "I");
/frameworks/wilhelm/src/
H A Ddata.h43 SLDataSource mSource; member in union:__anon1618::__anon1619
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h164 sp<Source> mSource; member in struct:android::FragmentedMP4Parser
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp91 mSource = extractor->getTrack(i);
101 CHECK(mSource != NULL);
103 CHECK_EQ(mSource->start(), (status_t)OK);
110 sp<AMessage> format = makeFormat(mSource->getFormat());
158 CHECK_EQ(mSource->stop(), (status_t)OK);
159 mSource.clear();
244 sp<MediaSource> mSource; member in struct:Controller
421 if (mSource == NULL || mSeekState == SEEK_FLUSHING) {
453 status_t err = mSource->read(&inBuffer, &options);
H A Dstagefright.cpp416 sp<MediaSource> mSource; member in struct:DetectSyncSource
424 : mSource(source),
428 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
444 return mSource->start(params);
448 return mSource->stop();
452 return mSource->getFormat();
474 status_t err = mSource->read(buffer, options);
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp52 wp<CameraSource> mSource; member in struct:android::CameraSourceListener
59 : mSource(source) {
74 sp<CameraSource> source = mSource.promote();
83 sp<CameraSource> source = mSource.promote();
857 mSource = source;
862 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
H A DMPEG2TSWriter.cpp72 sp<MediaSource> mSource; member in struct:android::MPEG2TSWriter::SourceInfo
97 : mSource(source),
104 sp<MetaData> meta = mSource->getFormat();
145 mSource->stop();
149 sp<MetaData> meta = mSource->getFormat();
371 status_t err = mSource->start();
388 status_t err = mSource->read(&buffer);
H A DOggExtractor.cpp99 sp<DataSource> mSource; member in struct:android::MyVorbisExtractor
208 : mSource(source),
237 ssize_t n = mSource->readAt(*pageOffset, &signature, 4);
382 if ((n = mSource->readAt(offset, header, sizeof(header)))
424 if (mSource->readAt(
502 ssize_t n = mSource->readAt(
627 if (!(mSource->flags() & DataSource::kIsCachingDataSource)
628 && mSource->getSize(&size) == OK
731 if (mSource->getSize(&size) == OK) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp63 sp<AnotherPacketSource> mSource; member in struct:android::MPEG2PSExtractor::Track
581 if (mSource == NULL) {
585 return mSource->start(params);
589 if (mSource == NULL) {
593 return mSource->stop();
597 if (mSource == NULL) {
601 return mSource->getFormat();
606 if (mSource == NULL) {
611 while (!mSource->hasBufferAvailable(&finalResult)) {
619 mSource
[all...]
/frameworks/base/core/java/android/view/
H A DInputDevice.java550 if (range.mAxis == axis && range.mSource == source) {
605 private int mSource; field in class:InputDevice.MotionRange
613 mSource = source;
633 return mSource;
701 out.writeInt(range.mSource);
755 description.append(": source=0x").append(Integer.toHexString(range.mSource));
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp40 : mSource(source) {
51 ssize_t n = mSource->readAt(position, buffer, length);
62 if (mSource->getSize(&size) != OK) {
81 sp<DataSource> mSource; member in struct:android::DataSourceReader

Completed in 219 milliseconds

123