Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DSimpleLog.h157 std::string dumpToString(const char *prefix = "", size_t lines = 0, int64_t limitNs = 0) const
173 if (time < limitNs) continue; // too old
191 status_t dump(int fd, const char *prefix = "", size_t lines = 0, int64_t limitNs = 0) const
195 const std::string s = dumpToString(prefix, lines, limitNs);
DErrorLog.h98 std::string dumpToString(const char *prefix = "", size_t lines = 0, int64_t limitNs = 0) const
121 if (entry.mCount == 0 || entry.mLastTime < limitNs) {
151 status_t dump(int fd, const char *prefix = "", size_t lines = 0, int64_t limitNs = 0) const
154 const std::string s = dumpToString(prefix, lines, limitNs);
DPowerLog.h78 std::string dumpToString(const char *prefix = "", size_t lines = 0, int64_t limitNs = 0,
92 status_t dump(int fd, const char *prefix = "", size_t lines = 0, int64_t limitNs = 0,
/system/media/audio_utils/
DPowerLog.cpp111 const char *prefix, size_t lines, int64_t limitNs, bool logPlot) const in dumpToString() argument
150 if (column == 0 && time < limitNs) { in dumpToString()
236 int fd, const char *prefix, size_t lines, int64_t limitNs, bool logPlot) const in dump() argument
242 const std::string s = dumpToString(prefix, lines, limitNs, logPlot); in dump()