Searched refs:mSource (Results 1 - 25 of 110) sorted by last modified time

12345

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp567 const SLDataSource *pAudioSrc = &ap->mDataSource.u.mSource;
921 const SLDataSource *pAudioSrc = &pAudioPlayer->mDataSource.u.mSource;
H A DAudioRecorder_to_android.cpp162 const SLDataSource *pAudioSrc = &ar->mDataSource.u.mSource;
307 const SLDataSource *pAudioSrc = &ar->mDataSource.u.mSource;
H A DMediaPlayer_to_android.cpp308 const SLDataSource *pSrc = &mp->mDataSource.u.mSource;
369 const SLDataSource *pDataSrc = &mp->mDataSource.u.mSource;
413 const SLDataSource *pDataSrc = &mp->mDataSource.u.mSource;
/frameworks/wilhelm/src/
H A Ddata.c797 pDataLocatorFormat->u.mSource.pLocator = &pDataLocatorFormat->mLocator;
798 pDataLocatorFormat->u.mSource.pFormat = &pDataLocatorFormat->mFormat;
H A Ddata.h44 SLDataSource mSource; member in union:__anon1588::__anon1589
/frameworks/wilhelm/src/desktop/
H A DSndFile.c139 const SLDataSource *pAudioSrc = &thiz->mDataSource.u.mSource;
/frameworks/wilhelm/src/itf/
H A DIEngine.c383 thiz->mDynamicSource.mDataSource = &thiz->mDataSource.u.mSource;
1235 thiz->mDynamicSource.mDataSource = &thiz->mDataSource.u.mSource;
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.cpp161 if (n->mOutputs[ct3]->mSource.get() == k) {
/frameworks/rs/
H A DrsScriptGroup.cpp121 Node *n = findNode(l->mSource->mScript);
157 if (n->mOutputs[ct2]->mSource.get() == k) {
219 l->mSource = src[ct];
235 const ScriptKernelID *k = l->mSource.get();
242 if (n->mOutputs[ct3]->mSource.get() == l->mSource.get()) {
337 if (n->mOutputs[ct3]->mSource.get() == k) {
H A DrsScriptGroup.h39 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/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/native/include/input/
H A DInput.h270 inline int32_t getSource() const { return mSource; }
272 inline void setSource(int32_t source) { mSource = source; }
279 int32_t mSource; member in class:android::InputEvent
558 return isTouchEvent(mSource, mAction);
/frameworks/native/libs/input/
H A DInput.cpp36 mSource = source;
41 mSource = from.mSource;
251 InputEvent::initialize(other->mDeviceId, other->mSource);
429 mSource = parcel->readInt32();
476 parcel->writeInt32(mSource);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1989 InputMapper(device), mSource(source),
1997 return mSource;
2192 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
2269 return mSource;
2278 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2279 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2282 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2283 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2285 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2288 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource,
2522 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
2569 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
3800 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
3870 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
[all...]
H A DInputReader.h1067 uint32_t mSource; member in class:android::KeyboardInputMapper
1147 int32_t mSource; member in class:android::CursorInputMapper
1218 uint32_t mSource; member in class:android::TouchInputMapper
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp63 mSource[SOURCE_SINK] = sink;
64 mSource[SOURCE_SCRATCH] = bqProducer;
234 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
250 mSource[SOURCE_SINK]->cancelBuffer(sslot, outFence);
272 return mSource[SOURCE_SINK]->requestBuffer(pslot, outBuf);
283 return mSource[SOURCE_SINK]->setBufferCount(bufferCount);
292 status_t result = mSource[source]->dequeueBuffer(sslot, fence, async,
316 result = mSource[source]->requestBuffer(*sslot, &mProducerBuffers[pslot]);
319 mSource[source]->cancelBuffer(*sslot, *fence);
334 return mSource[SOURCE_SIN
[all...]
H A DVirtualDisplaySurface.h144 sp<IGraphicBufferProducer> mSource[2]; // indexed by SOURCE_* member in class:android::VirtualDisplaySurface
/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/compile/libbcc/lib/Core/
H A DScript.cpp24 if (mSource == &pSource) {
29 delete mSource;
31 mSource = &pSource;
36 return mSource->merge(pSource, pPreserveSource);
/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/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java654 private final ParcelFileDescriptor mSource; field in class:PageContentRepository.AsyncRenderer.OpenTask
658 mSource = source;
687 return mRenderer.openDocument(mSource);
694 IoUtils.closeQuietly(mSource);
/frameworks/base/services/core/java/com/android/server/hdmi/
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();
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 DHdmiCecMessage.java31 private final int mSource; field in class:HdmiCecMessage
41 mSource = source;
54 return mSource;
92 opcodeToString(mOpcode), mSource, mDestination));
/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...]

Completed in 875 milliseconds

12345