Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp199 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 …]
H A DMyTransmitter.h86 mSourceID(rand()), in MyTransmitter()
625 data[8] = mSourceID >> 24; 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()
935 data[4] = mSourceID >> 24; in onMessageReceived()
936 data[5] = (mSourceID >> 16) & 0xff; in onMessageReceived()
937 data[6] = (mSourceID >> 8) & 0xff; in onMessageReceived()
[all …]
H A DARTPWriter.h112 uint32_t mSourceID; member
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A 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()
H A 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()
H A 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()