Lines Matching refs:mute
56 * @param mute whether microphone is muted.
59 setMicMute(bool mute) generates (Result retval);
65 * @return mute whether microphone is muted.
67 getMicMute() generates (Result retval, bool mute);
70 * Set the audio mute status for all audio activities. If the return value
73 * @param mute whether audio is muted.
76 setMasterMute(bool mute) generates (Result retval);
79 * Get the current master mute status for the HAL, if the HAL supports
80 * master mute control. AudioFlinger will query this value from the primary
82 * initial master mute across all HALs. HAL must indicate that the feature
86 * @return mute whether audio is muted.
88 getMasterMute() generates (Result retval, bool mute);