Searched refs:valueHidl (Results 1 – 1 of 1) sorted by relevance
304 ValueHidl valueHidl; in toDrmMetricGroupHidl() local305 valueHidl.componentName = value.name; in toDrmMetricGroupHidl()308 valueHidl.type = DrmMetricGroupHidl::ValueType::INT64_TYPE; in toDrmMetricGroupHidl()309 valueHidl.int64Value = value.value.get<DrmMetricValue::Tag::int64Value>(); in toDrmMetricGroupHidl()312 valueHidl.type = DrmMetricGroupHidl::ValueType::DOUBLE_TYPE; in toDrmMetricGroupHidl()313 valueHidl.doubleValue = value.value.get<DrmMetricValue::Tag::doubleValue>(); in toDrmMetricGroupHidl()316 valueHidl.type = DrmMetricGroupHidl::ValueType::STRING_TYPE; in toDrmMetricGroupHidl()317 valueHidl.stringValue = value.value.get<DrmMetricValue::Tag::stringValue>(); in toDrmMetricGroupHidl()323 vTmp.push_back(valueHidl); in toDrmMetricGroupHidl()