Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_audio_thread_monitor.c104 struct cras_audio_thread_event_message *audio_thread_msg = in handle_audio_thread_event_message() local
111 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()
Daudio_thread.c63 struct audio_thread_msg { struct
69 struct audio_thread_msg header; argument
74 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 …]
/external/adhd/cras/src/tests/
Diodev_unittest.cc2563 struct audio_thread_msg* msg) { in audio_thread_post_message()