Home
last modified time | relevance | path

Searched refs:getFormatType (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsb20ASGeneral.java56 public byte getFormatType() { in getFormatType() method in Usb20ASGeneral
97 canvas.writeListItem("Format Type: " + ReportCanvas.getHexString(getFormatType())); in report()
DUsbASFormat.java48 public byte getFormatType() { in getFormatType() method in UsbASFormat
105 canvas.writeParagraph(UsbStrings.getFormatName(getFormatType()), /*emphasis*/false); in report()
/frameworks/av/media/libstagefright/rtsp/
DASessionDescription.h43 void getFormatType(
DASessionDescription.cpp198 void ASessionDescription::getFormatType( in getFormatType() function in android::ASessionDescription
DARTPSource.cpp59 sessionDesc->getFormatType(index, &PT, &desc, &params); in ARTPSource()
DAPacketSource.cpp414 sessionDesc->getFormatType(index, &PT, &desc, &params); in APacketSource()
DMyHandler.h1647 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams); in setupTrack()