Searched refs:Lost (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.h32 virtual bool Lost() = 0;
37 bool Lost() override;
43 bool Lost() override;
53 bool Lost() override;
H A Dneteq_quality_test.cc260 bool NoLoss::Lost() { function in class:webrtc::test::NoLoss
268 bool UniformLoss::Lost() { function in class:webrtc::test::UniformLoss
280 bool GilbertElliotLoss::Lost() { function in class:webrtc::test::GilbertElliotLoss
287 return lost_last_ = uniform_loss_model_->Lost();
290 return lost_last_ = uniform_loss_model_->Lost();
360 if (loss_model_->Lost()) {
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_stereo_unittest.cc180 virtual bool Lost() { return false; } function in class:webrtc::NetEqStereoTest
190 } while (Lost()); // If lost, immediately read the next packet.
212 } while (Lost()); // If lost, immediately read the next packet.
361 virtual bool Lost() { function in class:webrtc::NetEqStereoTestLosses
H A Dneteq_external_decoder_unittest.cc82 virtual bool Lost() { return false; } function in class:webrtc::NetEqExternalDecoderUnitTest
99 } while (Lost()); // If lost, immediately read the next packet.
116 } while (Lost()); // If lost, immediately read the next packet.
H A Dneteq_network_stats_unittest.cc122 bool Lost(uint32_t send_time) { function in class:webrtc::test::NetEqNetworkStatsTest
193 if (!Lost(next_send_time)) {
259 RunTest(10, expects); // Lost 10 * 20ms in a row.
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary196 VALUE Acct-Terminate-Cause Lost-Carrier 2
197 VALUE Acct-Terminate-Cause Lost-Service 3

Completed in 3273 milliseconds