Home
last modified time | relevance | path

Searched refs:mPlaybackFormats (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/mtp/
DMtpDeviceInfo.cpp36 mPlaybackFormats(NULL), in MtpDeviceInfo()
51 delete mPlaybackFormats; in ~MtpDeviceInfo()
83 mPlaybackFormats = packet.getAUInt16(); in read()
DMtpDeviceInfo.h37 MtpObjectFormatList* mPlaybackFormats; variable
DMtpDevice.cpp298 if (mDeviceInfo->mPlaybackFormats) { in print()
300 int count = mDeviceInfo->mPlaybackFormats->size(); in print()
302 MtpObjectFormat format = (*mDeviceInfo->mPlaybackFormats)[i]; in print()