Home
last modified time | relevance | path

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

/system/chre/chpp/
Dtransport.c367 size_t undoLen = 0; in chppAbortRxPacket() local
377 undoLen = context->rxHeader.length; in chppAbortRxPacket()
383 undoLen = context->rxHeader.length; in chppAbortRxPacket()
393 if (undoLen > 0) { in chppAbortRxPacket()
396 CHPP_ASSERT(context->rxDatagram.length >= undoLen); in chppAbortRxPacket()
398 context->rxDatagram.length -= undoLen; in chppAbortRxPacket()
409 context->rxDatagram.length + undoLen); in chppAbortRxPacket()