Searched refs:mSourceID (Results 1 – 5 of 5) sorted by relevance
200 if (mSourceID == 0) in initState()201 mSourceID = rand(); in initState()245 mSourceID = selfID; in start()682 data[4] = mSourceID >> 24; in addSR()683 data[5] = (mSourceID >> 16) & 0xff; in addSR()684 data[6] = (mSourceID >> 8) & 0xff; in addSR()685 data[7] = mSourceID & 0xff; in addSR()726 data[4] = mSourceID >> 24; in addSDES()727 data[5] = (mSourceID >> 16) & 0xff; in addSDES()728 data[6] = (mSourceID >> 8) & 0xff; in addSDES()[all …]
28 private byte mSourceID; // 7:1 From Input Terminal. (0x01) field in Usb10ACOutputTerminal36 return mSourceID; in getSourceID()47 mSourceID = stream.getByte(); in parseRawDescriptors()
30 private byte mSourceID; // 7:1 - ID of the Unit or Terminal to which this field in Usb20ACOutputTerminal42 return mSourceID; in getSourceID()61 mSourceID = stream.getByte(); in parseRawDescriptors()
42 private byte mSourceID; // 4:1 ID of the Unit or Terminal to which this Feature Unit field in UsbACFeatureUnit62 return mSourceID; in getSourceID()
113 uint32_t mSourceID; member