Home
last modified time | relevance | path

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

/system/chre/chpp/
Dservices.c149 if (rRState->responseTimeNs == CHPP_TIME_NONE && in chppServiceTimestampRequest()
150 rRState->requestTimeNs != CHPP_TIME_NONE) { in chppServiceTimestampRequest()
155 rRState->responseTimeNs = CHPP_TIME_NONE; in chppServiceTimestampRequest()
163 if (rRState->requestTimeNs == CHPP_TIME_NONE) { in chppServiceTimestampResponse()
167 } else if (previousResponseTime != CHPP_TIME_NONE) { in chppServiceTimestampResponse()
Dtransport.c1295 rRState->responseTimeNs != CHPP_TIME_NONE && in chppTransportGetClientRequestTimeoutResponse()
/system/chre/chpp/clients/
Dloopback.c174 CHPP_TIME_NONE; in chppRunLoopbackTest()
176 CHPP_TIME_NONE; in chppRunLoopbackTest()
/system/chre/chpp/include/chpp/
Dmacros.h111 #define CHPP_TIME_NONE 0 macro