Searched refs:_noOutputChannels (Results 1 – 2 of 2) sorted by relevance
52 _noOutputChannels(0) { in AudioMixerManagerMac()87 _noOutputChannels = 0; in CloseSpeaker()149 _noOutputChannels = streamFormat.mChannelsPerFrame; in OpenSpeaker()252 for (UInt32 i = 1; i <= _noOutputChannels; i++) { in SetSpeakerVolume()303 for (UInt32 i = 1; i <= _noOutputChannels; i++) { in SpeakerVolume()398 for (UInt32 i = 1; i <= _noOutputChannels; i++) { in SpeakerVolumeIsAvailable()438 for (UInt32 i = 1; i <= _noOutputChannels; i++) { in SpeakerMuteIsAvailable()488 for (UInt32 i = 1; i <= _noOutputChannels; i++) { in SetSpeakerMute()538 for (UInt32 i = 1; i <= _noOutputChannels; i++) { in SpeakerMute()577 available = (_noOutputChannels == 2); in StereoPlayoutIsAvailable()
74 uint16_t _noOutputChannels; variable