HomeSort by relevance Sort by last modified time
    Searched refs:verifyPacket (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/mhz16/
mhz16.h 135 bool verifyPacket(uint8_t *pkt, int len);
mhz16.cxx 174 bool MHZ16::verifyPacket(uint8_t *pkt, int len)
214 verifyPacket(packet, sizeof(packet));
  /hardware/bsp/intel/peripheral/libupm/src/zfm20/
zfm20.h 218 bool verifyPacket(uint8_t *pkt, int len);
zfm20.cxx 254 bool ZFM20::verifyPacket(uint8_t *pkt, int len)
319 return verifyPacket(pkt, len);

Completed in 50 milliseconds