Searched refs:muted (Results 1 - 9 of 9) sorted by relevance

/haiku/src/bin/
H A Dsetvolume.cpp23 int32 muted = 0; local
26 muteParameter->GetValue(&muted, &size, &lastChange);
28 mute = 1 - muted;
29 if (muted != mute && mute < 2)
31 return muted;
98 int32 muted = handleMute(mute, 0, true); local
99 printf("%s\n", muted ? "Muted" : "Unmuted");
112 int muted = handleMute(mute, 0); local
113 if (muted == 0 || volume <= gain->MinValue())
116 // not already muted
[all...]
/haiku/src/bin/desklink/
H A DMixerControl.h40 void SetMute(bool muted);
H A DMixerControl.cpp189 MixerControl::SetMute(bool muted) argument
194 int32 mute = muted ? 1 : 0;
/haiku/src/apps/mediaplayer/
H A DControllerObserver.cpp176 ControllerObserver::MutedChanged(bool muted) argument
182 message.AddBool("muted", muted);
H A DControllerObserver.h68 virtual void MutedChanged(bool muted);
H A DController.h59 virtual void MutedChanged(bool muted);
167 void _NotifyMutedChanged(bool muted) const;
H A DController.cpp1251 Controller::_NotifyMutedChanged(bool muted) const
1257 listener->MutedChanged(muted);
H A DMainWin.cpp1004 bool muted; local
1005 if (msg->FindBool("muted", &muted) == B_OK)
1006 fControls->SetMuted(muted);
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDspCommObject.cpp1854 BYTE muted; local
1856 muted = (BYTE) GENERIC_TO_DSP(ECHOGAIN_MUTED);
1857 m_pDspCommPage->VUMeter[ iDevice ] = muted;
1858 m_pDspCommPage->PeakMeter[ iDevice ] = muted;

Completed in 296 milliseconds