OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UInt64List
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/mtp/
MtpTypes.h
61
typedef Vector<uint64_t>
UInt64List
;
MtpDataPacket.h
66
UInt64List
* getAUInt64();
MtpDataPacket.cpp
233
UInt64List
* MtpDataPacket::getAUInt64() {
237
UInt64List
* result = new
UInt64List
;
Completed in 69 milliseconds