Home | History | Annotate | Download | only in neteq

Lines Matching refs:Update

65   EXPECT_EQ(0, dm_->Update(seq_no_, ts_, kFs));
119 // Expect DelayManager to pass on the counter update to the detector.
132 // Expect detector update method to be called once with inter-arrival time
135 EXPECT_CALL(detector_, Update(1, 1))
156 // Expect detector update method to be called once with inter-arrival time
159 EXPECT_CALL(detector_, Update(2, 2))
180 // Expect detector update method to be called once with inter-arrival time
183 EXPECT_CALL(detector_, Update(1, 1))
204 // Expect detector update method to be called once with inter-arrival time
207 EXPECT_CALL(detector_, Update(1, 1))
228 // Expect detector update method to be called once with inter-arrival time
230 EXPECT_CALL(detector_, Update(kExpectedTarget, _))
259 // Expect detector update method to be called once with inter-arrival time
261 EXPECT_CALL(detector_, Update(kExpectedTarget, _))
282 EXPECT_EQ(-1, dm_->Update(0, 0, -1));