Searched refs:CounterMetric (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/mediadrm/
H A DDrmMetrics.h25 #include <media/CounterMetric.h>
40 CounterMetric<status_t> mOpenSessionCounter;
42 CounterMetric<status_t> mCloseSessionCounter;
48 CounterMetric<status_t> mGetProvisionRequestCounter;
50 CounterMetric<status_t> mProvideProvisionResponseCounter;
53 CounterMetric<::android::hardware::drm::V1_0::KeyStatusType>
56 CounterMetric<::android::hardware::drm::V1_0::EventType> mEventCounter;
59 CounterMetric<status_t> mGetDeviceUniqueIdCounter;
/frameworks/av/media/libmedia/include/media/
H A DDrmMetrics.h25 #include <media/CounterMetric.h>
40 CounterMetric<status_t> mOpenSessionCounter;
42 CounterMetric<status_t> mCloseSessionCounter;
48 CounterMetric<status_t> mGetProvisionRequestCounter;
50 CounterMetric<status_t> mProvideProvisionResponseCounter;
53 CounterMetric<::android::hardware::drm::V1_0::KeyStatusType>
56 CounterMetric<::android::hardware::drm::V1_0::EventType> mEventCounter;
59 CounterMetric<status_t> mGetDeviceUniqueIdCounter;
H A DCounterMetric.h29 // The CounterMetric class is used to hold counts of operations or events.
30 // A CounterMetric can break down counts by a dimension specified by the
36 // CounterMetric<status_t> workCounter;
53 class CounterMetric { class in namespace:android
57 CounterMetric( function in class:android::CounterMetric
/frameworks/av/include/media/
H A DCounterMetric.h29 // The CounterMetric class is used to hold counts of operations or events.
30 // A CounterMetric can break down counts by a dimension specified by the
36 // CounterMetric<status_t> workCounter;
53 class CounterMetric { class in namespace:android
57 CounterMetric( function in class:android::CounterMetric
/frameworks/av/drm/libmediadrm/tests/
H A DCounterMetric_test.cpp19 #include "CounterMetric.h"
24 * Unit tests for the CounterMetric class.
30 CounterMetric<int> metric("MyMetricName", "MetricAttributeName");
43 CounterMetric<int> metric("MyMetricName", "MetricAttributeName");
62 CounterMetric<std::string> metric("MyMetricName", "MetricAttributeName");
/frameworks/av/drm/libmediadrm/
H A DDrmMetrics.cpp64 void ExportCounterMetric(const android::CounterMetric<T> &counter,
96 const android::CounterMetric<T> &counter, PersistableBundle *metrics) {

Completed in 364 milliseconds