Home
last modified time | relevance | path

Searched refs:GetTypingDetectionStatus (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h89 int GetTypingDetectionStatus(bool& enabled) override;
Dvoe_audio_processing_impl.cc983 int VoEAudioProcessingImpl::GetTypingDetectionStatus(bool& enabled) { in GetTypingDetectionStatus() function in webrtc::VoEAudioProcessingImpl
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h205 virtual int GetTypingDetectionStatus(bool& enabled) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h88 MOCK_METHOD1(GetTypingDetectionStatus, int(bool& enabled));
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine_unittest.cc2543 voe_.GetTypingDetectionStatus(typing_detection_enabled); in TEST_F()
2568 voe_.GetTypingDetectionStatus(typing_detection_enabled); in TEST_F()
2600 voe_.GetTypingDetectionStatus(typing_detection_enabled); in TEST_F()
2661 voe_.GetTypingDetectionStatus(typing_detection_enabled); in TEST_F()
2695 voe_.GetTypingDetectionStatus(typing_detection_enabled); in TEST_F()
Dfakewebrtcvoiceengine.h760 WEBRTC_FUNC(GetTypingDetectionStatus, (bool& enabled)) {