Lines Matching refs:atlog
99 struct audio_thread_event_log *atlog; variable
382 ATLOG(atlog, AUDIO_THREAD_DEV_ADDED, iodev->info.idx, 0, 0); in thread_add_open_dev()
516 ATLOG(atlog, AUDIO_THREAD_STREAM_ADDED, stream->stream_id, in thread_add_stream()
619 ATLOG(atlog, AUDIO_THREAD_PB_MSG, msg->id, 0, 0); in handle_playback_thread_message()
625 ATLOG(atlog, AUDIO_THREAD_WRITE_STREAMS_WAIT, in handle_playback_thread_message()
710 memcpy(&info->log, atlog, sizeof(info->log)); in handle_playback_thread_message()
785 ATLOG(atlog, AUDIO_THREAD_STREAM_SLEEP_TIME, in get_next_stream_wake_from_list()
966 ATLOG(atlog, AUDIO_THREAD_SLEEP, wait_ts ? wait_ts->tv_sec : 0, in audio_io_thread()
972 ATLOG(atlog, AUDIO_THREAD_WAKE, rc, 0, 0); in audio_io_thread()
985 ATLOG(atlog, AUDIO_THREAD_IODEV_CB, in audio_io_thread()
1242 atlog = audio_thread_event_log_init(); in audio_thread_create()
1335 audio_thread_event_log_deinit(atlog); in audio_thread_destroy()