Home
last modified time | relevance | path

Searched refs:ScopedStatistics (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/utils/include/mediautils/
DScopedStatistics.h27 class ScopedStatistics {
55 ScopedStatistics(std::string methodName, in ScopedStatistics() function
62 ScopedStatistics(const ScopedStatistics& scopedStatistics) = delete;
63 ScopedStatistics& operator=(const ScopedStatistics& scopedStatistics) = delete;
65 ~ScopedStatistics() { in ~ScopedStatistics()
/frameworks/av/media/utils/tests/
Dmediautils_scopedstatistics_tests.cpp40 ScopedStatistics scopedStatistics(METHOD_NAME, methodStatistics); in TEST()