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
60
UInt16List
* getAUInt16();
83
void putAUInt16(const
UInt16List
* values);
MtpDataPacket.cpp
115
UInt16List
* MtpDataPacket::getAUInt16() {
116
UInt16List
* result = new
UInt16List
;
281
void MtpDataPacket::putAUInt16(const
UInt16List
* values) {
Completed in 617 milliseconds