Home
last modified time | relevance | path

Searched refs:USB_PACKET_FLAG (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/hdc/transmission/
DDataProcessing.ts17 import { PACKET_FLAG, USB_PACKET_FLAG } from '../common/ConstantType.js';
122 [USB_PACKET_FLAG.charCodeAt(0), USB_PACKET_FLAG.charCodeAt(1)],
/developtools/smartperf_host/ide/src/hdc/transmission/
DDataProcessing.ts17 import { PACKET_FLAG, USB_PACKET_FLAG } from '../common/ConstantType.js';
122 [USB_PACKET_FLAG.charCodeAt(0), USB_PACKET_FLAG.charCodeAt(1)],
/developtools/smartperf_host/ide/src/hdc/common/
DConstantType.ts18 export const USB_PACKET_FLAG: string = 'UB'; constant
/developtools/profiler/host/smartperf/ide/src/hdc/common/
DConstantType.ts18 export const USB_PACKET_FLAG: string = 'UB'; constant
/developtools/hdc/src/common/
Dusb.cpp66 head.flag[i] = USB_PACKET_FLAG.data()[i]; in BuildPacketHeader()
113 if (memcmp(usbPayloadHeader->flag, USB_PACKET_FLAG.c_str(), USB_PACKET_FLAG.size())) { in IsUsbPacketHeader()
Dusb.h44 const string USB_PACKET_FLAG = "UB"; // must 2bytes variable