Searched refs:getFormatType (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | Usb20ASGeneral.java | 56 public byte getFormatType() { in getFormatType() method in Usb20ASGeneral 100 canvas.writeListItem("Format Type: " + ReportCanvas.getHexString(getFormatType())); in report()
|
D | UsbASFormat.java | 48 public byte getFormatType() { in getFormatType() method in UsbASFormat 105 canvas.writeParagraph(UsbStrings.getFormatName(getFormatType()), /*emphasis*/false); in report()
|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | ASessionDescription.h | 45 void getFormatType(
|
D | MyHandler.h | 1665 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams); in setupTrack()
|
/frameworks/av/media/libstagefright/rtsp/fuzzer/ |
D | packet_source_fuzzer.cpp | 129 sessionPacket->getFormatType(mFdp.ConsumeIntegralInRange(kMinIndex, trackSize - 1), in process()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ASessionDescription.cpp | 233 void ASessionDescription::getFormatType( in getFormatType() function in android::ASessionDescription
|
D | APacketSource.cpp | 415 sessionDesc->getFormatType(index, &PT, &desc, ¶ms); in APacketSource()
|
D | ARTPSource.cpp | 78 sessionDesc->getFormatType(index, &PT, &desc, ¶ms); in ARTPSource()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTPSource.cpp | 134 desc->getFormatType(i + 1, &PT, &formatDesc, &formatParams); in prepareAsync()
|