Searched refs:snd_pcm_direct_client_chk_xrun (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_dsnoop.c | 148 if (snd_pcm_direct_client_chk_xrun(dsnoop, pcm)) in snd_pcm_dsnoop_sync_ptr() 224 snd_pcm_direct_client_chk_xrun(dsnoop, pcm); in snd_pcm_dsnoop_state() 433 if (snd_pcm_direct_client_chk_xrun(dsnoop, pcm)) in snd_pcm_dsnoop_mmap_commit()
|
D | pcm_dshare.c | 215 if (snd_pcm_direct_client_chk_xrun(dshare, pcm)) in snd_pcm_dshare_sync_ptr() 273 snd_pcm_direct_client_chk_xrun(dshare, pcm); in snd_pcm_dshare_state() 542 if (snd_pcm_direct_client_chk_xrun(dshare, pcm)) in snd_pcm_dshare_mmap_commit()
|
D | pcm_dmix.c | 440 if (snd_pcm_direct_client_chk_xrun(dmix, pcm)) in snd_pcm_dmix_sync_ptr() 470 snd_pcm_direct_client_chk_xrun(dmix, pcm); in snd_pcm_dmix_state() 843 if (snd_pcm_direct_client_chk_xrun(dmix, pcm)) in snd_pcm_dmix_mmap_commit()
|
D | pcm_direct.h | 348 int snd_pcm_direct_client_chk_xrun(snd_pcm_direct_t *direct, snd_pcm_t *pcm);
|
D | pcm_direct.c | 638 int snd_pcm_direct_client_chk_xrun(snd_pcm_direct_t *direct, snd_pcm_t *pcm) function 727 snd_pcm_direct_client_chk_xrun(dmix, pcm);
|