HomeSort by relevance Sort by last modified time
    Searched refs:CallTest (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/test/
call_test.cc 27 CallTest::CallTest()
39 CallTest::~CallTest() {
42 void CallTest::RunBaseTest(BaseTest* test) {
117 void CallTest::Start() {
138 void CallTest::Stop() {
159 void CallTest::CreateCalls(const Call::Config& sender_config,
165 void CallTest::CreateSenderCall(const Call::Config& config) {
169 void CallTest::CreateReceiverCall(const Call::Config& config)
    [all...]
call_test.h 34 class CallTest : public ::testing::Test {
36 CallTest();
37 virtual ~CallTest();
  /external/webrtc/webrtc/call/
call_unittest.cc 40 TEST(CallTest, ConstructDestruct) {
44 TEST(CallTest, CreateDestroy_AudioSendStream) {
54 TEST(CallTest, CreateDestroy_AudioReceiveStream) {
64 TEST(CallTest, CreateDestroy_AudioSendStreams) {
87 TEST(CallTest, CreateDestroy_AudioReceiveStreams) {
packet_injection_tests.cc 18 class PacketInjectionTest : public test::CallTest {
rampup_tests.cc 37 : EndToEndTest(test::CallTest::kLongTimeoutMs),
141 send_config->rtp.nack.rtp_history_ms = test::CallTest::kNackRtpHistoryMs;
144 send_config->rtp.rtx.payload_type = test::CallTest::kSendRtxPayloadType;
149 test::CallTest::kUlpfecPayloadType;
150 send_config->rtp.fec.red_payload_type = test::CallTest::kRedPayloadType;
432 class RampUpTest : public test::CallTest {
bitrate_estimator_tests.cc 81 bool Wait() { return done_.Wait(test::CallTest::kDefaultTimeoutMs); }
103 class BitrateEstimatorTest : public test::CallTest {
call_perf_tests.cc 47 class CallPerfTest : public test::CallTest {
  /external/grpc-grpc/src/php/tests/unit_tests/
CallTest.php 19 class CallTest extends PHPUnit_Framework_TestCase
  /external/webrtc/webrtc/video/
video_quality_test.h 22 class VideoQualityTest : public test::CallTest {
end_to_end_tests.cc 50 class EndToEndTest : public test::CallTest {
    [all...]
video_send_stream_tests.cc 56 class VideoSendStreamTest : public test::CallTest {
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 27 public class CallTest extends AndroidTestCase {
  /external/python/cpython3/Lib/unittest/test/testmock/
testhelpers.py 75 class CallTest(unittest.TestCase):
  /external/python/mock/mock/tests/
testhelpers.py 77 class CallTest(unittest.TestCase):
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CallTest.java 87 public final class CallTest {
    [all...]

Completed in 2523 milliseconds