Home
last modified time | relevance | path

Searched refs:contained_type (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_to_java.cpp273 const string& contained_type = c.type.GetTypeParameters().at(0)->GetName(); in WriteToParcelFor() local
274 if (contained_type == "String") { in WriteToParcelFor()
276 } else if (contained_type == "IBinder") { in WriteToParcelFor()
278 } else if (c.typenames.IsParcelable(contained_type)) { in WriteToParcelFor()
281 AIDL_FATAL(c.type) << "write: NOT IMPLEMENTED for " << contained_type; in WriteToParcelFor()
497 const string& contained_type = c.type.GetTypeParameters().at(0)->GetName(); in CreateFromParcelFor() local
498 if (contained_type == "String") { in CreateFromParcelFor()
500 } else if (contained_type == "IBinder") { in CreateFromParcelFor()
502 } else if (c.typenames.IsParcelable(contained_type)) { in CreateFromParcelFor()
507 AIDL_FATAL(c.type) << "create: NOT IMPLEMENTED for " << contained_type; in CreateFromParcelFor()
[all …]
Daidl_language.cpp540 const AidlTypeSpecifier& contained_type = *GetTypeParameters()[0]; in CheckValid() local
541 if (contained_type.IsArray()) { in CheckValid()
547 const string& contained_type_name = contained_type.GetName(); in CheckValid()
557 if (typenames.GetInterface(contained_type)) { in CheckValid()
1125 const AidlTypeSpecifier& contained_type = *GetTypeParameters()[0]; in LanguageSpecificCheckValid() local
1126 const string& contained_type_name = contained_type.GetName(); in LanguageSpecificCheckValid()
1127 if (typenames.GetInterface(contained_type)) { in LanguageSpecificCheckValid()