Searched refs:timestamp2 (Results 1 – 4 of 4) sorted by relevance
54 bool operator()(uint32_t timestamp1, uint32_t timestamp2) const { in operator()55 return IsNewerTimestamp(timestamp2, timestamp1); in operator()
237 uint32_t timestamp2 = 0; in TEST() local238 DtmfEvent event2(timestamp2, event_no, volume, duration, end_bit); in TEST()
763 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument764 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
644 Timestamp timestamp2 = new Timestamp(date2.getTime());645 assertEquals(0, timestamp2.compareTo(date2));