Home
last modified time | relevance | path

Searched refs:ReadFromParcelFor (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/
Daidl_to_java.h100 bool ReadFromParcelFor(const CodeGeneratorContext& c);
Daidl_to_ndk.h52 void ReadFromParcelFor(const CodeGeneratorContext& c);
Dgenerate_ndk.cpp314 ReadFromParcelFor({out, types, method.GetType(), "_aidl_out.get()", "_aidl_return"}); in GenerateClientMethodDefinition()
323 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_out.get()", cpp::BuildVarName(*arg)}); in GenerateClientMethodDefinition()
359 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_in", "&" + var_name}); in GenerateServerCaseDefinition()
822 ReadFromParcelFor({out, types, variable->GetType(), "parcel", "&" + variable->GetName()}); in GenerateParcelSource()
Daidl_to_ndk.cpp314 void ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
Daidl_to_java.cpp547 bool ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
Dgenerate_java_binder.cpp728 ReadFromParcelFor(context); in generate_proxy_method()