Home
last modified time | relevance | path

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

/system/chre/chpp/test/
Dpacket_util.h35 (CHPP_PREAMBLE_BYTE_SECOND << 8) | CHPP_PREAMBLE_BYTE_FIRST;
/system/chre/chpp/include/chpp/
Dtransport.h123 #define CHPP_PREAMBLE_BYTE_FIRST chppPreambleByte(0) macro
/system/chre/chpp/
Dtransport.c140 if ((offset == 0 && buf[consumed] == CHPP_PREAMBLE_BYTE_FIRST) || in chppConsumePreamble()
145 } else if (buf[consumed] == CHPP_PREAMBLE_BYTE_FIRST) { in chppConsumePreamble()
815 buf[0] = CHPP_PREAMBLE_BYTE_FIRST; in chppAddPreamble()