Searched refs:limitNs (Results 1 – 4 of 4) sorted by relevance
/system/media/audio_utils/include/audio_utils/ |
D | SimpleLog.h | 157 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);
|
D | ErrorLog.h | 98 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);
|
D | PowerLog.h | 78 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/ |
D | PowerLog.cpp | 111 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()
|