OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTypingDetectionStatus
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h
205
virtual int
GetTypingDetectionStatus
(bool& enabled) = 0;
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.h
89
int
GetTypingDetectionStatus
(bool& enabled) override;
voe_audio_processing_impl.cc
[
all
...]
/external/webrtc/webrtc/test/
mock_voice_engine.h
88
MOCK_METHOD1(
GetTypingDetectionStatus
, int(bool& enabled));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
760
WEBRTC_FUNC(
GetTypingDetectionStatus
, (bool& enabled)) {
webrtcvoiceengine_unittest.cc
[
all
...]
Completed in 268 milliseconds