Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/include/chpp/
H A Dtransport.h169 ((enum ChppTransportErrorCode)( \
172 enum ChppTransportErrorCode { enum
563 enum ChppTransportErrorCode errorCode);
726 enum ChppTransportErrorCode error);
/aosp12/system/chre/chpp/
H A Dtransport.c65 static enum ChppTransportErrorCode chppRxHeaderCheck(
90 enum ChppTransportErrorCode error);
191 enum ChppTransportErrorCode headerCheckResult = chppRxHeaderCheck(context); in chppConsumeHeader()
580 enum ChppTransportErrorCode errorCode = CHPP_TRANSPORT_ERROR_NONE; in chppProcessRxPacket()
708 static enum ChppTransportErrorCode chppRxHeaderCheck( in chppRxHeaderCheck()
710 enum ChppTransportErrorCode result = CHPP_TRANSPORT_ERROR_NONE; in chppRxHeaderCheck()
1216 enum ChppTransportErrorCode error) { in chppReset()
1492 enum ChppTransportErrorCode errorCode) { in chppEnqueueTxErrorDatagram()
1728 enum ChppTransportErrorCode error) { in chppTransportSendReset()