Searched refs:limit_ns (Results 1 – 4 of 4) sorted by relevance
/system/media/audio_utils/ |
D | ErrorLog.cpp | 36 error_log_t *error_log, int fd, const char *prefix, size_t lines, int64_t limit_ns) in error_log_dump() argument 41 return reinterpret_cast<ErrorLog<int32_t> *>(error_log)->dump(fd, prefix, lines, limit_ns); in error_log_dump()
|
D | PowerLog.cpp | 270 power_log_t *power_log, int fd, const char *prefix, size_t lines, int64_t limit_ns) in power_log_dump() argument 275 return reinterpret_cast<PowerLog *>(power_log)->dump(fd, prefix, lines, limit_ns); in power_log_dump()
|
/system/media/audio_utils/include/audio_utils/ |
D | PowerLog.h | 154 power_log_t *power_log, int fd, const char *prefix, size_t lines, int64_t limit_ns);
|
D | ErrorLog.h | 239 error_log_t *error_log, int fd, const char *prefix, size_t lines, int64_t limit_ns);
|