Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dclients.h83 bool responseReady : 1; // For sync. request/responses member
/system/chre/chpp/
Dclients.c425 clientState->responseReady = false; in chppSendTimestampedRequestOrFail()
457 while (result && !clientState->responseReady) { in chppSendTimestampedRequestAndWaitTimeout()
462 if (!clientState->responseReady) { in chppSendTimestampedRequestAndWaitTimeout()
Dapp.c617 clientState->responseReady = true; in chppProcessNegotiatedHandleDatagram()
/system/chre/chpp/clients/
Dloopback.c138 context->loopbackClientContext->client.responseReady = true; in chppDispatchLoopbackServiceResponse()