Home
last modified time | relevance | path

Searched refs:m_MonitorCtrl (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_mixer.cpp1527 m_MonitorCtrl.GetGain(wBusIn,wBusOut,iGain); in GetAudioMonitor()
1561 m_MonitorCtrl.SetGain(wBusIn,wBusOut,iGain); in SetAudioMonitor()
1705 m_MonitorCtrl.SetPan(wBusIn,wBusOut,iPan); in SetAudioMonitorPan()
1735 m_MonitorCtrl.GetPan(wBusIn,wBusOut,iPan); in GetAudioMonitorPan()
1764 m_MonitorCtrl.SetMute(wBusIn,wBusOut,bMute); in SetAudioMonitorMute()
1793 m_MonitorCtrl.GetMute(wBusIn,wBusOut,bMute); in GetAudioMonitorMute()
1930 m_MonitorCtrl.SetGain(i,j,ECHOGAIN_UPDATE,FALSE); in SetDigitalMode()
2009 m_MonitorCtrl.SetGain(wBusIn,wBusOut,ECHOGAIN_UPDATE,FALSE); in AdjustMonitorsForBusOut()
H A DCEchoGals.cpp253 Status = m_MonitorCtrl.Init(this); in InitLineLevels()
H A DCEchoGals.h752 CMonitorCtrl m_MonitorCtrl; variable