Searched refs:readData (Results 1 – 14 of 14) sorted by relevance
31 public readData = true; property in DataProcessing43 while (this.readData) {68 let res = await this.transmissionChannel.readData(USBHead.getUSBHeadLength());77 let data = await this.transmissionChannel.readData(dataSize);110 this.readData = false;
18 readData(length :number): Promise<DataView>; method
54 async readData(length: number): Promise<DataView> { method in UsbTransmissionChannel
59 perf_event_header readData = {0, 0, 0}; in ReadBufferAndCheck() local62 ASSERT_EQ(memcpy_s(&readData, sizeof(perf_event_header), p, sizeof(perf_event_header)), 0); in ReadBufferAndCheck()63 ASSERT_EQ(checkSize, readData.size) \ in ReadBufferAndCheck()64 << " read data size " << readData.size << " expect data size " << checkSize; in ReadBufferAndCheck()
52 readData() { method in NetWork
47 readData() {
48 readData() {
52 readData() {
64 readData() {
77 readData() {
59 readData() {
56 readData() {
21 abstract readData(): GPData
110 let gpData:GPData = typeCollect.readData()