Searched defs:mSource (Results 1 - 25 of 59) sorted by last modified time

123

/frameworks/wilhelm/src/
H A Ddata.h43 SLDataSource mSource; member in union:__anon1618::__anon1619
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.h39 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/frameworks/rs/
H A DrsScriptGroup.h39 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/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/services/input/
H A DInputReader.cpp1969 InputMapper(device), mSource(source),
1977 return mSource;
2164 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
2241 return mSource;
2250 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f);
2251 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f);
2254 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale);
2255 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale);
2257 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f);
2260 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource,
2494 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
2541 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
3679 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
3749 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
[all...]
H A DInputReader.h1027 uint32_t mSource; member in class:android::KeyboardInputMapper
1106 int32_t mSource; member in class:android::CursorInputMapper
1177 uint32_t mSource; member in class:android::TouchInputMapper
/frameworks/base/include/androidfw/
H A DInput.h247 inline int32_t getSource() const { return mSource; }
249 inline void setSource(int32_t source) { mSource = source; }
256 int32_t mSource; member in class:android::InputEvent
538 return isTouchEvent(mSource, mAction);
/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/include/
H A DAACEncoder.h45 sp<MediaSource> mSource; member in class:android::AACEncoder
H A DFragmentedMP4Parser.h164 sp<Source> mSource; member in struct:android::FragmentedMP4Parser
H A DNuCachedSource2.h92 sp<DataSource> mSource; member in struct:android::NuCachedSource2
H A DStagefrightMetadataRetriever.h47 sp<DataSource> mSource; member in struct:android::StagefrightMetadataRetriever
H A DThrottledSource.h39 return mSource->getMIMEType();
46 sp<DataSource> mSource; member in struct:android::ThrottledSource
/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
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp131 sp<AnotherPacketSource> mSource; member in struct:android::ATSParser::Stream
639 if (mSource != NULL) {
640 mSource->queueDiscontinuity(type, extra);
645 if (mSource != NULL) {
646 mSource->signalEOS(finalResult);
862 if (mSource == NULL) {
869 mSource = new AnotherPacketSource(meta);
870 mSource->queueAccessUnit(accessUnit);
877 if (mSource->getFormat() == NULL) {
878 mSource
[all...]
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/av/media/libstagefright/rtsp/
H A DARTPWriter.h75 sp<MediaSource> mSource; member in struct:android::ARTPWriter
/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)
/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.h67 sp<TimedTextSource> mSource; member in class:android::TimedTextPlayer
H A DTimedTextSRTSource.h49 sp<DataSource> mSource; member in class:android::TimedTextSRTSource
/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/wifi-display/source/
H A DMediaPuller.h49 sp<MediaSource> mSource; member in struct:android::MediaPuller
H A DRepeaterSource.h42 sp<MediaSource> mSource; member in struct:android::RepeaterSource
/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

Completed in 2725 milliseconds

123