Searched refs:mute (Results 1 – 6 of 6) sorted by relevance
38 status_t setMicMute(bool mute);39 status_t getMicMute(bool* mute);
66 status_t AudioHardwareInput::setMicMute(bool mute) in setMicMute() argument68 mMicMute = mute; in setMicMute()72 status_t AudioHardwareInput::getMicMute(bool* mute) in getMicMute() argument74 *mute = mMicMute; in getMicMute()
43 status_t setMasterMute(bool mute);44 status_t getMasterMute(bool* mute);
488 void AudioOutput::setMute(bool mute) { in setMute() argument490 if (mMute != mute) { in setMute()491 mMute = mute; in setMute()
286 bool mute; in read() local287 mOwnerHAL.getMicMute(&mute); in read()288 if (mute) { in read()
86 void setMute(bool mute);