Lines Matching refs:mDefaultValue
40 memset(&mDefaultValue, 0, sizeof(mDefaultValue)); in MtpProperty()
62 memset(&mDefaultValue, 0, sizeof(mDefaultValue)); in MtpProperty()
70 mDefaultValue.u.i8 = defaultValue; in MtpProperty()
73 mDefaultValue.u.u8 = defaultValue; in MtpProperty()
76 mDefaultValue.u.i16 = defaultValue; in MtpProperty()
79 mDefaultValue.u.u16 = defaultValue; in MtpProperty()
82 mDefaultValue.u.i32 = defaultValue; in MtpProperty()
85 mDefaultValue.u.u32 = defaultValue; in MtpProperty()
88 mDefaultValue.u.i64 = defaultValue; in MtpProperty()
91 mDefaultValue.u.u64 = defaultValue; in MtpProperty()
102 free(mDefaultValue.str); in ~MtpProperty()
145 readValue(packet, mDefaultValue); in read()
188 writeValue(packet, mDefaultValue); in write()
207 free(mDefaultValue.str); in setDefaultValue()
210 mDefaultValue.str = strdup(buffer); in setDefaultValue()
213 mDefaultValue.str = NULL; in setDefaultValue()
329 print(mDefaultValue, buffer); in print()