Searched refs:ValueType (Results 1 – 7 of 7) 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/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/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/google/av/media/eco/ |
D | ECOData.cpp | 63 switch (static_cast<ValueType>(type)) { in readFromParcel() 139 switch (static_cast<ValueType>(value.index())) { in writeToParcel() 379 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 | 166 enum ValueType { enum
|
/hardware/interfaces/audio/policy/1.0/xml/api/ |
D | current.txt | 233 public class ValueType { 234 ctor public ValueType(); 243 method public java.util.List<audio.policy.V1_0.ValueType> getValue();
|