Home | History | Annotate | Download | only in auto_test

Lines Matching defs:CHECK

29 #define CHECK(expr)                                             \
64 CHECK(base->Init());
70 CHECK(voice_socket_transport->SetSendDestination("127.0.0.1", 5566));
71 CHECK(voice_socket_transport->SetLocalReceiver(5566));
73 CHECK(codec->SetRecPayloadType(channel, isac));
74 CHECK(codec->SetSendCodec(channel, isac));
76 CHECK(base->StartReceive(channel));
77 CHECK(base->StartPlayout(channel));
78 CHECK(base->StartSend(channel));
79 CHECK(file->StartPlayingFileAsMicrophone(channel, _mgr.AudioFilename(),
82 CHECK(codec->SetVADStatus(channel, true));
83 CHECK(apm->SetAgcStatus(true, kAgcAdaptiveAnalog));
84 CHECK(apm->SetNsStatus(true, kNsModerateSuppression));
85 CHECK(apm->SetEcStatus(true, kEcAec));
92 CHECK(base->StopSend(channel));
93 CHECK(base->StopPlayout(channel));
94 CHECK(base->StopReceive(channel));
97 CHECK(base->Terminate());