HomeSort by relevance Sort by last modified time
    Searched refs:MtpPropertyValue (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/mtp/
MtpProperty.h 26 struct MtpPropertyValue {
48 MtpPropertyValue mDefaultValue;
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)
    [all...]
MtpProperty.cpp 159 mEnumValues = new MtpPropertyValue[mEnumLength];
278 mEnumValues = new MtpPropertyValue[count];
367 void MtpProperty::print(MtpPropertyValue& value, MtpString& buffer) {
410 void MtpProperty::readValue(MtpDataPacket& packet, MtpPropertyValue& value) {
463 void MtpProperty::writeValue(MtpDataPacket& packet, MtpPropertyValue& value) {
518 MtpPropertyValue* MtpProperty::readArrayValues(MtpDataPacket& packet, int& length) {
522 MtpPropertyValue* result = new MtpPropertyValue[length];
528 void MtpProperty::writeArrayValues(MtpDataPacket& packet, MtpPropertyValue* values, int length) {

Completed in 3855 milliseconds