Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:enable

120     void SetRxApmIsEnabled(bool enable) {
122 state_.rx_apm_is_enabled = enable;
125 void SetInputExternalMedia(bool enable) {
127 state_.input_external_media = enable;
130 void SetOutputFilePlaying(bool enable) {
132 state_.output_file_playing = enable;
135 void SetInputFilePlaying(bool enable) {
137 state_.input_file_playing = enable;
140 void SetPlaying(bool enable) {
142 state_.playing = enable;
145 void SetSending(bool enable) {
147 state_.sending = enable;
150 void SetReceiving(bool enable) {
152 state_.receiving = enable;
275 int SetMute(bool enable);
313 int SetRxAgcStatus(bool enable, AgcModes mode);
319 int SetRxNsStatus(bool enable, NsModes mode);
327 int SetSendAudioLevelIndicationStatus(bool enable, unsigned char id);
328 int SetReceiveAudioLevelIndicationStatus(bool enable, unsigned char id);
329 int SetSendAbsoluteSenderTimeStatus(bool enable, unsigned char id);
330 int SetReceiveAbsoluteSenderTimeStatus(bool enable, unsigned char id);
338 void SetRTCPStatus(bool enable);
354 int SetREDStatus(bool enable, int redPayloadtype);
356 int SetCodecFECStatus(bool enable);
358 void SetNACKStatus(bool enable, int maxNumberOfPackets);
490 int SetSendRtpHeaderExtension(bool enable, RTPExtensionType type,