Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dtransport.h119 #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()
820 buf[0] = CHPP_PREAMBLE_BYTE_FIRST; in chppAddPreamble()