Home
last modified time | relevance | path

Searched refs:make_local_socket (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/control/
Dcontrol_shm.c413 static int make_local_socket(const char *filename) in make_local_socket() function
449 result = make_local_socket(sockname); in snd_ctl_shm_open()
/third_party/alsa-lib/src/pcm/
Dpcm_shm.c634 static int make_local_socket(const char *filename) in make_local_socket() function
687 result = make_local_socket(sockname); in snd_pcm_shm_open()
Dpcm_direct.c200 static int make_local_socket(const char *filename, int server, mode_t ipc_perm, int ipc_gid) in make_local_socket() function
430 ret = make_local_socket(dmix->shmptr->socket_name, 1, dmix->ipc_perm, dmix->ipc_gid);
482 ret = make_local_socket(dmix->shmptr->socket_name, 0, -1, -1);
/third_party/alsa-lib/aserver/
Daserver.c56 static int make_local_socket(const char *filename) in make_local_socket() function
937 sockn = make_local_socket(sockname); in server()