Searched refs:mValue (Results 76 - 100 of 122) sorted by relevance

12345

/frameworks/av/media/libaudioclient/include/media/
H A DAudioPolicy.h71 } mValue; member in class:android::AudioMixMatchCriterion
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h163 // mValue is the cached data associated with the key.
164 std::shared_ptr<Blob> mValue; member in class:android::BlobCache::CacheEntry
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOTree.java90 private String mValue; field in class:MOTree.NodeData
101 mValue = value;
113 return mValue;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java54 public float mValue = 100;
58 mValue = value;
63 return mValue;
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
172 return mValue[0];
279 private int[] mValue = new int[1]; field in class:GL2JNIView.ConfigChooser
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
172 return mValue[0];
279 private int[] mValue = new int[1]; field in class:GLPerfView.ConfigChooser
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java174 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
175 return mValue[0];
282 private int[] mValue = new int[1]; field in class:GLDualGL2View.ConfigChooser
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java239 private String mValue; // TODO: make this final? field in class:ICalendar.Property
256 mValue = value;
272 return mValue;
280 mValue = value;
349 sb.append(mValue);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java284 private int mValue; field in class:NumberPicker
1400 return mValue;
1430 if (mMinValue > mValue) {
1431 mValue = mMinValue;
1467 if (mMaxValue < mValue) {
1468 mValue = mMaxValue;
1641 event.setScrollY((mMinValue + mValue) * mSelectorElementHeight);
1726 if (mValue == current) {
1736 int previous = mValue;
1737 mValue
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp138 : WebmElement(id, sizeOf(value)), mValue(value) {
142 serializeCodedUnsigned(mValue, buf);
148 : WebmElement(id, sizeof(double)), mValue(value) {
152 : WebmElement(id, sizeof(float)), mValue(value) {
158 float f = mValue;
161 data = *reinterpret_cast<const uint64_t*>(&mValue);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DArrayMapTests.java86 final int mValue; field in class:ArrayMapTests.ControlledHash
89 mValue = value;
97 return mValue == ((ControlledHash)o).mValue;
102 return mValue/100;
107 return Integer.toString(mValue);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DLegacyPasspointConfigParser.java154 private final String mValue; field in class:LegacyPasspointConfigParser.LeafNode
157 mValue = value;
167 return mValue;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsService.java114 String mValue = null; field in class:SettingsService.MyShellCommand
216 } else if (mValue == null) {
217 mValue = arg;
285 putForUser(iprovider, mUser, mTable, mKey, mValue, mTag, mMakeDefault);
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java339 Object mValue; field in class:ScriptGroup.Future
344 mValue = value;
349 Object getValue() { return mValue; }
367 Object mValue; field in class:ScriptGroup.Input
383 mValue = value;
396 Object get() { return mValue; }
861 private final Object mValue; field in class:ScriptGroup.Binding
872 mValue = value;
885 Object getValue() { return mValue; }
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptGroup.java334 Object mValue; field in class:ScriptGroup.Future
339 mValue = value;
344 Object getValue() { return mValue; }
362 Object mValue; field in class:ScriptGroup.Input
378 mValue = value;
391 Object get() { return mValue; }
978 private final Object mValue; field in class:ScriptGroup.Binding
989 mValue = value;
1002 public Object getValue() { return mValue; }
/frameworks/av/include/media/stagefright/foundation/
H A DAData.h143 _type mValue; ///< storage
162 sizeof(_type), reinterpret_cast<T*>(&mValue), std::forward<Args>(args)...);
178 _AUnion_impl::del(reinterpret_cast<T*>(&mValue));
193 return *reinterpret_cast<const T*>(&mValue);
206 return *reinterpret_cast<T*>(&mValue);
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAData.h143 _type mValue; ///< storage
162 sizeof(_type), reinterpret_cast<T*>(&mValue), std::forward<Args>(args)...);
178 _AUnion_impl::del(reinterpret_cast<T*>(&mValue));
193 return *reinterpret_cast<const T*>(&mValue);
206 return *reinterpret_cast<T*>(&mValue);
/frameworks/av/media/libstagefright/include/foundation/
H A DAData.h143 _type mValue; ///< storage
162 sizeof(_type), reinterpret_cast<T*>(&mValue), std::forward<Args>(args)...);
178 _AUnion_impl::del(reinterpret_cast<T*>(&mValue));
193 return *reinterpret_cast<const T*>(&mValue);
206 return *reinterpret_cast<T*>(&mValue);
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java101 private final T mValue; field in class:OMADMAdapter.ConstPathAccessor
105 mValue = value;
109 return mValue;
/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiEnterpriseConfigTest.java205 private String mValue = null; field in class:WifiEnterpriseConfigTest.SupplicantConfigExtractor
215 mValue = value;
221 return mValue;
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp682 s.mValue = 11;
686 strcpy(n->m.mValue, "lajos");
688 t.mValue = 15;
1975 static_assert(std::is_same<decltype(int32Value.mValue), int32_t>::value, "should be int32_t");
1976 EXPECT_EQ(INT32_MIN, int32Value.mValue);
1986 static_assert(std::is_same<decltype(uint32Value.mValue), uint32_t>::value, "should be uint32_t");
1987 EXPECT_EQ(UINT32_MAX, uint32Value.mValue);
1997 static_assert(std::is_same<decltype(int64Value.mValue), int64_t>::value, "should be int64_t");
1998 EXPECT_EQ(INT64_MIN, int64Value.mValue);
2008 static_assert(std::is_same<decltype(uint64Value.mValue), uint64_
[all...]
/frameworks/av/include/ndk/
H A DNdkMediaDrm.h154 const char *mValue; member in struct:AMediaDrmKeyValuePair
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java321 private final String mValue; field in class:FillUi.ViewItem
327 mValue = value;
340 return mValue;
346 return mValue;
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxService.java63 int mValue = 0; field in class:BordeauxService
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DSpringForce.java310 mMassState.mValue = (float) (displacement + mFinalPosition);

Completed in 927 milliseconds

12345