Home | History | Annotate | Download | only in include

Lines Matching refs:mode

71     // Sets Noise Suppression (NS) status and mode.
73 virtual int SetNsStatus(bool enable, NsModes mode = kNsUnchanged) = 0;
75 // Gets the NS status and mode.
76 virtual int GetNsStatus(bool& enabled, NsModes& mode) = 0;
78 // Sets the Automatic Gain Control (AGC) status and mode.
80 virtual int SetAgcStatus(bool enable, AgcModes mode = kAgcUnchanged) = 0;
82 // Gets the AGC status and mode.
83 virtual int GetAgcStatus(bool& enabled, AgcModes& mode) = 0;
93 // Sets the Echo Control (EC) status and mode.
97 virtual int SetEcStatus(bool enable, EcModes mode = kEcUnchanged) = 0;
99 // Gets the EC status and mode.
100 virtual int GetEcStatus(bool& enabled, EcModes& mode) = 0;
120 virtual int SetAecmMode(AecmModes mode = kAecmSpeakerphone,
124 virtual int GetAecmMode(AecmModes& mode, bool& enabledCNG) = 0;
131 // Sets status and mode of the receiving-side (Rx) NS.
136 NsModes mode = kNsUnchanged) = 0;
138 // Gets status and mode of the receiving-side NS.
141 NsModes& mode) = 0;
143 // Sets status and mode of the receiving-side (Rx) AGC.
148 AgcModes mode = kAgcUnchanged) = 0;
150 // Gets status and mode of the receiving-side AGC.
153 AgcModes& mode) = 0;