Searched refs:GenericListType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A DType.cpp151 return new GenericListType("java.util", "List", args);
1136 GenericListType::GenericListType(const string& package, const string& name, function in class:GenericListType
1144 GenericListType::CreatorName() const
1150 GenericListType::InstantiableName() const
1156 GenericListType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
1169 GenericListType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
1186 GenericListType::ReadFromParcel(StatementBlock* addTo, Variable* v,
1202 GenericListType::WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v,
1216 GenericListType
[all...]
H A DType.h446 class GenericListType : public GenericType class in inherits:GenericType
449 GenericListType(const string& package, const string& name,

Completed in 42 milliseconds