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

/frameworks/base/tools/aidl/
H A DType.cpp153 return new GenericListType("java.util", "List", args);
1138 GenericListType::GenericListType(const string& package, const string& name, function in class:GenericListType
1146 GenericListType::CreatorName() const
1152 GenericListType::InstantiableName() const
1158 GenericListType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
1171 GenericListType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
1188 GenericListType::ReadFromParcel(StatementBlock* addTo, Variable* v,
1204 GenericListType::WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v,
1218 GenericListType
[all...]
H A DType.h446 class GenericListType : public GenericType class in inherits:GenericType
449 GenericListType(const string& package, const string& name,

Completed in 105 milliseconds