Home | History | Annotate | Download | only in test

Lines Matching refs:EchoControlMobile

39 using webrtc::EchoControlMobile;
541 TEST_F(ApmTest, EchoControlMobile) {
552 static_cast<EchoControlMobile::RoutingMode>(-1)));
555 static_cast<EchoControlMobile::RoutingMode>(5)));
558 EchoControlMobile::RoutingMode mode[] = {
559 EchoControlMobile::kQuietEarpieceOrHeadset,
560 EchoControlMobile::kEarpiece,
561 EchoControlMobile::kLoudEarpiece,
562 EchoControlMobile::kSpeakerphone,
563 EchoControlMobile::kLoudSpeakerphone,