D | memblockq.c | 247 static void write_index_changed(pa_memblockq *bq, int64_t old_write_index, bool account) { in write_index_changed() argument 254 if (account) in write_index_changed() 260 …ted counter at %lli, account=%i", bq->name, (long long) delta, (long long) bq->requested, account); in write_index_changed() 683 void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account) { in pa_memblockq_seek() argument 707 write_index_changed(bq, old, account); in pa_memblockq_seek() 710 void pa_memblockq_flush_write(pa_memblockq *bq, bool account) { in pa_memblockq_flush_write() argument 720 write_index_changed(bq, old, account); in pa_memblockq_flush_write()
|