Lines Matching refs:MtpPropertyValue
28 struct MtpPropertyValue { struct
50 MtpPropertyValue mDefaultValue; argument
51 MtpPropertyValue mCurrentValue;
55 MtpPropertyValue* mDefaultArrayValues;
57 MtpPropertyValue* mCurrentArrayValues;
70 MtpPropertyValue mMinimumValue;
71 MtpPropertyValue mMaximumValue;
72 MtpPropertyValue mStepSize;
76 MtpPropertyValue* mEnumValues;
96 const MtpPropertyValue& getCurrentValue() { return mCurrentValue; } in getCurrentValue()
110 bool readValue(MtpDataPacket& packet, MtpPropertyValue& value);
111 void writeValue(MtpDataPacket& packet, MtpPropertyValue& value);
112 MtpPropertyValue* readArrayValues(MtpDataPacket& packet, uint32_t& length);
114 MtpPropertyValue* values, uint32_t length);
115 void print(MtpPropertyValue& value, std::string& buffer);