OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int32List
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/mtp/
MtpTypes.h
64
typedef Vector<int32_t>
Int32List
;
MtpDataPacket.h
61
Int32List
* getAInt32();
MtpDataPacket.cpp
123
Int32List
* MtpDataPacket::getAInt32() {
124
Int32List
* result = new
Int32List
;
Completed in 1860 milliseconds