Searched refs:GetBufferList (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/kits/media/
H A DBufferTest.cpp65 s = group->GetBufferList(1,&buffer);
83 s = group2->GetBufferList(1,&buffer);
/haiku/headers/os/media/
H A DBufferGroup.h41 status_t GetBufferList(int32 bufferCount,
/haiku/headers/private/media/
H A DSharedBufferList.h49 status_t GetBufferList(sem_id groupReclaimSem,
/haiku/src/kits/media/
H A DBufferGroup.cpp222 BBufferGroup::GetBufferList(int32 bufferCount, BBuffer** _buffers) function in class:BBufferGroup
231 return fBufferList->GetBufferList(fReclaimSem, bufferCount, _buffers);
312 // BeOS R4 legacy API. Implemented as a wrapper around GetBufferList
313 // "needLock" is ignored, GetBufferList will do locking
322 status_t status = GetBufferList(fBufferCount, buffers);
H A DSharedBufferList.cpp427 SharedBufferList::GetBufferList(sem_id groupReclaimSem, int32 bufferCount, function in class:BPrivate::SharedBufferList
H A DBufferConsumer.cpp291 if (group->GetBufferList(buffer_count, buffers) != B_OK)
/haiku/src/kits/game/
H A DGameProducer.cpp324 if (newGroup->GetBufferList(1, buffers) != B_OK)
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp333 status = fBuffers->GetBufferList(3, buffList);

Completed in 64 milliseconds