Home
last modified time | relevance | path

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

/system/media/audio_utils/
DPowerLog.cpp43 PowerLog::PowerLog(uint32_t sampleRate, in PowerLog() function in android::PowerLog
64 void PowerLog::log(const void *buffer, size_t frames, int64_t nowNs) in log()
110 std::string PowerLog::dumpToString(const char *prefix, size_t lines, int64_t limitNs) const in dumpToString()
232 status_t PowerLog::dump(int fd, const char *prefix, size_t lines, int64_t limitNs) const in dump()
257 PowerLog(sample_rate, channel_count, format, entries, frames_per_entry)); in power_log_create()
266 reinterpret_cast<PowerLog *>(power_log)->log(buffer, frames, now_ns); in power_log_log()
275 return reinterpret_cast<PowerLog *>(power_log)->dump(fd, prefix, lines, limit_ns); in power_log_dump()
280 delete reinterpret_cast<PowerLog *>(power_log); in power_log_destroy()
DAndroid.bp43 "PowerLog.cpp",
/system/media/audio_utils/include/audio_utils/
DPowerLog.h41 class PowerLog {
54 PowerLog(uint32_t sampleRate,
/system/media/audio_utils/tests/
Dpowerlog_tests.cpp32 auto plog = std::make_unique<PowerLog>( in TEST()