Home
last modified time | relevance | path

Searched refs:error_log_t (Results 1 – 3 of 3) sorted by relevance

/system/media/audio_utils/
DErrorLog.cpp21 error_log_t *error_log_create(size_t entries, int64_t aggregate_ns) in error_log_create()
23 return reinterpret_cast<error_log_t *> in error_log_create()
27 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns) in error_log_log()
36 error_log_t *error_log, int fd, const char *prefix, size_t lines, int64_t limit_ns) in error_log_dump()
44 void error_log_destroy(error_log_t *error_log) in error_log_destroy()
/system/media/audio_utils/include/audio_utils/
DErrorLog.h202 typedef struct error_log_t error_log_t; typedef
212 error_log_t *error_log_create(size_t entries, int64_t aggregate_ns);
224 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns);
239 error_log_t *error_log, int fd, const char *prefix, size_t lines, int64_t limit_ns);
246 void error_log_destroy(error_log_t *error_log);
/system/media/audio_utils/tests/
Derrorlog_tests.cpp89 error_log_t *error_log = in TEST()