Home | History | Annotate | Download | only in audio

Lines Matching refs:cb

74 	sink_state_cb cb;
116 struct sink_state_callback *cb = l->data;
117 cb->cb(dev, old_state, new_state, cb->user_data);
927 unsigned int sink_add_state_cb(sink_state_cb cb, void *user_data)
933 state_cb->cb = cb;
947 struct sink_state_callback *cb = l->data;
948 if (cb && cb->id == id) {
949 sink_callbacks = g_slist_remove(sink_callbacks, cb);
950 g_free(cb);