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;
97 void print(MtpPropertyValue& value, MtpString& buffer);
105 bool readValue(MtpDataPacket& packet, MtpPropertyValue& value);
106 void writeValue(MtpDataPacket& packet, MtpPropertyValue& value);
107 MtpPropertyValue* readArrayValues(MtpDataPacket& packet, uint32_t& length);
109 MtpPropertyValue* values, uint32_t length);