NodeOutput
NodeOutput *channel = (NodeOutput*)fOutputs.ItemAt(*cookie);
NodeOutput* channel = _FindOutput(for_source);
NodeOutput *channel = _FindOutput(what);
NodeOutput *channel = _FindOutput(source);
NodeOutput *channel = _FindOutput(what);
NodeOutput *channel = _FindOutput(what);
NodeOutput *channel = _FindOutput(what);
NodeOutput(const media_output& output, const media_format& format)
OpenSoundNode::_RecThread(NodeOutput* output)
OpenSoundNode::_StartRecThread(NodeOutput* output)
OpenSoundNode::_StopRecThread(NodeOutput* output)
OpenSoundNode::_FillNextBuffer(audio_buf_info* abinfo, NodeOutput& channel)
OpenSoundNode::NodeOutput*
NodeOutput* channel = (NodeOutput*)fOutputs.ItemAtFast(i);
NodeOutput* channel = static_cast<NodeOutput*>(data);
delete (NodeOutput*)fOutputs.ItemAtFast(i);
NodeOutput* output = new (nothrow) NodeOutput(mediaOutput,
NodeOutput* channel = _FindOutput(output);
int32 _RecThread(NodeOutput* output);
status_t _StartRecThread(NodeOutput* output);
status_t _StopRecThread(NodeOutput* output);
NodeOutput& channel);
NodeOutput* _FindOutput(
class NodeOutput;
friend class NodeOutput;