Lines Matching refs:MtpPropertyValue
26 struct MtpPropertyValue { struct
48 MtpPropertyValue mDefaultValue; argument
49 MtpPropertyValue mCurrentValue;
53 MtpPropertyValue* mDefaultArrayValues;
55 MtpPropertyValue* mCurrentArrayValues;
68 MtpPropertyValue mMinimumValue;
69 MtpPropertyValue mMaximumValue;
70 MtpPropertyValue mStepSize;
74 MtpPropertyValue* mEnumValues;
93 const MtpPropertyValue& getCurrentValue() { return mCurrentValue; } in getCurrentValue()
100 void print(MtpPropertyValue& value, MtpString& buffer);
108 bool readValue(MtpDataPacket& packet, MtpPropertyValue& value);
109 void writeValue(MtpDataPacket& packet, MtpPropertyValue& value);
110 MtpPropertyValue* readArrayValues(MtpDataPacket& packet, uint32_t& length);
112 MtpPropertyValue* values, uint32_t length);