Searched refs:now_ns (Results 1 – 4 of 4) sorted by relevance
/system/media/audio_utils/ |
D | ErrorLog.cpp | 27 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns) in error_log_log() argument 32 reinterpret_cast<ErrorLog<int32_t> *>(error_log)->log(code, now_ns); in error_log_log()
|
D | PowerLog.cpp | 261 const void *buffer, size_t frames, int64_t now_ns) in power_log_log() argument 266 reinterpret_cast<PowerLog *>(power_log)->log(buffer, frames, now_ns); in power_log_log()
|
/system/media/audio_utils/include/audio_utils/ |
D | PowerLog.h | 139 void power_log_log(power_log_t *power_log, const void *buffer, size_t frames, int64_t now_ns);
|
D | ErrorLog.h | 224 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns);
|