Home
last modified time | relevance | path

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/
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/google/pixel/thermal/utils/
Dthermal_stats_helper.h78 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/
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/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.h157 template<typename ValueType>
159 ReportTranslateRecord* rec, ValueType* value) { in getReportFieldValue()
/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/interfaces/drm/1.1/
Dtypes.hal60 enum ValueType : uint8_t {
75 ValueType type;
92 ValueType type;
/hardware/google/av/media/eco/
DECOData.cpp62 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/
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.h170 enum ValueType { enum
/hardware/interfaces/audio/policy/1.0/xml/api/
Dcurrent.txt241 public class ValueType {
242 ctor public ValueType();
253 method public java.util.List<audio.policy.V1_0.ValueType> getValue();
/hardware/interfaces/audio/aidl/default/
DXsdcConversion.cpp423 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/
Dcurrent.txt241 public class ValueType {
242 ctor public ValueType();
253 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.ValueType> getVal…