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 287 decl->returnType = method.GetType().GetLanguageType<Type>();
293 new Variable(arg->GetType().GetLanguageType<Type>(), arg->GetName(),
316 const Type* t = arg->GetType().GetLanguageType<Type>();
369 const Type* t = arg->GetType().GetLanguageType<Type>();
387 proxy->returnType = method.GetType().GetLanguageType<Type>();
393 new Variable(arg->GetType().GetLanguageType<Type>(), arg->GetName(),
431 const Type* t = arg->GetType().GetLanguageType<Type>();
472 const Type* t = arg->GetType().GetLanguageType<Type>();
512 const InterfaceType* interfaceType = iface->GetLanguageType<InterfaceType>();
generate_cpp.cpp 115 const Type* type = a->GetType().GetLanguageType<Type>();
137 const Type* return_type = method.GetType().GetLanguageType<Type>();
199 const Type* cpp_type = a.GetType().GetLanguageType<Type>();
285 const Type* type = a->GetType().GetLanguageType<Type>();
334 const Type* return_type = method.GetType().GetLanguageType<Type>();
350 a->GetType().GetLanguageType<Type>()->ReadFromParcelMethod();
417 const Type* return_type = method.GetType().GetLanguageType<Type>();
439 const Type* type = a->GetType().GetLanguageType<Type>();
486 const Type* type = a->GetType().GetLanguageType<Type>();
664 const Type* type = argument->GetType().GetLanguageType<Type>()
    [all...]
aidl_language.h 72 const T* GetLanguageType() const {
302 const T* GetLanguageType() const {

Completed in 390 milliseconds