Searched defs:audio_thread (Results 1 - 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
H A Daudio_thread.h43 struct audio_thread { struct
64 struct audio_thread *audio_thread_create();
71 int audio_thread_add_open_dev(struct audio_thread *thread,
79 int audio_thread_rm_open_dev(struct audio_thread *thread,
113 int audio_thread_rm_callback_sync(struct audio_thread *thread, int fd);
125 int audio_thread_start(struct audio_thread *thread);
128 void audio_thread_destroy(struct audio_thread *thread);
142 int audio_thread_add_stream(struct audio_thread *thread,
156 int audio_thread_drain_stream(struct audio_thread *thread,
167 int audio_thread_disconnect_stream(struct audio_thread *threa
[all...]
H A Dcras_iodev_list.c8 #include "audio_thread.h"
61 static struct audio_thread *audio_thread; variable in typeref:struct:audio_thread
340 audio_thread,
369 audio_thread_rm_open_dev(audio_thread, dev);
393 audio_thread_rm_open_dev(audio_thread, edev->dev);
443 rc = audio_thread_add_open_dev(audio_thread, dev);
460 audio_thread_disconnect_stream(audio_thread,
466 audio_thread_disconnect_stream(audio_thread, rstream,
563 audio_thread_add_stream(audio_thread,
[all...]
/external/adhd/cras/src/libcras/
H A Dcras_client.c1199 static void *audio_thread(void *arg) function
1305 rc = pthread_create(&stream->thread.tid, NULL, audio_thread, stream);

Completed in 174 milliseconds