Searched refs:RtList (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DRtList.h21 template<class value> class RtList { class
23 RtList() function in class:RtList
31 ~RtList()
61 RtList(const RtList<value>& other);
62 RtList<value> &operator=(const RtList<value>& other);
H A DMixerCore.cpp30 #include "RtList.h"
523 typedef RtList<chan_info> chan_info_list;

Completed in 41 milliseconds