Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dpdispatch.c213 struct reply_info { struct
215 PA_LLIST_FIELDS(struct reply_info);
228 PA_LLIST_HEAD(struct reply_info, replies);
235 static void reply_info_free(struct reply_info *r) { in reply_info_free()
243 PA_LLIST_REMOVE(struct reply_info, r->pdispatch->replies, r); in reply_info_free()
260 PA_LLIST_HEAD_INIT(struct reply_info, pd->replies); in pa_pdispatch_new()
279 static void run_action(pa_pdispatch *pd, struct reply_info *r, uint32_t command, pa_tagstruct *ts) { in run_action()
342 struct reply_info *r; in pa_pdispatch_run()
376 struct reply_info*r = userdata; in timeout_callback()
388 struct reply_info * in pa_pdispatch_register_reply()
[all...]

Completed in 1 milliseconds