Searched refs:roundTrip (Results 1 – 3 of 3) sorted by relevance
55 const auto roundTrip = now - it->second.timestamp; in updateFrameStatsOnReturnLocked() local56 it->second.history.push(roundTrip); in updateFrameStatsOnReturnLocked()57 it->second.sum += roundTrip; in updateFrameStatsOnReturnLocked()63 if (roundTrip > it->second.peak) { in updateFrameStatsOnReturnLocked()64 it->second.peak = roundTrip; in updateFrameStatsOnReturnLocked()68 mStats.framesFirstRoundtripLatency = roundTrip; in updateFrameStatsOnReturnLocked()
62 X509Certificate[] roundTrip = X509Utils.formatX509Certs(os.toByteArray()); in testFormatX509Certs() local63 assertThat(certs.length).isEqualTo(roundTrip.length); in testFormatX509Certs()67 .isEqualTo(roundTrip[i].getEncoded()); in testFormatX509Certs()
504 void roundTrip() { in roundTrip() function in android::BlobCacheFlattenTest530 roundTrip(); in TEST_P()546 roundTrip(); in TEST_P()