OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UInt16List
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/mtp/
MtpDeviceInfo.h
33
UInt16List
* mOperations;
34
UInt16List
* mEvents;
MtpTypes.h
59
typedef Vector<uint16_t>
UInt16List
;
67
typedef
UInt16List
MtpObjectPropertyList;
68
typedef
UInt16List
MtpDevicePropertyList;
69
typedef
UInt16List
MtpObjectFormatList;
71
typedef
UInt16List
MtpObjectPropertyList;
MtpDataPacket.h
61
UInt16List
* getAUInt16();
84
void putAUInt16(const
UInt16List
* values);
MtpDataPacket.cpp
149
UInt16List
* MtpDataPacket::getAUInt16() {
153
UInt16List
* result = new
UInt16List
;
355
void MtpDataPacket::putAUInt16(const
UInt16List
* values) {
Completed in 273 milliseconds