Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp124 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 …]
DMyTransmitter.h86 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() member
899 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 …]
DARTPWriter.h87 uint32_t mSourceID; member
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsb10ACOutputTerminal.java28 private byte mSourceID; // 7:1 From Input Terminal. (0x01) field in Usb10ACOutputTerminal
36 return mSourceID; in getSourceID()
47 mSourceID = stream.getByte(); in parseRawDescriptors()
DUsb20ACOutputTerminal.java30 private byte mSourceID; // 7:1 - ID of the Unit or Terminal to which this field in Usb20ACOutputTerminal
42 return mSourceID; in getSourceID()
61 mSourceID = stream.getByte(); in parseRawDescriptors()
DUsbACFeatureUnit.java42 private byte mSourceID; // 4:1 ID of the Unit or Terminal to which this Feature Unit field in UsbACFeatureUnit
62 return mSourceID; in getSourceID()