Home
last modified time | relevance | path

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

/system/chre/chpp/
Dtransport.c112 context->rxStatus.state, newState, context->rxStatus.locInState); in chppSetRxState()
113 context->rxStatus.locInState = 0; in chppSetRxState()
138 context->rxStatus.locInState < CHPP_PREAMBLE_LEN_BYTES) { in chppConsumePreamble()
139 size_t offset = context->rxStatus.locInState; in chppConsumePreamble()
143 context->rxStatus.locInState++; in chppConsumePreamble()
147 context->rxStatus.locInState = 1; in chppConsumePreamble()
151 context->rxStatus.locInState = 0; in chppConsumePreamble()
158 if (context->rxStatus.locInState == CHPP_PREAMBLE_LEN_BYTES) { in chppConsumePreamble()
180 CHPP_ASSERT(context->rxStatus.locInState < in chppConsumeHeader()
183 len, (sizeof(struct ChppTransportHeader) - context->rxStatus.locInState)); in chppConsumeHeader()
[all …]
/system/chre/chpp/include/chpp/
Dtransport.h323 size_t locInState; member