Home
last modified time | relevance | path

Searched refs:stat_array (Results 1 – 3 of 3) sorted by relevance

/system/media/audio_utils/
Dmutex.cpp39 [[clang::no_destroy]] static constinit stat_array_t stat_array{}; in get_mutex_stat_array() local
40 return stat_array; in get_mutex_stat_array()
/system/media/audio_utils/tests/
Dstatistics_tests.cpp384 double, innerProduct_scalar<array_t>> stat_array; in TEST() local
393 stat_array.add(arrays[i]); in TEST()
406 static_assert(std::is_trivially_copyable<decltype(stat_array)>::value, in TEST()
/system/media/audio_utils/include/audio_utils/
Dmutex.h1451 const auto& stat_array = get_mutex_stat_array(); in all_stats_to_string() local
1452 for (size_t i = 0; i < stat_array.size(); ++i) { in all_stats_to_string()
1453 if (stat_array[i].locks != 0) { in all_stats_to_string()
1455 .append(stat_array[i].to_string()); in all_stats_to_string()