Home
last modified time | relevance | path

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

/system/chre/chpp/clients/
Dloopback.c168 state->runLoopbackTest.requestTimeNs = CHPP_TIME_NONE; in chppRunLoopbackTest()
169 state->runLoopbackTest.responseTimeNs = CHPP_TIME_NONE; in chppRunLoopbackTest()
/system/chre/chpp/include/chpp/
Dmacros.h112 #define CHPP_TIME_NONE 0 macro
/system/chre/chpp/
Dapp.c867 if (inReqState->responseTimeNs == CHPP_TIME_NONE && in chppTimestampIncomingRequest()
868 inReqState->requestTimeNs != CHPP_TIME_NONE) { in chppTimestampIncomingRequest()
873 inReqState->responseTimeNs = CHPP_TIME_NONE; in chppTimestampIncomingRequest()
1033 if (inReqState->requestTimeNs == CHPP_TIME_NONE) { in chppSendTimestampedResponseOrFail()
1037 } else if (previousResponseTime != CHPP_TIME_NONE) { in chppSendTimestampedResponseOrFail()
Dtransport.c1340 reqState->responseTimeNs != CHPP_TIME_NONE && in chppTransportGetRequestTimeoutResponse()