Searched refs:perportentry (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-device-restore.c | 111 struct perportentry { struct 164 static bool legacy_entry_read(struct userdata *u, pa_datum *data, struct entry **entry, struct perportentry **perportentry); 165 static struct perportentry* perportentry_read(struct userdata *u, const char *basekeyname, const char *port); 166 static bool perportentry_write(struct userdata *u, const char *basekeyname, const char *port, const struct perportentry *e); 167 static void perportentry_free(struct perportentry* e); 260 struct perportentry *ppe; in entry_read() 326 static struct perportentry* perportentry_new(bool add_pcm_format) { in perportentry_new() 327 struct perportentry *r = pa_xnew0(struct perportentry, in perportentry_new() 521 legacy_entry_read(struct userdata *u, pa_datum *data, struct entry **entry, struct perportentry **perportentry) legacy_entry_read() argument [all...] |
Completed in 1 milliseconds