Home
last modified time | relevance | path

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

/system/chre/chpp/test/
Dapp_timeout_test.cpp60 .outReqCount = kNumCommands,
75 .outReqCount = kNumCommands,
88 clientState->appContext->registeredClients[clientIdx]->outReqCount); in ValidateClientStateAndReqState()
108 serviceState->appContext->registeredServices[serviceIdx]->outReqCount); in ValidateServiceStateAndReqState()
Dapp_req_resp_test.cpp197 .outReqCount = kNumCommands,
279 .outReqCount = kNumCommands,
Dapp_notification_test.cpp94 .outReqCount = kNumCommands,
Dapp_discovery_test.cpp87 .outReqCount = kNumCommands,
/system/chre/chpp/include/chpp/
Dapp.h349 uint16_t outReqCount; member
410 uint16_t outReqCount; member
/system/chre/chpp/clients/
Dwwan.c114 .outReqCount = ARRAY_SIZE(gWwanClientContext.outReqStates),
Dgnss.c114 .outReqCount = ARRAY_SIZE(gGnssClientContext.outReqStates),
Dwifi.c129 .outReqCount = ARRAY_SIZE(gWifiClientContext.outReqStates),
/system/chre/chpp/
Dapp.c1130 ? appState->registeredClients[index]->outReqCount in getRegisteredEndpointOutReqCount()
1131 : appState->registeredServices[index]->outReqCount; in getRegisteredEndpointOutReqCount()
DRELEASE_NOTES.md284 - Renamed `ChppClient.rRStateCount` to `ChppClient.outReqCount`. The content and meaning stay the s…
294 - Added `ChppService.outReqCount` holding the number of commands supported by the service (0 when t…