Searched refs:timestamp2 (Results 1 – 6 of 6) sorted by relevance
57 const uint32_t& timestamp2) const { in operator()58 return IsNewerTimestamp(timestamp2, timestamp1); in operator()
191 uint32_t timestamp2 = 4; in TEST() local222 frame2.set_timestamp(timestamp2); in TEST()
243 uint32_t timestamp2 = 0; in TEST() local244 DtmfEvent event2(timestamp2, event_no, volume, duration, end_bit); in TEST()
906 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument907 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
655 Timestamp timestamp2 = new Timestamp(date2.getTime());656 assertEquals(0, timestamp2.compareTo(date2));
429 int timestamp2 = index.CalculateTimestamp(cache.start_time() + in TEST() local431 EXPECT_EQ(timestamp1, timestamp2); in TEST()