Searched refs:PowerLog (Results 1 - 3 of 3) sorted by relevance

/system/media/audio_utils/
H A DPowerLog.cpp30 #include <audio_utils/PowerLog.h>
41 PowerLog::PowerLog(uint32_t sampleRate, function in class:android::PowerLog
62 void PowerLog::log(const void *buffer, size_t frames, int64_t nowNs)
108 std::string PowerLog::dumpToString(const char *prefix, size_t lines, int64_t limitNs) const
216 status_t PowerLog::dump(int fd, const char *prefix, size_t lines, int64_t limitNs) const
241 PowerLog(sample_rate, channel_count, format, entries, frames_per_entry));
250 reinterpret_cast<PowerLog *>(power_log)->log(buffer, frames, now_ns);
259 return reinterpret_cast<PowerLog *>(power_log)->dump(fd, prefix, lines, limit_ns);
264 delete reinterpret_cast<PowerLog *>(power_lo
[all...]
/system/media/audio_utils/include/audio_utils/
H A DPowerLog.h30 * PowerLog captures the audio data power (measured in dBFS) over time.
41 class PowerLog { class in namespace:android
44 * \brief Creates a PowerLog object.
54 PowerLog(uint32_t sampleRate,
/system/media/audio_utils/tests/
H A Dpowerlog_tests.cpp20 #include <audio_utils/PowerLog.h>
32 auto plog = std::make_unique<PowerLog>(

Completed in 124 milliseconds