Home
last modified time | relevance | path

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

/system/media/audio_utils/
DPowerLog.cpp173 std::vector<std::pair<float, bool>> plotEntries; in dumpToString() local
189 if (!plotEntries.empty()) { in dumpToString()
192 plotEntries.emplace_back(plotEntries.back().first, true); in dumpToString()
224 plotEntries.emplace_back(power, false); in dumpToString()
226 ss << "\n" << audio_utils_log_plot(plotEntries.begin(), plotEntries.end()); in dumpToString()