Home
last modified time | relevance | path

Searched refs:called_time (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl_unittest.cc158 int64_t called_time = 0; in ProcessCallAfterAFewMs() local
164 .WillOnce(DoAll(SetTimestamp(&called_time), in ProcessCallAfterAFewMs()
180 ASSERT_GT(called_time, 0); in ProcessCallAfterAFewMs()
183 EXPECT_GE(called_time, start_time); in ProcessCallAfterAFewMs()
185 uint32_t diff = called_time - start_time; in ProcessCallAfterAFewMs()
257 int64_t called_time; in TEST() local
272 .WillOnce(DoAll(SetTimestamp(&called_time), in TEST()
287 EXPECT_GE(called_time, start_time); in TEST()
288 uint32_t diff = called_time - start_time; in TEST()