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

/haiku/src/kits/interface/
H A DChannelControl.cpp56 fMultiLabels(NULL),
69 fMultiLabels = (void*)new label_map;
82 fMultiLabels(NULL),
95 fMultiLabels = (void*)new label_map;
107 fMultiLabels(NULL),
144 fMultiLabels = (void*)new label_map;
154 delete reinterpret_cast<label_map*>(fMultiLabels);
608 (*(label_map*)fMultiLabels)[channel].max_label = maxLabel;
609 (*(label_map*)fMultiLabels)[channel].min_label = minLabel;
628 if (fMultiLabels !
[all...]
/haiku/headers/os/interface/
H A DChannelControl.h144 void* fMultiLabels; member in class:BChannelControl

Completed in 89 milliseconds