OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTypingDetectionStatus
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h
202
virtual int
SetTypingDetectionStatus
(bool enable) = 0;
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.h
87
int
SetTypingDetectionStatus
(bool enable) override;
voe_audio_processing_impl.cc
952
int VoEAudioProcessingImpl::
SetTypingDetectionStatus
(bool enable) {
954
"
SetTypingDetectionStatus
()");
968
"
SetTypingDetectionStatus
() failed to set VAD state");
975
"
SetTypingDetectionStatus
() failed to set VAD likelihood to low");
[
all
...]
/external/webrtc/webrtc/test/
mock_voice_engine.h
87
MOCK_METHOD1(
SetTypingDetectionStatus
, int(bool enable));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
756
WEBRTC_FUNC(
SetTypingDetectionStatus
, (bool enable)) {
webrtcvoiceengine.cc
786
if (voep->
SetTypingDetectionStatus
(*options.typing_detection) == -1) {
788
LOG_RTCERR1(
SetTypingDetectionStatus
, *options.typing_detection);
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
645
res = apm->
SetTypingDetectionStatus
(typing_detection);
Completed in 352 milliseconds