Searched refs:mSourceID (Results 1 – 6 of 6) sorted by relevance
124 mSourceID = rand(); in start()337 data[4] = mSourceID >> 24; in addSR()338 data[5] = (mSourceID >> 16) & 0xff; in addSR()339 data[6] = (mSourceID >> 8) & 0xff; in addSR()340 data[7] = mSourceID & 0xff; in addSR()373 data[4] = mSourceID >> 24; in addSDES()374 data[5] = (mSourceID >> 16) & 0xff; in addSDES()375 data[6] = (mSourceID >> 8) & 0xff; in addSDES()376 data[7] = mSourceID & 0xff; in addSDES()563 *data++ = mSourceID >> 24; in sendBye()[all …]
86 mSourceID(rand()), in MyTransmitter()625 data[8] = mSourceID >> 24; in onMessageReceived()626 data[9] = (mSourceID >> 16) & 0xff; in onMessageReceived()627 data[10] = (mSourceID >> 8) & 0xff; in onMessageReceived()628 data[11] = mSourceID & 0xff; 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()[all …]
87 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()