Searched refs:CounterMetric (Results 1 – 6 of 6) sorted by relevance
41 CounterMetric<status_t> mOpenSessionCounter;43 CounterMetric<status_t> mCloseSessionCounter;49 CounterMetric<status_t> mGetProvisionRequestCounter;51 CounterMetric<status_t> mProvideProvisionResponseCounter;54 CounterMetric<::android::hardware::drm::V1_2::KeyStatusType>57 CounterMetric<::android::hardware::drm::V1_0::EventType> mEventCounter;60 CounterMetric<status_t> mGetDeviceUniqueIdCounter;
53 class CounterMetric {57 CounterMetric( in CounterMetric() function
30 CounterMetric<int> metric("MyMetricName", "MetricAttributeName"); in TEST_F()43 CounterMetric<int> metric("MyMetricName", "MetricAttributeName"); in TEST_F()62 CounterMetric<std::string> metric("MyMetricName", "MetricAttributeName"); in TEST_F()
64 void ExportCounterMetric(const android::CounterMetric<T> &counter, in ExportCounterMetric()96 const android::CounterMetric<T> &counter, PersistableBundle *metrics) { in ExportCounterMetricWithAttributeNames()