Home
last modified time | relevance | path

Searched refs:SetTypingDetectionStatus (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h87 int SetTypingDetectionStatus(bool enable) override;
Dvoe_audio_processing_impl.cc952 int VoEAudioProcessingImpl::SetTypingDetectionStatus(bool enable) { in SetTypingDetectionStatus() function in webrtc::VoEAudioProcessingImpl
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h202 virtual int SetTypingDetectionStatus(bool enable) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h87 MOCK_METHOD1(SetTypingDetectionStatus, int(bool enable));
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc645 res = apm->SetTypingDetectionStatus(typing_detection); in RunTest()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h756 WEBRTC_FUNC(SetTypingDetectionStatus, (bool enable)) {
Dwebrtcvoiceengine.cc786 if (voep->SetTypingDetectionStatus(*options.typing_detection) == -1) { in ApplyOptions()
788 LOG_RTCERR1(SetTypingDetectionStatus, *options.typing_detection); in ApplyOptions()