Home
last modified time | relevance | path

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

/system/chre/chpp/test/
Dpacket_util.cpp177 uint8_t error = CHPP_TRANSPORT_GET_ERROR(hdr.packetCode); in dumpHeader()
287 uint8_t error = CHPP_TRANSPORT_GET_ERROR(pkt.header.packetCode); in checkPacketValidity()
/system/chre/chpp/include/chpp/
Dtransport.h151 #define CHPP_TRANSPORT_GET_ERROR(value) \ macro
/system/chre/chpp/
Dtransport.c286 if (CHPP_TRANSPORT_GET_ERROR(context->rxHeader.packetCode) != in chppConsumeFooter()
293 (uint8_t)CHPP_TRANSPORT_GET_ERROR(context->rxHeader.packetCode), in chppConsumeFooter()
301 (uint8_t)CHPP_TRANSPORT_GET_ERROR(context->rxHeader.packetCode), in chppConsumeFooter()
327 CHPP_TRANSPORT_GET_ERROR(context->rxHeader.packetCode)); in chppConsumeFooter()