Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsb20ASGeneral.java56 public byte getFormatType() { in getFormatType() method in Usb20ASGeneral
100 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/include/media/stagefright/rtsp/
DASessionDescription.h45 void getFormatType(
DMyHandler.h1665 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams); in setupTrack()
/frameworks/av/media/libstagefright/rtsp/fuzzer/
Dpacket_source_fuzzer.cpp129 sessionPacket->getFormatType(mFdp.ConsumeIntegralInRange(kMinIndex, trackSize - 1), in process()
/frameworks/av/media/libstagefright/rtsp/
DASessionDescription.cpp233 void ASessionDescription::getFormatType( in getFormatType() function in android::ASessionDescription
DAPacketSource.cpp415 sessionDesc->getFormatType(index, &PT, &desc, &params); in APacketSource()
DARTPSource.cpp78 sessionDesc->getFormatType(index, &PT, &desc, &params); in ARTPSource()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTPSource.cpp134 desc->getFormatType(i + 1, &PT, &formatDesc, &formatParams); in prepareAsync()