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

1234567

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp673 const SLDataSource *pAudioSrc = &ap->mDataSource.u.mSource;
1042 const SLDataSource *pAudioSrc = &pAudioPlayer->mDataSource.u.mSource;
H A DAudioRecorder_to_android.cpp230 const SLDataSource *pAudioSrc = &ar->mDataSource.u.mSource;
404 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;
/frameworks/wilhelm/src/
H A Ddata.cpp763 pDataLocatorFormat->u.mSource.pLocator = &pDataLocatorFormat->mLocator;
764 pDataLocatorFormat->u.mSource.pFormat = &pDataLocatorFormat->mFormat;
H A Ddata.h47 SLDataSource mSource; member in union:__anon2102::__anon2103
/frameworks/wilhelm/src/desktop/
H A DSndFile.cpp139 const SLDataSource *pAudioSrc = &thiz->mDataSource.u.mSource;
/frameworks/wilhelm/src/itf/
H A DIEngine.cpp385 thiz->mDynamicSource.mDataSource = &thiz->mDataSource.u.mSource;
1241 thiz->mDynamicSource.mDataSource = &thiz->mDataSource.u.mSource;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DFitWidthBitmapDrawable.java43 Rect mSource; field in class:FitWidthBitmapDrawable.BitmapState
54 mSource = other.mSource != null ? new Rect(other.mSource) : null;
107 mBitmapState.mSource = null;
121 mBitmapState.mSource = source;
128 return mBitmapState.mSource;
198 if (mBitmapState.mSource == null) {
201 return mBitmapState.mSource;
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DParallaxFloatEffectTest.java42 Parallax<Parallax.FloatProperty> mSource; field in class:ParallaxFloatEffectTest
54 mSource = new Parallax<Parallax.FloatProperty>() {
72 Parallax.FloatProperty var1 = mSource.addProperty("var1");
78 var1.setValue(mSource, 540);
79 mEffect.performMapping(mSource);
84 var1.setValue(mSource, 405);
85 mEffect.performMapping(mSource);
90 var1.setValue(mSource, 270);
91 mEffect.performMapping(mSource);
96 var1.setValue(mSource, 13
[all...]
H A DParallaxFloatTest.java35 Parallax<Parallax.FloatProperty> mSource; field in class:ParallaxFloatTest
44 mSource = new Parallax<Parallax.FloatProperty>() {
61 Parallax.FloatProperty var1 = mSource.addProperty("var1");
62 var1.setValue(mSource, 54);
63 assertFloatEquals((float) 54, var1.getValue(mSource));
65 var1.set(mSource, (float) 2000);
66 assertFloatEquals((float) 2000, var1.get(mSource).floatValue());
72 Parallax.FloatProperty var1 = mSource.addProperty("var1");
77 assertFloatEquals((float) 1000, keyValue.getMarkerValue(mSource));
83 Parallax.FloatProperty var1 = mSource
[all...]
H A DParallaxIntEffectTest.java39 Parallax<Parallax.IntProperty> mSource; field in class:ParallaxIntEffectTest
51 mSource = new Parallax<Parallax.IntProperty>() {
69 Parallax.IntProperty var1 = mSource.addProperty("var1");
75 var1.setValue(mSource, 540);
76 mEffect.performMapping(mSource);
81 var1.setValue(mSource, 405);
82 mEffect.performMapping(mSource);
87 var1.setValue(mSource, 270);
88 mEffect.performMapping(mSource);
93 var1.setValue(mSource, 13
[all...]
H A DParallaxIntTest.java32 Parallax<Parallax.IntProperty> mSource; field in class:ParallaxIntTest
41 mSource = new Parallax<Parallax.IntProperty>() {
58 Parallax.IntProperty var1 = mSource.addProperty("var1");
59 var1.setValue(mSource, 54);
60 assertEquals((int) 54, var1.getValue(mSource));
62 var1.set(mSource, (int) 2000);
63 assertEquals((int) 2000, var1.get(mSource).intValue());
69 Parallax.IntProperty var1 = mSource.addProperty("var1");
74 assertEquals((int) 1000, keyValue.getMarkerValue(mSource));
80 Parallax.IntProperty var1 = mSource
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.cpp174 if (n->mOutputs[ct3]->mSource.get() == k) {
/frameworks/rs/
H A DrsScriptGroup.cpp125 Node *n = findNode(l->mSource->mScript);
161 if (n->mOutputs[ct2]->mSource.get() == k) {
218 l->mSource = src[ct];
239 if (n->mOutputs[ct3]->mSource.get() == l->mSource.get()) {
332 if (n->mOutputs[ct3]->mSource.get() == k) {
H A DrsScriptGroup.h48 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/native/include/input/
H A DInput.h301 inline int32_t getSource() const { return mSource; }
303 inline void setSource(int32_t source) { mSource = source; }
310 int32_t mSource; member in class:android::InputEvent
596 return isTouchEvent(mSource, mAction);
/frameworks/native/include/ui/
H A DColorSpace.h282 constexpr const ColorSpace& getSource() const noexcept { return mSource; }
288 float3 linear = mSource.toLinear(apply(v, mSource.getClamper()));
293 float3 linear = apply(v, mSource.getClamper());
298 ColorSpace mSource; member in class:android::ColorSpaceConnector
/frameworks/native/libs/input/
H A DInput.cpp36 mSource = source;
41 mSource = from.mSource;
253 InputEvent::initialize(other->mDeviceId, other->mSource);
433 mSource = parcel->readInt32();
482 parcel->writeInt32(mSource);
/frameworks/native/libs/ui/
H A DColorSpace.cpp393 : mSource(src)
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2173 InputMapper(device), mSource(source),
2181 return mSource;
2375 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
2470 return mSource;
2479 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2480 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2483 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2484 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2486 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2489 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource,
2759 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
2838 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
4304 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
4376 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
[all...]
H A DInputReader.h1084 uint32_t mSource; member in class:android::KeyboardInputMapper
1166 int32_t mSource; member in class:android::CursorInputMapper
1210 int32_t mSource; member in class:android::RotaryEncoderInputMapper
1260 uint32_t mSource; member in class:android::TouchInputMapper
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp56 mSource{},
75 mSource[SOURCE_SINK] = sink;
76 mSource[SOURCE_SCRATCH] = bqProducer;
107 mSource[SOURCE_SCRATCH]->connect(NULL, NATIVE_WINDOW_API_EGL, false, &output);
111 mSource[SOURCE_SCRATCH]->disconnect(NATIVE_WINDOW_API_EGL);
273 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
294 mSource[SOURCE_SINK]->cancelBuffer(sslot, retireFence);
296 mSource[SOURCE_SINK]->cancelBuffer(sslot, outFence);
321 return mSource[SOURCE_SINK]->requestBuffer(pslot, outBuf);
333 return mSource[SOURCE_SIN
[all...]
H A DVirtualDisplaySurface.h159 sp<IGraphicBufferProducer> mSource[2]; // indexed by SOURCE_* member in class:android::VirtualDisplaySurface
/frameworks/compile/libbcc/include/bcc/
H A DScript.h43 Source *mSource; member in class:bcc::Script
111 // This is equivalent to the call to Script::merge(...) on mSource.
114 inline Source &getSource() { return *mSource; }
115 inline const Source &getSource() const { return *mSource; }

Completed in 1529 milliseconds

1234567