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/
H A 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/
H A Dpcm_shm.c635 static int make_local_socket(const char *filename) in make_local_socket() function
688 result = make_local_socket(sockname); in snd_pcm_shm_open()
H A Dpcm_direct.c205 static int make_local_socket(const char *filename, int server, mode_t ipc_perm, int ipc_gid) in make_local_socket() function
435 ret = make_local_socket(dmix->shmptr->socket_name, 1, dmix->ipc_perm, dmix->ipc_gid);
487 ret = make_local_socket(dmix->shmptr->socket_name, 0, -1, -1);
/third_party/alsa-lib/aserver/
H A Daserver.c57 static int make_local_socket(const char *filename) in make_local_socket() function
942 sockn = make_local_socket(sockname); in server()

Completed in 7 milliseconds