Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/
Dshmarea.c55 struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr) in snd_shm_area_create() function
/third_party/alsa-lib/include/
Dglobal.h131 struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr);
/third_party/alsa-lib/src/pcm/
Dpcm_mmap.c370 i->u.shm.area = snd_shm_area_create(id, ptr); in snd_pcm_mmap()