Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon_usb.h51 bool JumpAntiquePacket(const uint8_t &buf, ssize_t bytes) const;
Ddaemon_usb.cpp496 bool HdcDaemonUSB::JumpAntiquePacket(const uint8_t &buf, ssize_t bytes) const in JumpAntiquePacket() function in Hdc::HdcDaemonUSB
545 if (thisClass->JumpAntiquePacket(*bufPtr, bytesIOBytes)) { in OnUSBRead()