Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp31 mFunctionalMode(0), in MtpDeviceInfo()
74 if (!packet.getUInt16(mFunctionalMode)) return false; in read()
106 mVendorExtensionDesc, mFunctionalMode, mManufacturer, mModel, mVersion, mSerial); in print()
H A DMtpDeviceInfo.h32 uint16_t mFunctionalMode; variable