Searched refs:audio_thread_msg (Results 1 – 3 of 3) sorted by relevance
104 struct cras_audio_thread_event_message *audio_thread_msg = in handle_audio_thread_event_message() local111 if (audio_thread_msg->event_type >= AUDIO_THREAD_EVENT_TYPE_COUNT) in handle_audio_thread_event_message()115 &last_event_snapshot_time[audio_thread_msg->event_type]; in handle_audio_thread_event_message()127 take_snapshot(audio_thread_msg->event_type); in handle_audio_thread_event_message()
63 struct audio_thread_msg { struct69 struct audio_thread_msg header; argument74 struct audio_thread_msg header;79 struct audio_thread_msg header;85 struct audio_thread_msg header;90 struct audio_thread_msg header;97 struct audio_thread_msg header;102 struct audio_thread_msg header;108 struct audio_thread_msg header;239 struct audio_thread_msg *msg = (struct audio_thread_msg *)buf; in audio_thread_read_command()[all …]
2563 struct audio_thread_msg* msg) { in audio_thread_post_message()