OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UInt32List
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/mtp/
MtpTypes.h
60
typedef Vector<uint32_t>
UInt32List
;
70
typedef
UInt32List
MtpObjectHandleList;
72
typedef
UInt32List
MtpStorageIDList;
MtpDataPacket.h
63
UInt32List
* getAUInt32();
87
void putAUInt32(const
UInt32List
* list);
MtpDataPacket.cpp
181
UInt32List
* MtpDataPacket::getAUInt32() {
185
UInt32List
* result = new
UInt32List
;
374
void MtpDataPacket::putAUInt32(const
UInt32List
* list) {
Completed in 74 milliseconds