Searched refs:ValueType (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/ |
D | drm_hal_clearkey_test.h | 146 bool ValueEquals(DrmMetricGroup::ValueType type, const std::string& expected, const CT& actual) { in ValueEquals() 147 return type == DrmMetricGroup::ValueType::STRING_TYPE && expected == actual.stringValue; in ValueEquals() 151 bool ValueEquals(DrmMetricGroup::ValueType type, const int64_t expected, const CT& actual) { in ValueEquals() 152 return type == DrmMetricGroup::ValueType::INT64_TYPE && expected == actual.int64Value; in ValueEquals() 156 bool ValueEquals(DrmMetricGroup::ValueType type, const double expected, const CT& actual) { in ValueEquals() 157 return type == DrmMetricGroup::ValueType::DOUBLE_TYPE && expected == actual.doubleValue; in ValueEquals()
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_stats_helper.h | 78 template <typename ValueType> 80 std::vector<ValueType> thresholds; 83 explicit StatsByThreshold(ThresholdList<ValueType> threshold_list) in StatsByThreshold() 99 template <typename ValueType> 101 std::vector<StatsByThreshold<ValueType>> stats_by_custom_threshold;
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 235 template <typename TagType, typename... ValueType> 236 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) { in Authorization() 237 push_back(ttag, std::forward<ValueType>(value)...); in Authorization()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.h | 157 template<typename ValueType> 159 ReportTranslateRecord* rec, ValueType* value) { in getReportFieldValue()
|
/hardware/interfaces/security/keymint/support/include/keymint_support/ |
D | authorization_set.h | 229 template <typename TagType, typename... ValueType> 230 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) { in Authorization() 231 push_back(ttag, std::forward<ValueType>(value)...); in Authorization()
|
/hardware/interfaces/drm/1.1/ |
D | types.hal | 60 enum ValueType : uint8_t { 75 ValueType type; 92 ValueType type;
|
/hardware/google/av/media/eco/ |
D | ECOData.cpp | 62 switch (static_cast<ValueType>(type)) { in readFromParcel() 136 switch (static_cast<ValueType>(value.index())) { in writeToParcel() 378 switch (static_cast<ValueType>(value.index())) { in debugString()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.h | 243 template <typename TagType, typename... ValueType> 244 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) { in Authorization() 245 push_back(ttag, std::forward<ValueType>(value)...); in Authorization()
|
/hardware/google/av/media/eco/include/eco/ |
D | ECOData.h | 170 enum ValueType { enum
|
/hardware/interfaces/audio/policy/1.0/xml/api/ |
D | current.txt | 241 public class ValueType { 242 ctor public ValueType(); 253 method public java.util.List<audio.policy.V1_0.ValueType> getValue();
|
/hardware/interfaces/audio/aidl/default/ |
D | XsdcConversion.cpp | 423 const eng_xsd::ValueType& xsdcCriterionTypeValue) { in convertCriterionTypeValueToAidl() 433 (convertWrappedCollectionToAidl<eng_xsd::ValuesType, eng_xsd::ValueType, std::string>( in convertCapCriterionTypeToAidl()
|
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/ |
D | current.txt | 241 public class ValueType { 242 ctor public ValueType(); 253 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.ValueType> getVal…
|