Searched refs:mSource (Results 76 - 100 of 139) sorted by relevance

123456

/frameworks/rs/
H A DrsScriptGroup.h48 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/frameworks/wilhelm/src/
H A Ddata.h44 SLDataSource mSource; member in union:__anon1658::__anon1659
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp41 jfieldID mSource; member in struct:android::__anon906
81 jint source = env->GetIntField(eventObj, gKeyEventClassInfo.mSource);
139 gKeyEventClassInfo.mSource = GetFieldIDOrDie(env, gKeyEventClassInfo.clazz, "mSource", "I");
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2084 InputMapper(device), mSource(source),
2092 return mSource;
2290 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
2367 return mSource;
2376 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2377 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2380 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2381 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2383 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2386 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource,
2621 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
2700 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
4033 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
4105 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
[all...]
/frameworks/native/libs/input/
H A DInput.cpp36 mSource = source;
41 mSource = from.mSource;
253 InputEvent::initialize(other->mDeviceId, other->mSource);
432 mSource = parcel->readInt32();
480 parcel->writeInt32(mSource);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp47 mSource(source),
131 && mSource->feedMoreTSData() == OK;
144 err = mSource->dequeueAccessUnit(true /* audio */, accessUnit);
H A DNuPlayerDecoder.h62 sp<Source> mSource; member in struct:android::NuPlayer::Decoder
H A DRTSPSource.h83 sp<AnotherPacketSource> mSource; member in struct:android::NuPlayer::RTSPSource::TrackInfo
H A DRTSPSource.cpp130 sp<AnotherPacketSource> source = info->mSource;
469 sp<AnotherPacketSource> source = info->mSource;
519 sp<AnotherPacketSource> source = info->mSource;
534 sp<AnotherPacketSource> source = info->mSource;
614 info.mSource = source;
/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h84 sp<MediaSource> mSource; member in class:android::AudioPlayer
H A DNuMediaExtractor.h87 sp<MediaSource> mSource; member in struct:android::NuMediaExtractor::TrackInfo
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h94 sp<DataSource> mSource; member in struct:android::NuCachedSource2
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h75 sp<MediaSource> mSource; member in struct:android::ARTPWriter
H A DARTPWriter.cpp108 mSource = source;
134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
194 CHECK_EQ(mSource->start(), (status_t)OK);
199 CHECK_EQ(mSource->read(&buffer), (status_t)OK);
223 CHECK_EQ(mSource->stop(), (status_t)OK);
269 status_t err = mSource->read(&mediaBuf);
456 sp<MetaData> meta = mSource->getFormat();
476 CHECK(mSource->getFormat()->findInt32(kKeySampleRate, &sampleRate));
477 CHECK(mSource->getFormat()->findInt32(kKeyChannelCount, &numChannels));
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp207 if (mStreams[idx].mSource == NULL) {
212 ALOGV("adding source %p", mStreams[idx].mSource.get());
214 mStreams[idx].mSource,
371 mStreams[streamIndex].mSource = source;
H A DWebmWriter.h88 sp<MediaSource> mSource; member in struct:android::WebmWriter::WebmStream
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSessionRoute.cpp32 prefix, mStreamType, mSource, mSession,
/frameworks/base/tools/aapt2/
H A DBinaryResourceParser.h99 const Source mSource; member in class:aapt::BinaryResourceParser
H A DResourceParser.cpp482 mTable(table), mSource(source), mConfig(config), mLogger(source),
664 {}, mSource.line(childParser.getLineNumber()),
766 mTable->addResource(name, {}, mSource.line(beginXmlLine), util::make_unique<Id>());
803 const SourceLine source = mSource.line(parser->getLineNumber());
833 const SourceLine source = mSource.line(parser->getLineNumber());
844 const SourceLine source = mSource.line(parser->getLineNumber());
881 const SourceLine source = mSource.line(parser->getLineNumber());
957 const SourceLine source = mSource.line(parser->getLineNumber());
1042 mSource.line(childParser.getLineNumber()),
1165 const SourceLine source = mSource
[all...]
/frameworks/native/include/input/
H A DInput.h282 inline int32_t getSource() const { return mSource; }
284 inline void setSource(int32_t source) { mSource = source; }
291 int32_t mSource; member in class:android::InputEvent
577 return isTouchEvent(mSource, mAction);
/frameworks/av/media/libstagefright/mpeg2ts/
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
807 if (mSource != NULL) {
808 mSource->queueDiscontinuity(type, extra, true);
813 if (mSource != NULL) {
814 mSource->signalEOS(finalResult);
1078 if (mSource == NULL) {
1091 mSource = new AnotherPacketSource(meta);
1092 mSource->queueAccessUnit(accessUnit);
1099 if (mSource
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp67 sp<MediaSource> mSource; member in struct:android::MediaCodecSource::Puller
83 : mSource(source),
136 // mSource->stop() is thread-safe, doing it outside the puller's
142 mSource->stop();
181 status_t err = mSource->start(static_cast<MetaData *>(obj.get()));
214 status_t err = mSource->read(&mbuf);
H A DMediaSync.cpp93 if (output == NULL && mSyncSettings.mSource == AVSYNC_SOURCE_VSYNC) {
157 if (audioTrack == NULL && mSyncSettings.mSource == AVSYNC_SOURCE_AUDIO) {
231 AVSyncSource src = mSyncSettings.mSource;
386 if (syncSettings.mSource >= AVSYNC_SOURCE_MAX
396 switch (syncSettings.mSource) {
/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp399 scs.syncSourceSet, scs.sync.mSource,
409 avsync.mSource = scs.sync.mSource;
452 scs.sync.mSource, scs.sync.mAudioAdjustMode, scs.sync.mTolerance, scs.frameRate);
455 if (scs.sync.mSource >= AVSYNC_SOURCE_MAX
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp417 sp<MediaSource> mSource; member in struct:DetectSyncSource
425 : mSource(source),
429 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
445 return mSource->start(params);
449 return mSource->stop();
453 return mSource->getFormat();
475 status_t err = mSource->read(buffer, options);

Completed in 652 milliseconds

123456