AllocateBuffers
AllocateBuffers(*channel);
void AllocateBuffers(node_output &channel);
return channel->AllocateBuffers(BufferDuration(), fLatency);
channel->AllocateBuffers(BufferDuration(), fLatency);
if (!mBufferGroup) AllocateBuffers();
void AllocateBuffers();
return AllocateBuffers();
AllocateBuffers();
status_t AllocateBuffers();