Home
last modified time | relevance | path

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

/system/chre/chpp/clients/
Dtimesync.c44 struct ChppRequestResponseState measureOffset; // Request response state member
108 &context->timesyncClientContext->measureOffset, &response->header)) { in chppDispatchTimesyncServiceResponse()
110 context->timesyncClientContext->measureOffset.responseTimeNs - in chppDispatchTimesyncServiceResponse()
111 context->timesyncClientContext->measureOffset.requestTimeNs; in chppDispatchTimesyncServiceResponse()
114 context->timesyncClientContext->measureOffset.responseTimeNs); in chppDispatchTimesyncServiceResponse()
133 context->timesyncClientContext->measureOffset.responseTimeNs / in chppDispatchTimesyncServiceResponse()
137 context->timesyncClientContext->measureOffset.responseTimeNs; in chppDispatchTimesyncServiceResponse()
175 &context->timesyncClientContext->measureOffset, request, in chppTimesyncMeasureOffset()