Searched refs:perportentry (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-device-restore.c | 111 struct perportentry { struct 164 …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 ch… 166 …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, 1); in perportentry_new() 338 static void perportentry_free(struct perportentry* e) { in perportentry_free() 345 …rite(struct userdata *u, const char *basekeyname, const char *port, const struct perportentry *e) { in perportentry_write() [all …]
|