Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/
H A Dtransport.c748 context->txStatus.ackedLocInDatagram, in chppRegisterRxAck()
760 context->txStatus.ackedLocInDatagram += CHPP_TRANSPORT_TX_MTU_BYTES; in chppRegisterRxAck()
761 if (context->txStatus.ackedLocInDatagram >= in chppRegisterRxAck()
766 context->txStatus.ackedLocInDatagram = 0; in chppRegisterRxAck()
861 context->txStatus.ackedLocInDatagram; in chppAddPayload()
882 context->txStatus.ackedLocInDatagram, in chppAddPayload()
886 context->txStatus.ackedLocInDatagram + txHeader->length; in chppAddPayload()
/aosp12/system/chre/chpp/include/chpp/
H A Dtransport.h383 size_t ackedLocInDatagram; member