Home
last modified time | relevance | path

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

/frameworks/av/media/utils/include/mediautils/
DScopedStatistics.h62 ScopedStatistics(const ScopedStatistics& scopedStatistics) = delete;
63 ScopedStatistics& operator=(const ScopedStatistics& scopedStatistics) = delete;
/frameworks/av/media/utils/tests/
Dmediautils_scopedstatistics_tests.cpp40 ScopedStatistics scopedStatistics(METHOD_NAME, methodStatistics); in TEST() local