Searched refs:CountBuffers (Results 1 – 9 of 9) sorted by relevance
42 s = group->CountBuffers(&count); in TestDefault()61 s = group->CountBuffers(&count); in TestRef()78 s = group2->CountBuffers(&count); in TestRef()
40 status_t CountBuffers(int32* _count);
155 int32 CountBuffers() const;
254 BBufferStream::CountBuffers() const in CountBuffers() function in BBufferStream
210 BBufferGroup::CountBuffers(int32* _count) in CountBuffers() function in BBufferGroup
273 if (group->CountBuffers(&buffer_count) != B_OK) in SetOutputBuffersFor()
155 mBufferGroup->CountBuffers(&numBuffers); in Connected()
448 if (fUsedBufferGroup->CountBuffers(&bufferCount) == B_OK) { in Connect()
1388 err = m_bufferGroup->CountBuffers(&curBufferCount); in updateBufferGroup()