Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/test/
H A Dclients_test.cpp77 clientState->appContext->registeredClients[clientIdx]->rRStateCount); in getClientRRStateInputCheck()
126 clientState->appContext->registeredClients[clientIdx]->rRStateCount); in registerAndValidateResponseForTimeout()
/aosp12/system/chre/chpp/include/chpp/
H A Dapp.h322 uint16_t rRStateCount; member
/aosp12/system/chre/chpp/
H A Dclients.c545 cmdIdx < context->registeredClients[clientIdx]->rRStateCount; in chppClientRecalculateNextTimeout()
566 for (uint16_t cmdIdx = 0; cmdIdx < client->rRStateCount; cmdIdx++) { in chppClientCloseOpenRequests()
H A Dtransport.c1288 context->appContext->registeredClients[clientIdx]->rRStateCount; in chppTransportGetClientRequestTimeoutResponse()
/aosp12/system/chre/chpp/clients/
H A Dwwan.c110 .rRStateCount = ARRAY_SIZE(gWwanClientContext.rRState),
H A Dgnss.c111 .rRStateCount = ARRAY_SIZE(gGnssClientContext.rRState),
H A Dwifi.c120 .rRStateCount = ARRAY_SIZE(gWifiClientContext.rRState),