Searched refs:audio_pt_unlock (Results 1 – 4 of 4) sorted by relevance
/external/qemu/audio/ |
D | esdaudio.c | 146 if (audio_pt_unlock (&esd->pt, AUDIO_FUNC)) { in qesd_thread_out() 194 audio_pt_unlock (&esd->pt, AUDIO_FUNC); in qesd_thread_out() 215 audio_pt_unlock (&esd->pt, AUDIO_FUNC); in qesd_run_out() 355 if (audio_pt_unlock (&esd->pt, AUDIO_FUNC)) { in qesd_thread_in() 403 audio_pt_unlock (&esd->pt, AUDIO_FUNC); in qesd_thread_in() 426 audio_pt_unlock (&esd->pt, AUDIO_FUNC); in qesd_run_in()
|
D | paaudio.c | 119 if (audio_pt_unlock (&pa->pt, AUDIO_FUNC)) { in qpa_thread_out() 150 audio_pt_unlock (&pa->pt, AUDIO_FUNC); in qpa_thread_out() 171 audio_pt_unlock (&pa->pt, AUDIO_FUNC); in qpa_run_out() 214 if (audio_pt_unlock (&pa->pt, AUDIO_FUNC)) { in qpa_thread_in() 244 audio_pt_unlock (&pa->pt, AUDIO_FUNC); in qpa_thread_in() 267 audio_pt_unlock (&pa->pt, AUDIO_FUNC); in qpa_run_in()
|
D | audio_pt_int.h | 17 int audio_pt_unlock (struct audio_pt *, const char *);
|
D | audio_pt_int.c | 121 int audio_pt_unlock (struct audio_pt *p, const char *cap) in audio_pt_unlock() function
|