Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.h57 struct Value : public AData<C2Value, int32_t, int64_t, AString, sp<ABuffer>>::Basic { struct
60 explicit Value(C2Value i) { set(i); } in Value() function
61 explicit Value(int32_t i) { set(i); } in Value() function
62 explicit Value(int64_t i) { set(i); } in Value() argument
63 explicit Value(const AString &i) { set(i); } in Value() argument
64 explicit Value(const sp<ABuffer> &i) { set(i); } in Value() function
/frameworks/base/cmds/statsd/src/
DFieldValue.h268 struct Value { struct
269 Value() : type(UNKNOWN) {} in Value() argument
271 Value(int32_t v) { in Value() argument
276 Value(int64_t v) { in Value() argument
281 Value(float v) { in Value() argument
286 Value(double v) { in Value() function
291 Value(const std::string& v) { in Value() function
296 Value(const std::vector<uint8_t>& v) { in Value() function
301 void setInt(int32_t v) { in setInt()
306 void setLong(int64_t v) { in setLong()
[all …]
/frameworks/native/libs/binder/include/binder/
DValue.h156 explicit Value(const String8& value): Value(String16(value)) { } in Value() function
157 explicit Value(const ::std::string& value): Value(String8(value.c_str())) { } in Value() function
DMap.h27 class Value; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs97 public double Value { property in Google.Protobuf.WellKnownTypes.DoubleValue
222 public float Value { property in Google.Protobuf.WellKnownTypes.FloatValue
347 public long Value { property in Google.Protobuf.WellKnownTypes.Int64Value
472 public ulong Value { property in Google.Protobuf.WellKnownTypes.UInt64Value
597 public int Value { property in Google.Protobuf.WellKnownTypes.Int32Value
722 public uint Value { property in Google.Protobuf.WellKnownTypes.UInt32Value
847 public bool Value { property in Google.Protobuf.WellKnownTypes.BoolValue
972 public string Value { property in Google.Protobuf.WellKnownTypes.StringValue
1097 public pb::ByteString Value { property in Google.Protobuf.WellKnownTypes.BytesValue
DValuePartial.cs35 public partial class Value class
DStruct.cs198 public sealed partial class Value : pb::IMessage<Value> { class
214 public Value() { in Value() method in Google.Protobuf.WellKnownTypes.Value
221 public Value(Value other) : this() { in Value() method in Google.Protobuf.WellKnownTypes.Value
DAny.cs184 public pb::ByteString Value { property in Google.Protobuf.WellKnownTypes.Any
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
DTestAnnotation3.java24 public enum Value { enum
/frameworks/base/media/mca/filterfw/native/core/
Dvalue.h32 } Value; typedef
/frameworks/opt/bitmap/src/com/android/bitmap/
DContiguousFIFOAggregator.java298 private class Value { class in ContiguousFIFOAggregator
303 Value(final Callback<T> callback, final Runnable task) { in Value() method in ContiguousFIFOAggregator.Value
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonToken.cs63 internal static JsonToken Value(string value) in Value() method in Google.Protobuf.JsonToken
68 internal static JsonToken Value(double value) in Value() method in Google.Protobuf.JsonToken
/frameworks/base/media/proto/
Dmediaplayer2.proto27 message Value { message
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_QPD_Process.c325 LVM_INT16 Value ) in LVPSA_QPD_WritePeak()
345 LVM_FLOAT Value ) in LVPSA_QPD_WritePeak_Float()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.proto63 message Value { message
Dreflection_internal.h274 typedef void Value; typedef
305 typedef void Value; typedef
333 virtual string* New(const Value*) const { in New()
349 typedef void Value; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Denum_type_wrapper.py58 def Value(self, name): member in EnumTypeWrapper
/frameworks/native/libs/binder/
DValue.cpp146 Value::Value() : mContent(nullptr) in Value() function in android::binder::Value
150 Value::Value(const Value& value) in Value() function in android::binder::Value
/frameworks/rs/support/java/src/androidx/renderscript/
DSampler.java43 public enum Value { enum in Sampler
53 Value(int id) { in Value() method in Sampler.Value
/frameworks/hardware/interfaces/stats/1.0/test_client/
DStatsClient.cpp35 using Value = android::frameworks::stats::V1_0::VendorAtom::Value; typedef
/frameworks/base/services/core/java/com/android/server/accounts/
DTokenCache.java38 private static class Value { class in TokenCache
42 public Value(String token, long expiryEpochMillis) { in Value() method in TokenCache.Value
/frameworks/base/rs/java/android/renderscript/
DSampler.java30 public enum Value { enum in Sampler
40 Value(int id) { in Value() method in Sampler.Value
/frameworks/compile/libbcc/lib/
DRSInvariant.cpp110 bool markInvariantUserLoads(llvm::Value *Value) { in markInvariantUserLoads()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_single_source_alloc.java47 public int Value() { return value; } in Value() method in UT_single_source_alloc.rsDataType
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_single_source_alloc.java45 public int Value() { return value; } in Value() method in UT_single_source_alloc.rsDataType

123