Searched refs:GetTypingDetectionStatus (Results 1 – 6 of 6) sorted by relevance
89 int GetTypingDetectionStatus(bool& enabled) override;
983 int VoEAudioProcessingImpl::GetTypingDetectionStatus(bool& enabled) { in GetTypingDetectionStatus() function in webrtc::VoEAudioProcessingImpl
205 virtual int GetTypingDetectionStatus(bool& enabled) = 0;
88 MOCK_METHOD1(GetTypingDetectionStatus, int(bool& enabled));
2543 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()
760 WEBRTC_FUNC(GetTypingDetectionStatus, (bool& enabled)) {