Home
last modified time | relevance | path

Searched refs:oldppe (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-device-restore.c589 struct perportentry *ppe, *oldppe; in subscribe_callback() local
626 if ((oldppe = perportentry_read(u, name, port))) in subscribe_callback()
627 ppe = perportentry_copy(oldppe); in subscribe_callback()
665 if ((oldppe = perportentry_read(u, name, port))) in subscribe_callback()
666 ppe = perportentry_copy(oldppe); in subscribe_callback()
704 if (oldppe) { in subscribe_callback()
706 if (perportentries_equal(oldppe, ppe)) { in subscribe_callback()
707 perportentry_free(oldppe); in subscribe_callback()
711 perportentry_free(oldppe); in subscribe_callback()

Completed in 2 milliseconds