Searched defs:EventMetric (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DEventMetric.h24 // This is a simple holder for the statistics recorded in EventMetric.
41 // The EventMetric class is used to accumulate stats about an event over time.
43 // An EventMetric can break down stats by a dimension specified by the
60 // EventMetric<status_t> work_event_;
74 class EventMetric { class in namespace:android
78 EventMetric( function in class:android::EventMetric
129 // The EventTimer is a supporting class for EventMetric instances that are used
135 // EventMetric<int> my_metric;
149 explicit EventTimer(EventMetric<AttributeType>* metric)
170 EventMetric<AttributeTyp
[all...]
/frameworks/av/media/libmedia/include/media/
H A DEventMetric.h24 // This is a simple holder for the statistics recorded in EventMetric.
41 // The EventMetric class is used to accumulate stats about an event over time.
43 // An EventMetric can break down stats by a dimension specified by the
60 // EventMetric<status_t> work_event_;
74 class EventMetric { class in namespace:android
78 EventMetric( function in class:android::EventMetric
129 // The EventTimer is a supporting class for EventMetric instances that are used
135 // EventMetric<int> my_metric;
149 explicit EventTimer(EventMetric<AttributeType>* metric)
170 EventMetric<AttributeTyp
[all...]

Completed in 68 milliseconds