Home
last modified time | relevance | path

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/
Ddrm_hal_clearkey_test.h146 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/
Dauthorization_set.h235 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/
Dauthorization_set.h229 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/
DECOData.cpp63 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/
Dauthorization_set.h243 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/
DECOData.h166 enum ValueType { enum
/hardware/interfaces/audio/policy/1.0/xml/api/
Dcurrent.txt233 public class ValueType {
234 ctor public ValueType();
243 method public java.util.List<audio.policy.V1_0.ValueType> getValue();