Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dtransport.h441 uint16_t resetCount; // (Unsuccessful) reset attempts member
/system/chre/chpp/
Dtransport.c512 context->resetCount = 0; in chppSetResetComplete()
1582 if (context->resetCount + 1 < CHPP_TRANSPORT_MAX_RESET) { in chppWorkThreadHandleSignal()
1584 context->resetCount++; in chppWorkThreadHandleSignal()