OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaximumValue
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/mtp/
MtpProperty.cpp
43
memset(&
mMaximumValue
, 0, sizeof(
mMaximumValue
));
65
memset(&
mMaximumValue
, 0, sizeof(
mMaximumValue
));
105
free(
mMaximumValue
.str);
155
readValue(packet,
mMaximumValue
);
197
writeValue(packet,
mMaximumValue
);
231
mMaximumValue
.u.i8 = max;
236
mMaximumValue
.u.u8 = max;
241
mMaximumValue
.u.i16 = max
[
all
...]
MtpProperty.h
69
MtpPropertyValue
mMaximumValue
;
Completed in 44 milliseconds