Searched defs:mSource (Results 51 - 75 of 85) sorted by relevance

1234

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h155 const sp<AudioSourceDescriptor> mSource; member in class:android::HwAudioOutputDescriptor
/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/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...]
/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/wilhelm/src/
H A Ddata.h47 SLDataSource mSource; member in union:__anon1747::__anon1748
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h112 sp<IMediaSource> mSource; member in struct:android::NuPlayer::GenericSource::Track
H A DNuPlayer.h143 Mutex mSourceLock; // guard |mSource|.
144 sp<Source> mSource; member in struct:android::NuPlayer
/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java34 private final String mSource; field in class:Voicemail
49 mSource = source;
201 return mSource;
265 dest.writeCharSequence(mSource);
309 mSource = (String) in.readCharSequence();
/frameworks/base/tools/aapt2/
H A DResourceValues.h61 return mSource;
65 mSource = source;
69 mSource = std::move(source);
103 Source mSource; member in struct:aapt::Value
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp61 mSource(source), mDiag(diag) {
78 mDiag->error(DiagMessage(mSource) << "unknown type '" << pbType.name() << "'");
132 mDiag->error(DiagMessage(mSource) << "invalid configuration");
140 mDiag->error(DiagMessage(mSource) << "duplicate configuration");
214 mDiag->error(DiagMessage(mSource) << "unknown item");
324 mDiag->error(DiagMessage(mSource) << "unknown compound value");
328 mDiag->error(DiagMessage(mSource) << "unknown value");
355 mDiag->error(DiagMessage(mSource) << "invalid reference name '"
382 const Source mSource; member in class:aapt::__anon1155::PackagePbDeserializer
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp132 mSource = extractor->getTrack(i);
142 if (mSource == NULL) {
147 CHECK_EQ(mSource->start(), (status_t)OK);
154 sp<AMessage> format = makeFormat(mSource->getFormat());
201 CHECK_EQ(mSource->stop(), (status_t)OK);
202 mSource.clear();
267 sp<IMediaSource> mSource; member in struct:Controller
444 if (mSource == NULL || mSeekState == SEEK_FLUSHING) {
476 status_t err = mSource->read(&inBuffer, &options);
H A Dstagefright.cpp421 sp<IMediaSource> mSource; member in struct:DetectSyncSource
429 : mSource(source),
433 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
449 return mSource->start(params);
453 return mSource->stop();
457 return mSource->getFormat();
479 status_t err = mSource->read(buffer, options);
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp72 sp<IMediaSource> 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 DMediaCodecSource.cpp72 sp<MediaSource> mSource; member in struct:android::MediaCodecSource::Puller
104 : mSource(source),
198 mSource->stop();
239 status_t err = mSource->start(static_cast<MetaData *>(obj.get()));
256 mSource->stop();
278 status_t err = mSource->read(&mbuf);
H A DCameraSource.cpp65 wp<CameraSource> mSource; member in struct:android::CameraSourceListener
72 : mSource(source) {
90 sp<CameraSource> source = mSource.promote();
99 sp<CameraSource> source = mSource.promote();
107 sp<CameraSource> source = mSource.promote();
1263 mSource = source;
1268 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
1273 mSource->recordingFrameHandleCallbackTimestamp(timestamp / 1000, handle);
H A DOggExtractor.cpp108 sp<DataSource> mSource; member in struct:android::MyOggExtractor
301 : mSource(source),
334 ssize_t n = mSource->readAt(*pageOffset, &signature, 4);
497 if ((n = mSource->readAt(offset, header, sizeof(header)))
539 if (mSource->readAt(
710 ssize_t n = mSource->readAt(
837 if (!(mSource->flags() & DataSource::kIsCachingDataSource)
838 && mSource->getSize(&size) == OK
1119 if (mSource->getSize(&size) == OK) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp65 sp<AnotherPacketSource> mSource; member in struct:android::MPEG2PSExtractor::Track
638 if (mSource == NULL) {
642 return mSource->start(params);
646 if (mSource == NULL) {
650 return mSource->stop();
654 if (mSource == NULL) {
658 return mSource->getFormat();
663 if (mSource == NULL) {
668 while (!mSource->hasBufferAvailable(&finalResult)) {
676 mSource
[all...]
H A DATSParser.cpp155 sp<AnotherPacketSource> mSource; member in struct:android::ATSParser::Stream
173 // into mSource. If the packet is a sync frame. set event with start offset
809 if (mSource != NULL) {
810 mSource->queueDiscontinuity(type, extra, true);
815 if (mSource != NULL) {
816 mSource->signalEOS(finalResult);
1080 if (mSource == NULL) {
1093 mSource = new AnotherPacketSource(meta);
1094 mSource->queueAccessUnit(accessUnit);
1101 if (mSource
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h409 audio_source_t mSource; member in class:android::AudioPolicyService::AudioCommandThread::RecordingConfigurationUpdateData
/frameworks/base/media/java/android/media/
H A DAudioAttributes.java253 private int mSource = MediaRecorder.AudioSource.AUDIO_SOURCE_INVALID; field in class:AudioAttributes
286 return mSource;
354 private int mSource = MediaRecorder.AudioSource.AUDIO_SOURCE_INVALID; field in class:AudioAttributes.Builder
392 aa.mSource = mSource;
596 mSource = preset;
616 mSource = preset;
649 dest.writeInt(mSource);
670 mSource = in.readInt();
720 && (mSource
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkDiagnostics.java344 protected final InetAddress mSource; // Usually null. field in class:NetworkDiagnostics.SimpleSocketCheck
374 mSource = source;
392 if (mSource != null) {
393 Os.bind(mFileDescriptor, mSource, 0);
/frameworks/base/core/java/android/text/
H A DHtml.java685 private String mSource; field in class:HtmlToSpannedConverter
746 mSource = source;
758 mReader.parse(new InputSource(new StringReader(mSource)));
/frameworks/base/core/java/android/view/
H A DInputDevice.java712 if (range.mAxis == axis && range.mSource == source) {
802 private int mSource; field in class:InputDevice.MotionRange
812 mSource = source;
833 return mSource;
927 out.writeInt(range.mSource);
984 description.append(": source=0x").append(Integer.toHexString(range.mSource));
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java660 private final ParcelFileDescriptor mSource; field in class:PageContentRepository.AsyncRenderer.OpenTask
664 mSource = source;
693 return mRenderer.openDocument(mSource);
700 IoUtils.closeQuietly(mSource);
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp44 : mSource(source) {
55 ssize_t n = mSource->readAt(position, buffer, length);
66 if (mSource->getSize(&size) != OK) {
85 sp<DataSource> mSource; member in struct:android::DataSourceReader

Completed in 441 milliseconds

1234