Lines Matching refs:buffer_share
1495 /* TRIGGER_ONLY streams shall not be added to buffer_share. */
2203 // From buffer_share
2204 struct buffer_share *buffer_share_create(unsigned int buf_sz) {
2208 void buffer_share_destroy(struct buffer_share *mix)
2212 int buffer_share_offset_update(struct buffer_share *mix, unsigned int id,
2217 unsigned int buffer_share_get_new_write_point(struct buffer_share *mix) {
2221 int buffer_share_add_id(struct buffer_share *mix, unsigned int id) {
2226 int buffer_share_rm_id(struct buffer_share *mix, unsigned int id) {
2230 unsigned int buffer_share_id_offset(const struct buffer_share *mix,