Lines Matching refs:atlog
118 struct audio_thread_event_log *atlog; variable
284 ATLOG(atlog, AUDIO_THREAD_DEV_ADDED, iodev->info.idx, 0, 0); in thread_add_open_dev()
574 ATLOG(atlog, AUDIO_THREAD_PB_MSG, msg->id, 0, 0); in handle_audio_thread_message()
580 ATLOG(atlog, AUDIO_THREAD_WRITE_STREAMS_WAIT, in handle_audio_thread_message()
665 memcpy(&info->log, atlog, sizeof(info->log)); in handle_audio_thread_message()
894 ATLOG(atlog, AUDIO_THREAD_SLEEP, wait_ts ? wait_ts->tv_sec : 0, in audio_io_thread()
901 atlog->sync_write_pos = atlog->write_pos; in audio_io_thread()
904 ATLOG(atlog, AUDIO_THREAD_WAKE, rc, 0, 0); in audio_io_thread()
909 ATLOG(atlog, AUDIO_THREAD_IODEV_CB, 0, 0, 0); in audio_io_thread()
927 ATLOG(atlog, AUDIO_THREAD_IODEV_CB, in audio_io_thread()
1205 atlog = audio_thread_event_log_init(atlog_name); in audio_thread_create()
1298 audio_thread_event_log_deinit(atlog, atlog_name); in audio_thread_destroy()