OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLeastRequiredDelayMs
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_video_sync.h
77
virtual int
GetLeastRequiredDelayMs
(int channel) const = 0;
/external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.h
30
int
GetLeastRequiredDelayMs
(int channel) const override;
voe_video_sync_impl.cc
173
int VoEVideoSyncImpl::
GetLeastRequiredDelayMs
(int channel) const {
182
"
GetLeastRequiredDelayMs
() failed to locate channel");
/external/webrtc/webrtc/test/
mock_voice_engine.h
308
MOCK_CONST_METHOD1(
GetLeastRequiredDelayMs
, int(int channel));
Completed in 631 milliseconds