OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UInt8List
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/mtp/
MtpTypes.h
58
typedef Vector<uint8_t>
UInt8List
;
MtpDataPacket.h
58
UInt8List
* getAUInt8();
MtpDataPacket.cpp
99
UInt8List
* MtpDataPacket::getAUInt8() {
100
UInt8List
* result = new
UInt8List
;
Completed in 1490 milliseconds