Home
last modified time | relevance | path

Searched refs:cmdIdx (Results 1 – 2 of 2) sorted by relevance

/system/chre/chpp/
Dapp.c1154 for (uint16_t cmdIdx = 0; cmdIdx < reqCount; cmdIdx++) { in chppRecalculateNextTimeout() local
1155 struct ChppOutgoingRequestState *reqState = &reqStates[cmdIdx]; in chppRecalculateNextTimeout()
1189 for (uint16_t cmdIdx = 0; cmdIdx < cmdCount; cmdIdx++) { in chppCloseOpenRequests() local
1190 if (endpointState->outReqStates[cmdIdx].requestState == in chppCloseOpenRequests()
1194 CHPP_LOGE("Closing open req #%" PRIu16 " clear %d", cmdIdx, clearOnly); in chppCloseOpenRequests()
1197 endpointState->outReqStates[cmdIdx].requestState = in chppCloseOpenRequests()
1211 endpointState->outReqStates[cmdIdx].transaction; in chppCloseOpenRequests()
1213 response->command = cmdIdx; in chppCloseOpenRequests()
Dtransport.c1336 for (uint16_t cmdIdx = 0; cmdIdx < cmdCount; cmdIdx++) { in chppTransportGetRequestTimeoutResponse() local
1337 const struct ChppOutgoingRequestState *reqState = &reqStates[cmdIdx]; in chppTransportGetRequestTimeoutResponse()
1344 timedOutCmd = cmdIdx; in chppTransportGetRequestTimeoutResponse()