Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDeviceInfo.cpp31 mFunctionalCode(0), in MtpDeviceInfo()
73 mFunctionalCode = packet.getUInt16(); in read()
94 mVendorExtensionDesc, mFunctionalCode, mManufacturer, mModel, mVersion, mSerial); in print()
DMtpDeviceInfo.h32 uint16_t mFunctionalCode; variable