Searched refs:getFormatType (Results 1 – 7 of 7) 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 97 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/ |
D | ASessionDescription.h | 43 void getFormatType(
|
D | ASessionDescription.cpp | 198 void ASessionDescription::getFormatType( in getFormatType() function in android::ASessionDescription
|
D | ARTPSource.cpp | 59 sessionDesc->getFormatType(index, &PT, &desc, ¶ms); in ARTPSource()
|
D | APacketSource.cpp | 414 sessionDesc->getFormatType(index, &PT, &desc, ¶ms); in APacketSource()
|
D | MyHandler.h | 1647 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams); in setupTrack()
|