OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetParametersForNormalAfterExpand
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_expand.h
40
MOCK_METHOD0(
SetParametersForNormalAfterExpand
,
/external/webrtc/webrtc/modules/audio_coding/neteq/
expand_unittest.cc
112
// and then ends by calling
SetParametersForNormalAfterExpand
. This simulates
124
expand_.
SetParametersForNormalAfterExpand
();
165
expand_.
SetParametersForNormalAfterExpand
();
expand.h
53
virtual void
SetParametersForNormalAfterExpand
();
normal_unittest.cc
73
EXPECT_CALL(expand,
SetParametersForNormalAfterExpand
());
normal.cc
60
expand_->
SetParametersForNormalAfterExpand
();
expand.cc
315
void Expand::
SetParametersForNormalAfterExpand
() {
[
all
...]
Completed in 72 milliseconds