Searched refs:pa_context_play_sample_cb_t (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | scache.h | 85 typedef void (*pa_context_play_sample_cb_t)(pa_context *c, uint32_t idx, void *userdata); typedef 120 pa_context_play_sample_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
|
H A D | scache.c | 159 pa_context_play_sample_cb_t cb = (pa_context_play_sample_cb_t) o->callback; in play_sample_with_proplist_ack_callback() 208 pa_operation *pa_context_play_sample_with_proplist(pa_context *c, const char *name, const char *dev, pa_volume_t volume, const pa_proplist *p, pa_context_play_sample_cb_t cb, void *userdata) { in pa_context_play_sample_with_proplist()
|
Completed in 1 milliseconds