Home
last modified time | relevance | path

Searched refs:mCaptureFormats (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/mtp/
DMtpDeviceInfo.cpp35 mCaptureFormats(NULL), in MtpDeviceInfo()
50 delete mCaptureFormats; in ~MtpDeviceInfo()
80 mCaptureFormats = packet.getAUInt16(); in read()
81 if (!mCaptureFormats) return false; in read()
83 if (!mCaptureFormats) return false; in read()
DMtpDeviceInfo.h36 MtpObjectFormatList* mCaptureFormats; variable