HomeSort by relevance Sort by last modified time
    Searched refs:GetLanguageType (Results 1 - 3 of 3) sorted by null

  /system/tools/aidl/
generate_java_binder.cpp 285 decl->returnType = method.GetType().GetLanguageType<Type>();
291 new Variable(arg->GetType().GetLanguageType<Type>(), arg->GetName(),
314 const Type* t = arg->GetType().GetLanguageType<Type>();
369 const Type* t = arg->GetType().GetLanguageType<Type>();
386 proxy->returnType = method.GetType().GetLanguageType<Type>();
392 new Variable(arg->GetType().GetLanguageType<Type>(), arg->GetName(),
430 const Type* t = arg->GetType().GetLanguageType<Type>();
473 const Type* t = arg->GetType().GetLanguageType<Type>();
513 const InterfaceType* interfaceType = iface->GetLanguageType<InterfaceType>();
generate_cpp.cpp 116 const Type* type = a->GetType().GetLanguageType<Type>();
138 const Type* return_type = method.GetType().GetLanguageType<Type>();
200 const Type* cpp_type = a.GetType().GetLanguageType<Type>();
283 const Type* type = a->GetType().GetLanguageType<Type>();
346 const Type* return_type = method.GetType().GetLanguageType<Type>();
362 a->GetType().GetLanguageType<Type>()->ReadFromParcelMethod();
429 const Type* return_type = method.GetType().GetLanguageType<Type>();
451 const Type* type = a->GetType().GetLanguageType<Type>();
509 const Type* type = a->GetType().GetLanguageType<Type>();
703 const Type* type = argument->GetType().GetLanguageType<Type>()
    [all...]
aidl_language.h 97 const T* GetLanguageType() const {
344 const T* GetLanguageType() const {

Completed in 55 milliseconds