Home | History | Annotate | Download | only in mac

Lines Matching refs:muted

592     UInt32 muted = 0;
602 size = sizeof(muted);
604 &propertyAddress, 0, NULL, &size, &muted));
606 // 1 means muted
607 enabled = static_cast<bool> (muted);
610 // Otherwise check if all channels are muted.
613 muted = 0;
623 muted = (muted && channelMuted);
636 // 1 means muted
637 enabled = static_cast<bool> (muted);
792 UInt32 muted = 0;
802 size = sizeof(muted);
804 &propertyAddress, 0, NULL, &size, &muted));
806 // 1 means muted
807 enabled = static_cast<bool> (muted);
810 // Otherwise check if all channels are muted.
813 muted = 0;
823 muted = (muted && channelMuted);
836 // 1 means muted
837 enabled = static_cast<bool> (muted);