Home
last modified time | relevance | path

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

/system/chre/chpp/clients/
Dtimesync.c87 state->timesyncResult.rttNs = 0; in chppTimesyncClientReset()
109 state->timesyncResult.rttNs = state->measureOffset.responseTimeNs - in chppDispatchTimesyncServiceResponse()
139 state->timesyncResult.rttNs / CHPP_NSEC_PER_MSEC, in chppDispatchTimesyncServiceResponse()
Dloopback.c101 result->rttNs = state->runLoopbackTest.responseTimeNs - in chppDispatchLoopbackServiceResponse()
167 result->rttNs = 0; in chppRunLoopbackTest()
/system/chre/chpp/include/chpp/clients/
Dloopback.h42 uint64_t rttNs; // Round trip time member
Dtimesync.h53 uint64_t rttNs; // RTT member
/system/chre/chpp/test/
Dapp_test.cpp157 EXPECT_LT(chppTimesyncGetResult(&mClientAppContext)->rttNs, kMaxRtt); in TEST_F()
158 EXPECT_NE(chppTimesyncGetResult(&mClientAppContext)->rttNs, 0); in TEST_F()