Searched refs:mSourceID (Results 1 – 6 of 6) sorted by relevance
199 if (mSourceID == 0) in initState()200 mSourceID = rand(); in initState()244 mSourceID = selfID; in start()656 data[4] = mSourceID >> 24; in addSR()659 data[7] = mSourceID & 0xff; in addSR()700 data[4] = mSourceID >> 24; in addSDES()703 data[7] = mSourceID & 0xff; in addSDES()759 data[4] = mSourceID >> 24; in addTMMBN()762 data[7] = mSourceID & 0xff; in addTMMBN()942 *data++ = mSourceID >> 24; in sendBye()[all …]
86 mSourceID(rand()), in MyTransmitter()625 data[8] = mSourceID >> 24; in onMessageReceived()848 uint32_t mSourceID; in onMessageReceived() member899 data[4] = mSourceID >> 24; in onMessageReceived()900 data[5] = (mSourceID >> 16) & 0xff; in onMessageReceived()901 data[6] = (mSourceID >> 8) & 0xff; in onMessageReceived()902 data[7] = mSourceID & 0xff; in onMessageReceived()935 data[4] = mSourceID >> 24; in onMessageReceived()936 data[5] = (mSourceID >> 16) & 0xff; in onMessageReceived()937 data[6] = (mSourceID >> 8) & 0xff; in onMessageReceived()[all …]
112 uint32_t mSourceID; member
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()