Searched refs:perportentry_read (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-device-restore.c | 165 static struct perportentry* perportentry_read(struct userdata *u, const char *basekeyname, const char *port); 389 static struct perportentry* perportentry_read(struct userdata *u, const char *basekeyname, const char *port) { in perportentry_read() function 465 return perportentry_read(u, basekeyname, NULL); in perportentry_read() 626 if ((oldppe = perportentry_read(u, name, port))) in subscribe_callback() 665 if ((oldppe = perportentry_read(u, name, port))) in subscribe_callback() 768 if ((e = perportentry_read(u, name, new_data->active_port))) { in sink_fixate_hook_callback() 817 if ((e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) { in sink_port_hook_callback() 856 if ((e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) { in sink_put_hook_callback() 910 if ((e = perportentry_read(u, name, new_data->active_port))) { in source_fixate_hook_callback() 959 if ((e = perportentry_read( in source_port_hook_callback() [all...] |
Completed in 2 milliseconds