Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpProperty.cpp45 memset(&mMaximumValue, 0, sizeof(mMaximumValue)); in MtpProperty()
67 memset(&mMaximumValue, 0, sizeof(mMaximumValue)); in MtpProperty()
107 free(mMaximumValue.str); in ~MtpProperty()
165 if (!readValue(packet, mMaximumValue)) return false; in read()
210 writeValue(packet, mMaximumValue); in write()
250 mMaximumValue.u.i8 = max; in setFormRange()
255 mMaximumValue.u.u8 = max; in setFormRange()
260 mMaximumValue.u.i16 = max; in setFormRange()
265 mMaximumValue.u.u16 = max; in setFormRange()
270 mMaximumValue.u.i32 = max; in setFormRange()
[all …]
DMtpProperty.h69 MtpPropertyValue mMaximumValue; variable