Searched refs:perportentry_read (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-device-restore.c | 165 static struct perportentry* perportentry_read(struct userdata *u, const char *basekeyname, const ch… 389 static struct perportentry* perportentry_read(struct userdata *u, const char *basekeyname, const ch… in perportentry_read() function 465 return perportentry_read(u, basekeyname, NULL); in perportentry_read() 619 if ((oldppe = perportentry_read(u, name, port))) in subscribe_callback() 658 if ((oldppe = perportentry_read(u, name, port))) in subscribe_callback() 761 if ((e = perportentry_read(u, name, new_data->active_port))) { in sink_fixate_hook_callback() 810 if ((e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) { in sink_port_hook_callback() 849 if ((e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) { in sink_put_hook_callback() 903 if ((e = perportentry_read(u, name, new_data->active_port))) { in source_fixate_hook_callback() 952 … if ((e = perportentry_read(u, name, (source->active_port ? source->active_port->name : NULL)))) { in source_port_hook_callback() [all …]
|