Home
last modified time | relevance | path

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

/system/chre/chpp/test/
Dpacket_util.cpp80 CHPP_TRANSPORT_ATTR_RESET_ACK, CHPP_TRANSPORT_ERROR_NONE)); in generateResetAckPacket()
164 case CHPP_TRANSPORT_ATTR_RESET_ACK: in dumpHeader()
/system/chre/chpp/include/chpp/
Dtransport.h193 CHPP_TRANSPORT_ATTR_RESET_ACK = CHPP_TRANSPORT_ATTR_VALUE(2), enumerator
/system/chre/chpp/
Dtransport.c349 chppReset(context, CHPP_TRANSPORT_ATTR_RESET_ACK, in chppConsumeFooter()
360 CHPP_TRANSPORT_ATTR_RESET_ACK) { in chppConsumeFooter()
1127 case CHPP_TRANSPORT_ATTR_RESET_ACK: in chppGetPacketAttrStr()
1298 if (resetType == CHPP_TRANSPORT_ATTR_RESET_ACK) { in chppReset()
1850 if (resetType == CHPP_TRANSPORT_ATTR_RESET_ACK) { in chppTransportSendReset()