Searched refs:ready_to_send (Results 1 – 5 of 5) sorted by relevance
75 bool ready_to_send() const;
117 bool TestClient::ready_to_send() const { in ready_to_send() function in rtc::TestClient
949 EXPECT_FALSE(client->ready_to_send()); in UdpReadyToSend()950 EXPECT_TRUE_WAIT(client->ready_to_send(), kTimeout); in UdpReadyToSend()
1747 EXPECT_FALSE(media_channel1_->ready_to_send()); in TestOnReadyToSend()1749 EXPECT_FALSE(media_channel1_->ready_to_send()); in TestOnReadyToSend()1753 EXPECT_TRUE(media_channel1_->ready_to_send()); in TestOnReadyToSend()1757 EXPECT_FALSE(media_channel1_->ready_to_send()); in TestOnReadyToSend()1759 EXPECT_TRUE(media_channel1_->ready_to_send()); in TestOnReadyToSend()1763 EXPECT_FALSE(media_channel1_->ready_to_send()); in TestOnReadyToSend()1765 EXPECT_TRUE(media_channel1_->ready_to_send()); in TestOnReadyToSend()1778 EXPECT_FALSE(media_channel1_->ready_to_send()); in TestOnReadyToSendWithRtcpMux()1782 EXPECT_TRUE(media_channel1_->ready_to_send()); in TestOnReadyToSendWithRtcpMux()1784 EXPECT_FALSE(media_channel1_->ready_to_send()); in TestOnReadyToSendWithRtcpMux()
168 bool ready_to_send() const { in ready_to_send() function